Skip to content

Commit

Permalink
Update to 2.30.8
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ryoon committed Jun 30, 2015
1 parent 0eb80fb commit 2741dbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions graphics/gdk-pixbuf2/Makefile.version
Original file line number Diff line number Diff line change
@@ -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}
10 changes: 5 additions & 5 deletions graphics/gdk-pixbuf2/distinfo
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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/>.
*
*/
-
Expand Down

0 comments on commit 2741dbe

Please sign in to comment.