summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf2
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2014-01-15 17:12:54 +0000
committerdrochner <drochner@pkgsrc.org>2014-01-15 17:12:54 +0000
commit47bab69eb719b3b4fa8ed44d49636a9bb2314e1b (patch)
treedfaa87878fc9754ca7bd9b113300dbd26f7e5d75 /graphics/gdk-pixbuf2
parent8461f095c775b61945b92960fa894206fdcc32bb (diff)
downloadpkgsrc-47bab69eb719b3b4fa8ed44d49636a9bb2314e1b.tar.gz
update to 2.30.3
changes: -Expand the test suite -Unify sniff buffer sizes across loaders: 4k everywhere -Port to GTask -fixes -Translation updates
Diffstat (limited to 'graphics/gdk-pixbuf2')
-rw-r--r--graphics/gdk-pixbuf2/Makefile.version4
-rw-r--r--graphics/gdk-pixbuf2/distinfo9
-rw-r--r--graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_io-icns.c14
3 files changed, 6 insertions, 21 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile.version b/graphics/gdk-pixbuf2/Makefile.version
index 869835c16c7..cb9382a4a10 100644
--- a/graphics/gdk-pixbuf2/Makefile.version
+++ b/graphics/gdk-pixbuf2/Makefile.version
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.version,v 1.7 2014/01/12 00:24:01 prlw1 Exp $
+# $NetBSD: Makefile.version,v 1.8 2014/01/15 17:12:54 drochner Exp $
-PIXBUF2_VERSION= 2.30.2
+PIXBUF2_VERSION= 2.30.3
MSITE_VERSION= ${PIXBUF2_VERSION:R}
diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo
index 37700e1613d..ab6c8cfec00 100644
--- a/graphics/gdk-pixbuf2/distinfo
+++ b/graphics/gdk-pixbuf2/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.22 2014/01/12 00:24:01 prlw1 Exp $
+$NetBSD: distinfo,v 1.23 2014/01/15 17:12:54 drochner Exp $
-SHA1 (gdk-pixbuf-2.30.2.tar.xz) = fce5f5c215001b48cbb8ae0b98fa34ba900dfb8d
-RMD160 (gdk-pixbuf-2.30.2.tar.xz) = 24b9227edc16c723c113466c06ce17851987faed
-Size (gdk-pixbuf-2.30.2.tar.xz) = 1307140 bytes
+SHA1 (gdk-pixbuf-2.30.3.tar.xz) = 22d1e53be4ccecd49290d8f1ba188cc51dc4fe88
+RMD160 (gdk-pixbuf-2.30.3.tar.xz) = 1d7f0aae034d78ef53bc4c4e506795d29ca528fb
+Size (gdk-pixbuf-2.30.3.tar.xz) = 1323316 bytes
SHA1 (patch-ab) = a64a1c9a4dd4c51d918e3409d40d76fd63146150
SHA1 (patch-ac) = c55b59e380cf58ae7e94c760dc0dbb32b6b5fb69
SHA1 (patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c) = 9656d695b2567a1f743885964949e32634cde577
-SHA1 (patch-gdk-pixbuf_io-icns.c) = 74faaca7f60f09077777cf77005699c5411164e2
diff --git a/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_io-icns.c b/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_io-icns.c
deleted file mode 100644
index a9950141498..00000000000
--- a/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_io-icns.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-gdk-pixbuf_io-icns.c,v 1.1 2013/08/26 14:38:56 richard Exp $
-
-* include config.h early to avoid redefinition warnings on solaris
-*
---- gdk-pixbuf/io-icns.c.orig 2011-08-16 01:45:14.000000000 +0000
-+++ gdk-pixbuf/io-icns.c
-@@ -22,6 +22,7 @@
- #ifndef _WIN32
- #define _GNU_SOURCE
- #endif
-+#include "config.h"
- #include <stdlib.h>
- #include <string.h>
- #include <errno.h>