diff options
author | adam <adam@pkgsrc.org> | 2010-04-18 08:35:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-04-18 08:35:44 +0000 |
commit | b910b6575df8f9f1291fe854dc7df9fbacd3c653 (patch) | |
tree | f7eb03f326bede2a94b0a5290c52009bd1cb5849 /graphics/pngcrush | |
parent | b702f1f432b4844d4d999992a93fad95d921a99b (diff) | |
download | pkgsrc-b910b6575df8f9f1291fe854dc7df9fbacd3c653.tar.gz |
Changes 1.7.10:
* Added missing "(...)" in png_get_uint_32().
* Only compile png_get_uint_32(), etc., when PNG_LIBPNG_VER < 1.2.9
* Revised help info for "-zitxt".
Changes 1.7.9:
* Defined TOO_FAR == 32767 in pngcrush.h (instead of in deflate.c)
* Revised the "nolib" Makefiles to remove reference to gzio.c and pnggccrd.c
Changes 1.7.8:
* Removed gzio.c
Changes 1.7.7:
* Updated bundled libpng to version 1.4.0.
* Check the "-plte_len n" option for out-of-range value of n.
* Changed local variable "write" to "z_write" in inffast.c (zlib-1.2.3.4)
to avoid shadowed declaration warning.
Changes 1.7.6:
* Change some "if defined(X)" to "ifdef X" according to libpng coding style.
* Added some defines to suppress pedantic warnings from libpng-1.2.41beta15
and later. A warning about deprecated access to png_ptr->zstream is
otherwise unavoidable. When building the embedded libpng, a warning
about png_default_error() returning is also otherwise unavoidable.
* Write premultiplied alpha if output extension is .ppng and
PNG_READ_PREMULTIPLIED_ALPHA_SUPPORTED is set (needs libpng-1.5.0).
* Check the "-m method" option for out-of-range method value.
Changes 1.7.4:
* Use unmodified pngconf.h from libpng-1.2.41beta05 or later.
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r-- | graphics/pngcrush/Makefile | 6 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 6509849cad1..46401366840 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2009/10/11 08:07:23 adam Exp $ +# $NetBSD: Makefile,v 1.39 2010/04/18 08:35:44 adam Exp $ -DISTNAME= pngcrush-1.7.3-nolib -PKGNAME= pngcrush-1.7.3 +DISTNAME= pngcrush-1.7.10-nolib +PKGNAME= pngcrush-1.7.10 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 254ad579f64..510ae8cf159 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2009/10/11 08:07:23 adam Exp $ +$NetBSD: distinfo,v 1.25 2010/04/18 08:35:44 adam Exp $ -SHA1 (pngcrush-1.7.3-nolib.tar.bz2) = de65d541e8d6c36aea43340c85dbcb1d093346e3 -RMD160 (pngcrush-1.7.3-nolib.tar.bz2) = 3e2d715c312c4e211b315fcbda48a6ee5913969f -Size (pngcrush-1.7.3-nolib.tar.bz2) = 47802 bytes +SHA1 (pngcrush-1.7.10-nolib.tar.bz2) = 0ec7c551c847d9ad887feeb57027b32d5ab5babd +RMD160 (pngcrush-1.7.10-nolib.tar.bz2) = 9877da2f1137f58f34c25feb7a852cee0b299f9b +Size (pngcrush-1.7.10-nolib.tar.bz2) = 48755 bytes |