Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f15645bc2a6b747c4a9866b2fcd1aface57d8654)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f15645bc2a6b747c4a9866b2fcd1aface57d8654)
  • Date: Fri, 25 Nov 2022 17:48:24 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

openprinting/system-config-printer/DEPENDS | 3 +++
openprinting/system-config-printer/HISTORY | 1 +
qt5-cmake/qt-creator/DETAILS | 8 ++++----
qt5-cmake/qt-creator/HISTORY | 3 +++
utils/dbus-python/CONFIGURE | 1 +
utils/dbus-python/DEPENDS | 3 ++-
utils/dbus-python/DETAILS | 8 ++++++--
utils/dbus-python/HISTORY | 7 +++++++
video/mlt/DETAILS | 4 ++--
video/mlt/HISTORY | 3 +++
10 files changed, 32 insertions(+), 9 deletions(-)

New commits:
commit f15645bc2a6b747c4a9866b2fcd1aface57d8654
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mlt: => 7.12.0

commit fd9e2aa6c872a11cc8cbf555a509f52252129c81
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

system-config-printer - runtime depends++

commit 25302fa439687bcd114ae0090c2f3c60c575a40a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dbus-python: => 1.3.2

commit fa1754962ec464af0db19df89d13074ba0ed9d09
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qt-creator: => 9.0.0

diff --git a/openprinting/system-config-printer/DEPENDS
b/openprinting/system-config-printer/DEPENDS
index 0497d0e..d4b2a91 100755
--- a/openprinting/system-config-printer/DEPENDS
+++ b/openprinting/system-config-printer/DEPENDS
@@ -3,6 +3,9 @@ depends libusb &&
depends pycups &&
depends python3 &&

+runtime_depends dbus-python &&
+runtime_depends gdk-pixbuf2 &&
+
optional_depends DEVICE-MANAGER '--with-udev-rules' '' 'use udev for
hardware detection' &&
optional_depends GETTEXT --{en,dis}able-nls 'NLS support' &&
optional_depends xmlto --with{,out}-xmlto 'build man pages'
diff --git a/openprinting/system-config-printer/HISTORY
b/openprinting/system-config-printer/HISTORY
index bde41f5..a2e337a 100644
--- a/openprinting/system-config-printer/HISTORY
+++ b/openprinting/system-config-printer/HISTORY
@@ -3,6 +3,7 @@
now at OpenPrinting
use op.gpg
* DEPENDS: many changes
+ *DEPENDS: add some runtime depends

2015-02-11 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: UDEV -> DEVICE-MANAGER
diff --git a/qt5-cmake/qt-creator/DETAILS b/qt5-cmake/qt-creator/DETAILS
index 7234e17..adf98ab 100755
--- a/qt5-cmake/qt-creator/DETAILS
+++ b/qt5-cmake/qt-creator/DETAILS
@@ -1,12 +1,12 @@
SPELL=qt-creator
if [[ "${QTCREATOR_DEVEL}" == "y" ]]; then
- VERSION=8.0.1
-
SOURCE_HASH=sha512:ffef39e8d0694b38549f301a143dec6e2fe026a1e6098acc41bd8f9c80c93d1dbb60616042901093bdaa13380034b9dd8234d82300b1fa89ab9bce81bd3f1672
+ VERSION=9.0.0
+
SOURCE_HASH=sha512:3aae3e6836c9e3967dbda3044b1dc4f9c6f01194dc1535c07bd7999f955ce04047ca7ca21202a1770d876a71026b62eafbc66093526bfdba88beef79de687750
SOURCE=$SPELL-opensource-src-$VERSION.tar.xz

SOURCE_URL[0]=http://download.qt.io/official_releases/qtcreator/${VERSION%.*}/${VERSION}/${SOURCE}
else
- VERSION=8.0.1
-
SOURCE_HASH=sha512:ffef39e8d0694b38549f301a143dec6e2fe026a1e6098acc41bd8f9c80c93d1dbb60616042901093bdaa13380034b9dd8234d82300b1fa89ab9bce81bd3f1672
+ VERSION=9.0.0
+
SOURCE_HASH=sha512:3aae3e6836c9e3967dbda3044b1dc4f9c6f01194dc1535c07bd7999f955ce04047ca7ca21202a1770d876a71026b62eafbc66093526bfdba88beef79de687750
SOURCE=$SPELL-opensource-src-$VERSION.tar.xz

