diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-06-30 10:47:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-06-30 10:47:55 +0000 |
commit | c065ce6c28b13c09f0ab15355c3a82667205e047 (patch) | |
tree | 0d856599d1d5bb5c4350b548e97c38d913c3bc4a /graphics | |
parent | 4b73f591e14a89d0b95b3c366b42b64945c46da8 (diff) | |
download | pkgsrc-c065ce6c28b13c09f0ab15355c3a82667205e047.tar.gz |
Update to 2.30.8
Changelog:
2.30.8
======
* Add missing nullability annotations
* Documentation improvements
* Translation updates
2.30.7
======
* Documentation fixes
2.30.6
======
* Add annotations to gdk_pixbuf_save_to_buffer
* Win32 build fixes
* Translation updates
2.30.5
======
* Convert documentation to markdown
* Translation updates
2.30.4
======
* Make test suite robust against disabled formats
* Fix test failure when using libpng without iTXt support
* Translation updates
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile.version | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/distinfo | 10 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile.version b/graphics/gdk-pixbuf2/Makefile.version index cb9382a4a10..19813e79529 100644 --- a/graphics/gdk-pixbuf2/Makefile.version +++ b/graphics/gdk-pixbuf2/Makefile.version @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.version,v 1.8 2014/01/15 17:12:54 drochner Exp $ +# $NetBSD: Makefile.version,v 1.9 2015/06/30 10:47:55 ryoon Exp $ -PIXBUF2_VERSION= 2.30.3 +PIXBUF2_VERSION= 2.30.8 MSITE_VERSION= ${PIXBUF2_VERSION:R} diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo index ab6c8cfec00..721385fa35e 100644 --- a/graphics/gdk-pixbuf2/distinfo +++ b/graphics/gdk-pixbuf2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2014/01/15 17:12:54 drochner Exp $ +$NetBSD: distinfo,v 1.24 2015/06/30 10:47:55 ryoon Exp $ -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 (gdk-pixbuf-2.30.8.tar.xz) = 6277b4e5b5e334b3669f15ae0376e184be9e8cd8 +RMD160 (gdk-pixbuf-2.30.8.tar.xz) = d9020436326e50f5f97e0c2a052d53eefb5e9356 +Size (gdk-pixbuf-2.30.8.tar.xz) = 1336788 bytes SHA1 (patch-ab) = a64a1c9a4dd4c51d918e3409d40d76fd63146150 SHA1 (patch-ac) = c55b59e380cf58ae7e94c760dc0dbb32b6b5fb69 -SHA1 (patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c) = 9656d695b2567a1f743885964949e32634cde577 +SHA1 (patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c) = 486db8d3f352b0d72b7074ba48f14ccbfa09deda diff --git a/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c b/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c index ca4e06e587a..89f582a4a34 100644 --- a/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c +++ b/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c @@ -1,11 +1,11 @@ -$NetBSD: patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c,v 1.1 2013/08/26 14:38:56 richard Exp $ +$NetBSD: patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c,v 1.2 2015/06/30 10:47:55 ryoon Exp $ * include config.h early to avoid redefinition warnings on solaris * ---- gdk-pixbuf/gdk-pixbuf-scaled-anim.c.orig 2012-07-31 23:45:20.000000000 +0000 +--- gdk-pixbuf/gdk-pixbuf-scaled-anim.c.orig 2014-03-06 04:36:45.000000000 +0000 +++ gdk-pixbuf/gdk-pixbuf-scaled-anim.c -@@ -21,7 +21,7 @@ - * Boston, MA 02111-1307, USA. +@@ -19,7 +19,7 @@ + * License along with this library; if not, see <http://www.gnu.org/licenses/>. * */ - |