Skip to Content.
Sympa Menu

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

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 (26b4e77b9ee33fe7cc914394d7d5ba7188f9b22f)
  • Date: Sun, 30 Oct 2022 20:07:53 +0000

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

gnome2-libs/gdk-pixbuf2/DEPENDS | 5 +----
gnome2-libs/gdk-pixbuf2/HISTORY | 7 ++++++-
gnome2-libs/gdk-pixbuf2/INSTALL | 1 +
3 files changed, 8 insertions(+), 5 deletions(-)

New commits:
commit 26b4e77b9ee33fe7cc914394d7d5ba7188f9b22f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

gnome2-libs/gdk-pixbuf2: fixed installation by setting DESTDIR, thus
avoiding
writing to non-existant loaders.cache.
libpng is optional now

diff --git a/gnome2-libs/gdk-pixbuf2/DEPENDS b/gnome2-libs/gdk-pixbuf2/DEPENDS
index fbc0a8c..544c5cf 100755
--- a/gnome2-libs/gdk-pixbuf2/DEPENDS
+++ b/gnome2-libs/gdk-pixbuf2/DEPENDS
@@ -9,10 +9,7 @@ depends zlib &&

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=enabled" &&
+optional_depends libpng "png=enabled" "png=disabled" "enable PNG loader" &&

optional_depends tiff "tiff=enabled" "tiff=disabled" "enable TIFF loader" &&

diff --git a/gnome2-libs/gdk-pixbuf2/HISTORY b/gnome2-libs/gdk-pixbuf2/HISTORY
index 609f928..dcaf575 100644
--- a/gnome2-libs/gdk-pixbuf2/HISTORY
+++ b/gnome2-libs/gdk-pixbuf2/HISTORY
@@ -1,6 +1,11 @@
+2022-10-30 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: libpng is optional now
+ * INSTALL: added to set DESTDIR, otherwise it fails trying to write to
+ non-existant loaders.cache file
+
2022-10-30 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS, DEPENDS: version 2.42.10
- * patches/0001-Fix-rst2man-file-name-searched-for.patch: removed
+ * patches/0001-Fix-rst2man-file-name-searched-for.patch: removed

2022-08-26 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS, DEPENDS: version 2.42.9
diff --git a/gnome2-libs/gdk-pixbuf2/INSTALL b/gnome2-libs/gdk-pixbuf2/INSTALL
new file mode 100755
index 0000000..c88b2d5
--- /dev/null
+++ b/gnome2-libs/gdk-pixbuf2/INSTALL
@@ -0,0 +1 @@
+DESTDIR="${INSTALL_ROOT}/" default_install



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (26b4e77b9ee33fe7cc914394d7d5ba7188f9b22f), Pavel Vinogradov, 10/30/2022

Archive powered by MHonArc 2.6.24.

Top of Page