diff options
author | adam <adam@pkgsrc.org> | 2009-07-21 06:40:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-07-21 06:40:36 +0000 |
commit | 9d3eea09089bff5839ab2aabcd93a54cd99de138 (patch) | |
tree | f6045217bf8e194f691d93fb4006f8052c67fd1e /graphics/pngcrush | |
parent | 210416c3a7db16f814410cefc37605f0a4e10b13 (diff) | |
download | pkgsrc-9d3eea09089bff5839ab2aabcd93a54cd99de138.tar.gz |
Changes 1.7.0:
* Save (but do not recompress) APNG chunks if the output file has the
".apng" extension and the color_type and bit_depth are not changed.
Changes 1.6.20:
* Changed local variable "write" to "wwrite" in inffast.c (zlib) to avoid
shadowed declaration warning.
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 a216c8b936e..4a53f820e6a 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2009/06/08 07:50:06 adam Exp $ +# $NetBSD: Makefile,v 1.35 2009/07/21 06:40:36 adam Exp $ -DISTNAME= pngcrush-1.6.19-nolib -PKGNAME= pngcrush-1.6.19 +DISTNAME= pngcrush-1.7.0-nolib +PKGNAME= pngcrush-1.7.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 71d474220f3..f8ed04e3ed9 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2009/06/08 07:50:06 adam Exp $ +$NetBSD: distinfo,v 1.21 2009/07/21 06:40:36 adam Exp $ -SHA1 (pngcrush-1.6.19-nolib.tar.bz2) = f3077e706ead1231c67dd9c995d87b27bf04125d -RMD160 (pngcrush-1.6.19-nolib.tar.bz2) = f22573b33e525fabb971f0da2dc3412957e1d9f0 -Size (pngcrush-1.6.19-nolib.tar.bz2) = 53664 bytes +SHA1 (pngcrush-1.7.0-nolib.tar.bz2) = 91f1b7a69117e28e3fbdb90f19bc897cf63d9b77 +RMD160 (pngcrush-1.7.0-nolib.tar.bz2) = f679715afe2e6a96f60568f13d137610ce57fe87 +Size (pngcrush-1.7.0-nolib.tar.bz2) = 47396 bytes |