pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/gdk-pixbuf2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 16 09:37:27 UTC 2017

Modified Files:
        pkgsrc/graphics/gdk-pixbuf2: Makefile.version distinfo
        pkgsrc/graphics/gdk-pixbuf2/patches: patch-configure

Log Message:
gdk-pixbuf2: update to 2.36.11

2.36.11
* build: Fix tiff loader build
* build: Fix the build on OS X
* build: Prefer newer libpng
* Use a free reference images for tests
* gif: fail quickly if image dimensions are too big
* xlib: Avoid an out-of-bounds error on bigendian
* Translation updates


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/gdk-pixbuf2/Makefile.version
cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gdk-pixbuf2/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/gdk-pixbuf2/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gdk-pixbuf2/Makefile.version
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile.version:1.19 pkgsrc/graphics/gdk-pixbuf2/Makefile.version:1.20
--- pkgsrc/graphics/gdk-pixbuf2/Makefile.version:1.19   Sat Sep 30 14:05:24 2017
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile.version        Mon Oct 16 09:37:27 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.version,v 1.19 2017/09/30 14:05:24 adam Exp $
+# $NetBSD: Makefile.version,v 1.20 2017/10/16 09:37:27 adam Exp $
 #
 # used by graphics/gdk-pixbuf2/Makefile
 # used by graphics/gdk-pixbuf2-jasper/Makefile
 # used by graphics/gdk-pixbuf2-xlib/Makefile
 
-PIXBUF2_VERSION=       2.36.10
+PIXBUF2_VERSION=       2.36.11
 MSITE_VERSION=         ${PIXBUF2_VERSION:R}

Index: pkgsrc/graphics/gdk-pixbuf2/distinfo
diff -u pkgsrc/graphics/gdk-pixbuf2/distinfo:1.37 pkgsrc/graphics/gdk-pixbuf2/distinfo:1.38
--- pkgsrc/graphics/gdk-pixbuf2/distinfo:1.37   Sat Sep 30 14:05:24 2017
+++ pkgsrc/graphics/gdk-pixbuf2/distinfo        Mon Oct 16 09:37:27 2017
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.37 2017/09/30 14:05:24 adam Exp $
+$NetBSD: distinfo,v 1.38 2017/10/16 09:37:27 adam Exp $
 
-SHA1 (gdk-pixbuf-2.36.10.tar.xz) = fb4d1b233ed667f08215664eef90fb8bf8d79cda
-RMD160 (gdk-pixbuf-2.36.10.tar.xz) = 58225e5de78bce771b304eb29d6a820e4f1f7a20
-SHA512 (gdk-pixbuf-2.36.10.tar.xz) = d080d20baa20efe58cc5e5d043532f57e7950c0f7a3661998f924ae2a819f6bf1113e1da7785ac2063dfa582576d418eea5b3c80ea3db16057de43cc3f911d35
-Size (gdk-pixbuf-2.36.10.tar.xz) = 5772196 bytes
-SHA1 (patch-configure) = 57dc34d970fd7637e4da408e1a198cb7bb4338a2
+SHA1 (gdk-pixbuf-2.36.11.tar.xz) = 445bb95b234c3b3cea273353b7464f3b796dbd0e
+RMD160 (gdk-pixbuf-2.36.11.tar.xz) = 855d1321e3f74b41fa4e80e3c4abddc1147f59f7
+SHA512 (gdk-pixbuf-2.36.11.tar.xz) = 231e13ef2339fc6953788e8597a0c455143273338793ed835dac6ccf42e26e0292dec4121a4976b859ba8ffaa81b3ca5b250b54bd4897dbd3146a1874a59d4e3
+Size (gdk-pixbuf-2.36.11.tar.xz) = 5675908 bytes
+SHA1 (patch-configure) = 8078e64aae9b3897819635851c72d0ba6d377b18
 SHA1 (patch-contrib_gdk-pixbuf-xlib_Makefile.in) = 636ab94c6bfde10c118b7833b4637a586781bfd5
 SHA1 (patch-gdk-pixbuf_Makefile.in) = 9173c4dbc89e4a4d34359e52885121c19a8a7ba6
 SHA1 (patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c) = 486db8d3f352b0d72b7074ba48f14ccbfa09deda

Index: pkgsrc/graphics/gdk-pixbuf2/patches/patch-configure
diff -u pkgsrc/graphics/gdk-pixbuf2/patches/patch-configure:1.2 pkgsrc/graphics/gdk-pixbuf2/patches/patch-configure:1.3
--- pkgsrc/graphics/gdk-pixbuf2/patches/patch-configure:1.2     Tue Sep  5 08:52:02 2017
+++ pkgsrc/graphics/gdk-pixbuf2/patches/patch-configure Mon Oct 16 09:37:27 2017
@@ -1,18 +1,9 @@
-$NetBSD: patch-configure,v 1.2 2017/09/05 08:52:02 adam Exp $
+$NetBSD: patch-configure,v 1.3 2017/10/16 09:37:27 adam Exp $
 
-Darwin is not win32.
 Fix libtiff detection.
 
 --- configure.orig     2017-08-19 17:24:07.000000000 +0000
 +++ configure
-@@ -5289,6 +5289,7 @@ case "$host" in
-     ;;
-   *-*-darwin*)
-     gio_can_sniff=no
-+    os_win32=no
-     ;;
-   *)
-     os_win32=no
 @@ -18799,6 +18800,7 @@ $as_echo "yes" >&6; }
  
  fi



Home | Main Index | Thread Index | Old Index