Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (efb679274f8b450a457e44923a06ae17236cf8a9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (efb679274f8b450a457e44923a06ae17236cf8a9)
  • Date: Tue, 29 Mar 2022 01:12:01 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

gnome2-libs/gdk-pixbuf2/DEPENDS | 18 ++++++++----------
gnome2-libs/gdk-pixbuf2/DETAILS | 7 +++----
gnome2-libs/gdk-pixbuf2/HISTORY | 5 +++++
3 files changed, 16 insertions(+), 14 deletions(-)

New commits:
commit efb679274f8b450a457e44923a06ae17236cf8a9
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

gnome2-libs/gdk-pixbuf2: version 2.42.8

diff --git a/gnome2-libs/gdk-pixbuf2/DEPENDS b/gnome2-libs/gdk-pixbuf2/DEPENDS
index c18dd33..2dbabdb 100755
--- a/gnome2-libs/gdk-pixbuf2/DEPENDS
+++ b/gnome2-libs/gdk-pixbuf2/DEPENDS
@@ -1,6 +1,4 @@
-depends meson &&
-depends python3 &&
-depends ninja-build-system &&
+. "${GRIMOIRE}/MESON_DEPENDS" &&
depends glib2 &&
depends libpthread-stubs &&
depends pcre &&
@@ -8,20 +6,20 @@ depends shared-mime-info &&
depends xz-utils &&
depends zlib &&

-optional_depends JPEG "jpeg=true" "jpeg=false" "enable JPEG loader" &&
+optional_depends JPEG "jpeg=enabled" "jpeg=disabled" "enable JPEG loader" &&

# BUG gdk-pixbuf2 fails to build if libpng is disabled
# See https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues/123
#optional_depends libpng "png=true" "png=false" "enable PNG loader" &&
-depends libpng "png=true" &&
+depends libpng "png=enabled" &&

-optional_depends tiff "tiff=true" "tiff=false" "enable TIFF loader" &&
+optional_depends tiff "tiff=enabled" "tiff=disabled" "enable TIFF loader" &&

-optional_depends gobject-introspection introspection={en,dis}abled \
- "enable gobject-introspection" &&
+optional_depends gobject-introspection \
+introspection=enabled introspection=disabled "enable gobject-introspection"
&&

-optional_depends gtk-doc gtk_doc={true,false} \
- "generate the API reference" &&
+optional_depends gtk-doc \
+gtk_doc=true gtk_doc=false "generate the API reference" &&
if is_depends_enabled $SPELL gtk-doc; then
depends pygments
fi &&
diff --git a/gnome2-libs/gdk-pixbuf2/DETAILS b/gnome2-libs/gdk-pixbuf2/DETAILS
index 4206cbb..d5825ae 100755
--- a/gnome2-libs/gdk-pixbuf2/DETAILS
+++ b/gnome2-libs/gdk-pixbuf2/DETAILS
@@ -1,12 +1,11 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=gdk-pixbuf2
- VERSION=2.42.6
-
SOURCE_HASH=sha512:02e6d89de6cb6c9768d5173dada88c038e2454b4345ebc6f7b012d484303c08e53b58f085e872290555e1ccb74a478fa6cef4623a75f2e1f05c27bfc4e986f4d
+ VERSION=2.42.8
+
SOURCE_HASH="sha256:84acea3acb2411b29134b32015a5b1aaa62844b19c4b1ef8b8971c6b0759f4c6:UPSTREAM_HASH"
SECURITY_PATCH=4
- BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=gdk-pixbuf-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gdk-pixbuf-$VERSION
- SOURCE_URL[0]=$GNOME_URL/sources/gdk-pixbuf/$BRANCH/$SOURCE
+ SOURCE_URL[0]=$GNOME_URL/sources/gdk-pixbuf/${VERSION%.*}/$SOURCE
LICENSE[0]=GPL
LICENSE[1]=LGPL
WEB_SITE=http://www.gnome.org
diff --git a/gnome2-libs/gdk-pixbuf2/HISTORY b/gnome2-libs/gdk-pixbuf2/HISTORY
index 92de617..b49b55c 100644
--- a/gnome2-libs/gdk-pixbuf2/HISTORY
+++ b/gnome2-libs/gdk-pixbuf2/HISTORY
@@ -1,3 +1,8 @@
+2022-03-28 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.42.8, switched to UPSTREAM_HASH, got rid of
BRANCH
+ * DEPENDS: use grimoire-wide MESON_DEPENDS, true -> enabled,
+ false -> disabled, kept true/false for gtk-doc and docbook-xsl,
removed bashisms
+
2021-05-24 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: update
* PRE_BUILD: added, fix install



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (efb679274f8b450a457e44923a06ae17236cf8a9), Pavel Vinogradov, 03/28/2022

Archive powered by MHonArc 2.6.24.

Top of Page