Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Thomas Orgis (38d5238a42f85d82384755a49c0957a4a2542232)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Thomas Orgis (38d5238a42f85d82384755a49c0957a4a2542232)
  • Date: Mon, 12 May 2025 09:51:53 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

gnome2-libs/gdk-pixbuf2/CONFIGURE | 5 ++++-
gnome2-libs/gdk-pixbuf2/DETAILS | 8 ++++----
gnome2-libs/gdk-pixbuf2/HISTORY | 5 +++++
3 files changed, 13 insertions(+), 5 deletions(-)

New commits:
commit 38d5238a42f85d82384755a49c0957a4a2542232
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gdk-pixbuf2: update to 2.42.12 with ++SECURITY_FIX, enable old loaders

Apart from the usual security update, this adds the option to build the
older, less-maintained loaders again, to make programs like gkrellm2 work.

diff --git a/gnome2-libs/gdk-pixbuf2/CONFIGURE
b/gnome2-libs/gdk-pixbuf2/CONFIGURE
index 1f1f490..91a4bb4 100755
--- a/gnome2-libs/gdk-pixbuf2/CONFIGURE
+++ b/gnome2-libs/gdk-pixbuf2/CONFIGURE
@@ -1,4 +1,7 @@
. "${GRIMOIRE}/MESON_CONFIGURE" &&
config_query_option GDK_PIXBUF2_OPTS "Install tests?" n \
"installed_tests=true" \
- "installed_tests=false"
+ "installed_tests=false" &&
+config_query_option GDK_PIXBUF2_OPTS "Build other/aging loaders (like XPM)?"
n \
+ "others=enabled" \
+ "others=disabled"
diff --git a/gnome2-libs/gdk-pixbuf2/DETAILS b/gnome2-libs/gdk-pixbuf2/DETAILS
index e4f2dfa..f8e360e 100755
--- a/gnome2-libs/gdk-pixbuf2/DETAILS
+++ b/gnome2-libs/gdk-pixbuf2/DETAILS
@@ -1,9 +1,9 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=gdk-pixbuf2
- VERSION=2.42.11
- PATCHLEVEL=1
-
SOURCE_HASH="sha256:49dcb402388708647e8c321d56b6fb30f21e51e515d0c5a942268d23052a2f00"
- SECURITY_PATCH=4
+ VERSION=2.42.12
+ PATCHLEVEL=0
+
SOURCE_HASH="sha512:ae9fcc9b4e8fd10a4c9bf34c3a755205dae7bbfe13fbc93ec4e63323dad10cc862df6a9e2e2e63c84ffa01c5e120a3be06ac9fad2a7c5e58d3dc6ba14d1766e8"
+ SECURITY_PATCH=5
SOURCE=gdk-pixbuf-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gdk-pixbuf-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/gdk-pixbuf/${VERSION%.*}/$SOURCE
diff --git a/gnome2-libs/gdk-pixbuf2/HISTORY b/gnome2-libs/gdk-pixbuf2/HISTORY
index 45ac909..0d0c651 100644
--- a/gnome2-libs/gdk-pixbuf2/HISTORY
+++ b/gnome2-libs/gdk-pixbuf2/HISTORY
@@ -1,3 +1,8 @@
+2025-05-12 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 2.42.12, ++SECURITY_PATCH
+ * CONFIGURE: add option to install the other loaders, too
+ (for example to fix gkrellm2)
+
2024-05-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.42.11
* fix-always-clone-gi-docgen.patch: deleted, broken patch


  • [[SM-Commit] ] GIT changes to master grimoire by Thomas Orgis (38d5238a42f85d82384755a49c0957a4a2542232), Thomas Orgis, 05/12/2025

Archive powered by MHonArc 2.6.24.

Top of Page