diff options
author | adam <adam@pkgsrc.org> | 2017-10-16 09:37:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-10-16 09:37:27 +0000 |
commit | c9cab3e181b3cd30d7caec38d10f9f5067b79452 (patch) | |
tree | 77cd8572f90e19c6d5d2c6526f92ec04b38532fd | |
parent | 318a290af26813c4bb2a821d71fec4d2b55a3cf2 (diff) | |
download | pkgsrc-c9cab3e181b3cd30d7caec38d10f9f5067b79452.tar.gz |
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
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile.version | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/distinfo | 12 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/patches/patch-configure | 11 |
3 files changed, 9 insertions, 18 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile.version b/graphics/gdk-pixbuf2/Makefile.version index 6ecb7fbbb42..f6ab3979250 100644 --- a/graphics/gdk-pixbuf2/Makefile.version +++ b/graphics/gdk-pixbuf2/Makefile.version @@ -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} diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo index ed5657a6875..904be163755 100644 --- a/graphics/gdk-pixbuf2/distinfo +++ b/graphics/gdk-pixbuf2/distinfo @@ -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 diff --git a/graphics/gdk-pixbuf2/patches/patch-configure b/graphics/gdk-pixbuf2/patches/patch-configure index 05760561074..12c8281871f 100644 --- a/graphics/gdk-pixbuf2/patches/patch-configure +++ b/graphics/gdk-pixbuf2/patches/patch-configure @@ -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 |