pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Oct  9 17:49:39 UTC 2016

Modified Files:
        pkgsrc/graphics/gdk-pixbuf2: Makefile Makefile.version PLIST distinfo
        pkgsrc/graphics/gdk-pixbuf2-xlib: Makefile

Log Message:
Update to 2.36.0

Changelog:
2.36.0
======

* Translation updates

2.35.5
======

* Fix undefined behavior in overflow checks (#770986)
* Fix a typo (#770756)
* Avoid segfault in some tests (#771026)
* Translation updates

2.35.4
======

* Translation updates

2.35.3
======

* Add API to determine supported save options (#683371)
* Add helper API for pixbuf options (#768043)
* Fix invalid gettext use (#758552)
* Fix a compiler warning in the xpm loader (#768042)
* Fix integer overflows in the bmp loader (#768688, #768738)
* Fix a crash in the ico loader (#769170)
* Translation updates

2.35.2
======

* Use compiler directives for exporting symbols (#767164)
* Fix a problem with nearest scaling (#766842)
* Avoid redundant property notification
* Translation updates

2.35.1
======

* Add non-varargs variant to save to stream (#683063)
* Add a common autotools module (#765034)
* Translation updates


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/gdk-pixbuf2/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/gdk-pixbuf2/Makefile.version
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/gdk-pixbuf2/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/gdk-pixbuf2/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gdk-pixbuf2/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.31 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.32
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.31   Wed Aug  3 10:22:14 2016
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile        Sun Oct  9 17:49:38 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2016/08/03 10:22:14 adam Exp $
+# $NetBSD: Makefile,v 1.32 2016/10/09 17:49:38 ryoon Exp $
 
 DISTNAME=      gdk-pixbuf-${PIXBUF2_VERSION}
 PKGNAME=       ${DISTNAME:S/pixbuf/pixbuf2/}
-PKGREVISION=   1
 CATEGORIES=    graphics gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${MSITE_VERSION}/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/graphics/gdk-pixbuf2/Makefile.version
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile.version:1.12 pkgsrc/graphics/gdk-pixbuf2/Makefile.version:1.13
--- pkgsrc/graphics/gdk-pixbuf2/Makefile.version:1.12   Tue Apr 26 07:14:00 2016
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile.version        Sun Oct  9 17:49:38 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.version,v 1.12 2016/04/26 07:14:00 prlw1 Exp $
+# $NetBSD: Makefile.version,v 1.13 2016/10/09 17:49:38 ryoon Exp $
 
-PIXBUF2_VERSION=       2.34.0
+PIXBUF2_VERSION=       2.36.0
 MSITE_VERSION=         ${PIXBUF2_VERSION:R}

Index: pkgsrc/graphics/gdk-pixbuf2/PLIST
diff -u pkgsrc/graphics/gdk-pixbuf2/PLIST:1.13 pkgsrc/graphics/gdk-pixbuf2/PLIST:1.14
--- pkgsrc/graphics/gdk-pixbuf2/PLIST:1.13      Tue Apr 26 07:14:00 2016
+++ pkgsrc/graphics/gdk-pixbuf2/PLIST   Sun Oct  9 17:49:38 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2016/04/26 07:14:00 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.14 2016/10/09 17:49:38 ryoon Exp $
 bin/gdk-pixbuf-csource
 bin/gdk-pixbuf-pixdata
 bin/gdk-pixbuf-query-loaders
@@ -9,6 +9,7 @@ include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pi
 include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h
 include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h
 include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h
+include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h
 include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h
 include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h
 include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h
@@ -42,6 +43,7 @@ share/gtk-doc/html/gdk-pixbuf/api-index-
 share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html
 share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html
 share/gtk-doc/html/gdk-pixbuf/api-index-2-32.html
+share/gtk-doc/html/gdk-pixbuf/api-index-2-36.html
 share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html
 share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html
 share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html

Index: pkgsrc/graphics/gdk-pixbuf2/distinfo
diff -u pkgsrc/graphics/gdk-pixbuf2/distinfo:1.30 pkgsrc/graphics/gdk-pixbuf2/distinfo:1.31
--- pkgsrc/graphics/gdk-pixbuf2/distinfo:1.30   Tue Apr 26 07:14:00 2016
+++ pkgsrc/graphics/gdk-pixbuf2/distinfo        Sun Oct  9 17:49:38 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2016/04/26 07:14:00 prlw1 Exp $
+$NetBSD: distinfo,v 1.31 2016/10/09 17:49:38 ryoon Exp $
 
-SHA1 (gdk-pixbuf-2.34.0.tar.xz) = 240018b35da047500e43caac7e32a4482edd3852
-RMD160 (gdk-pixbuf-2.34.0.tar.xz) = 7e20f674b07387a052500564a1a9749e91eabaf2
-SHA512 (gdk-pixbuf-2.34.0.tar.xz) = 874aed9af0352592674f2bebd4d9b0a945932a410c9f0b776f45766c2f18d442a39c684cca69b1aca6d14f67f18e690489f388ff58699dbd0efbd13244a1a8b5
-Size (gdk-pixbuf-2.34.0.tar.xz) = 2709320 bytes
+SHA1 (gdk-pixbuf-2.36.0.tar.xz) = 39328ecec0ec61edf8530c76a1495ca0fa95f4cf
+RMD160 (gdk-pixbuf-2.36.0.tar.xz) = 0a6079ba5a018ff62aaeb0af699a1355c7500f5c
+SHA512 (gdk-pixbuf-2.36.0.tar.xz) = f9f5cc9aabf08bc246c7a328c9775a89eb1a6bf21699928c0e1fd17ac86e624162097d65ee9b51e550ee64dd201bea48465bff9636c94844d91a9cf3f73da919
+Size (gdk-pixbuf-2.36.0.tar.xz) = 2718648 bytes
 SHA1 (patch-ab) = a64a1c9a4dd4c51d918e3409d40d76fd63146150
 SHA1 (patch-ac) = c55b59e380cf58ae7e94c760dc0dbb32b6b5fb69
 SHA1 (patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c) = 486db8d3f352b0d72b7074ba48f14ccbfa09deda

Index: pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.17 pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.18
--- pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.17      Wed Aug  3 10:22:14 2016
+++ pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile   Sun Oct  9 17:49:39 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2016/08/03 10:22:14 adam Exp $
+# $NetBSD: Makefile,v 1.18 2016/10/09 17:49:39 ryoon Exp $
 
 DISTNAME=      gdk-pixbuf-${PIXBUF2_VERSION}
 PKGNAME=       gdk-pixbuf2-xlib-${PIXBUF2_VERSION}
-PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${MSITE_VERSION}/}
 EXTRACT_SUFX=  .tar.xz



Home | Main Index | Thread Index | Old Index