SOURCE_URL[0]=https://download.qt.io/official_releases/qtcreator/${VERSION%.*}/${VERSION}/${SOURCE}
fi
diff --git a/qt5-cmake/qt-creator/HISTORY b/qt5-cmake/qt-creator/HISTORY
index 46e71c7..54370a0 100644
--- a/qt5-cmake/qt-creator/HISTORY
+++ b/qt5-cmake/qt-creator/HISTORY
@@ -1,3 +1,6 @@
+2022-11-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 9.0.0
+
2022-08-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 8.0.1
* DEPENDS: use QT_DEPENDS
diff --git a/utils/dbus-python/CONFIGURE b/utils/dbus-python/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/utils/dbus-python/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/utils/dbus-python/DEPENDS b/utils/dbus-python/DEPENDS
index a51e06b..55de665 100755
--- a/utils/dbus-python/DEPENDS
+++ b/utils/dbus-python/DEPENDS
@@ -1,3 +1,4 @@
-depends PYTHON &&
+source $GRIMOIRE/MESON_DEPENDS &&
+depends python3 &&
depends PKG-CONFIG &&
depends dbus-glib
diff --git a/utils/dbus-python/DETAILS b/utils/dbus-python/DETAILS
index 3a05d24..8250ef1 100755
--- a/utils/dbus-python/DETAILS
+++ b/utils/dbus-python/DETAILS
@@ -1,9 +1,13 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=dbus-python
- VERSION=1.2.16
+ VERSION=1.3.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=https://dbus.freedesktop.org/releases/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:e76c00c5fd3fe6884e4c24f258987fd3b80d21bd4e0f96aa8fda152078a860b62321324f6efcbfe7226d5ab2521a14b5bda7cf2468d2cae5f376c124a71aa05c
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=freedesktop.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=https://freedesktop.org/wiki/Software/DBusBindings
ENTERED=20060724
LICENSE[0]=GPL
diff --git a/utils/dbus-python/HISTORY b/utils/dbus-python/HISTORY
index 2183b63..67fd491 100644
--- a/utils/dbus-python/HISTORY
+++ b/utils/dbus-python/HISTORY
@@ -1,3 +1,10 @@
+2022-11-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 1.3.2
+ * DEPENDS: python3 only, meson
+ * CONFIGURE: added
+ now uses meson build
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)

diff --git a/video/mlt/DETAILS b/video/mlt/DETAILS
index e9fa96a..e070620 100755
--- a/video/mlt/DETAILS
+++ b/video/mlt/DETAILS
@@ -9,8 +9,8 @@ if [[ $MLT_BRANCH == scm ]];then
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
FORCE_DOWNLOAD=on
else
- VERSION=7.10.0
-
SOURCE_HASH=sha512:727f93cda6ed57917da86082de901cba640c923ba78708703e3f446f84cf513b8a332813f4521ab8ba6764aa20c8db6fd4345263c3a2568e85e4a3f04f0e67b0
+ VERSION=7.12.0
+
SOURCE_HASH=sha512:f2eebe1f83ede612968aacaa02c4bb60e98d70a49e2f6149f81b1c6835943825441b73a6f076565574c501a68216bcc84ceb8e0a441d05fe7b8930603b9e23ad
SOURCE=$SPELL-v$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/mltframework/mlt/archive/v$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/video/mlt/HISTORY b/video/mlt/HISTORY
index f750351..f281b55 100644
--- a/video/mlt/HISTORY
+++ b/video/mlt/HISTORY
@@ -1,3 +1,6 @@
+2022-11-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 7.12.0
+
2022-11-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 7.10.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f15645bc2a6b747c4a9866b2fcd1aface57d8654), Treeve Jelbert, 11/25/2022

Archive powered by MHonArc 2.6.24.

Top of Page