pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gdk-pixbuf2 gdk-pixbuf2: update to 2.36.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f7124b7434f
branches:  trunk
changeset: 370357:8f7124b7434f
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 16 09:37:27 2017 +0000

description:
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

diffstat:

 graphics/gdk-pixbuf2/Makefile.version        |   4 ++--
 graphics/gdk-pixbuf2/distinfo                |  12 ++++++------
 graphics/gdk-pixbuf2/patches/patch-configure |  11 +----------
 3 files changed, 9 insertions(+), 18 deletions(-)

diffs (57 lines):

diff -r 6fb488aa62d7 -r 8f7124b7434f graphics/gdk-pixbuf2/Makefile.version
--- a/graphics/gdk-pixbuf2/Makefile.version     Mon Oct 16 09:15:10 2017 +0000
+++ b/graphics/gdk-pixbuf2/Makefile.version     Mon Oct 16 09:37:27 2017 +0000
@@ -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 -r 6fb488aa62d7 -r 8f7124b7434f graphics/gdk-pixbuf2/distinfo
--- a/graphics/gdk-pixbuf2/distinfo     Mon Oct 16 09:15:10 2017 +0000
+++ b/graphics/gdk-pixbuf2/distinfo     Mon Oct 16 09:37:27 2017 +0000
@@ -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 -r 6fb488aa62d7 -r 8f7124b7434f graphics/gdk-pixbuf2/patches/patch-configure
--- a/graphics/gdk-pixbuf2/patches/patch-configure      Mon Oct 16 09:15:10 2017 +0000
+++ b/graphics/gdk-pixbuf2/patches/patch-configure      Mon Oct 16 09:37:27 2017 +0000
@@ -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