diff options
author | adam <adam@pkgsrc.org> | 2006-06-10 07:43:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-06-10 07:43:11 +0000 |
commit | 2ba934a9d4a0a0865c89c62e5f7a31a44a1a8a64 (patch) | |
tree | 4927cfe2309bec8ce4d8718063c29644675ae368 /graphics/pngcrush | |
parent | ccae99b6a983200655c9dfee033e7bd86ae08c98 (diff) | |
download | pkgsrc-2ba934a9d4a0a0865c89c62e5f7a31a44a1a8a64.tar.gz |
Changes 1.6.4:
* Fixed bug in handling of undocumented -trns_a option.
* Fixed bug with "nosave" handling of unknown chunks.
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r-- | graphics/pngcrush/Makefile | 6 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 9 | ||||
-rw-r--r-- | graphics/pngcrush/patches/patch-aa | 17 |
3 files changed, 7 insertions, 25 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 1c1629a579f..1f32e3bfd87 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2006/04/19 17:00:12 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2006/06/10 07:43:11 adam Exp $ -DISTNAME= pngcrush-1.6.3-nolib -PKGNAME= pngcrush-1.6.3 +DISTNAME= pngcrush-1.6.4-nolib +PKGNAME= pngcrush-1.6.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 68c0343d4fa..0ab80a4b979 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.11 2006/04/19 17:00:12 wiz Exp $ +$NetBSD: distinfo,v 1.12 2006/06/10 07:43:11 adam Exp $ -SHA1 (pngcrush-1.6.3-nolib.tar.bz2) = 2ed909cd32282fc21eb421d695f5951b97f98c95 -RMD160 (pngcrush-1.6.3-nolib.tar.bz2) = 6672fc72e59b43e476a058b70e0556ce8de56c24 -Size (pngcrush-1.6.3-nolib.tar.bz2) = 40935 bytes -SHA1 (patch-aa) = dabbe1e16b93f7156dba77345d2e12f15e140eff +SHA1 (pngcrush-1.6.4-nolib.tar.bz2) = 6d5c871b94bda8bdc605277501432f74b1a85f23 +RMD160 (pngcrush-1.6.4-nolib.tar.bz2) = 56cf59f968187c81e6dc5e0f1acd935c0058ebd9 +Size (pngcrush-1.6.4-nolib.tar.bz2) = 41061 bytes diff --git a/graphics/pngcrush/patches/patch-aa b/graphics/pngcrush/patches/patch-aa deleted file mode 100644 index 207a4025baa..00000000000 --- a/graphics/pngcrush/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2006/04/19 17:00:12 wiz Exp $ - ---- pngcrush.c.orig 2006-03-30 15:15:11.000000000 +0200 -+++ pngcrush.c -@@ -128,10 +128,12 @@ - #define PNG_iCCP const png_byte png_iCCP[5] = {105, 67, 67, 80, '\0'} - #define PNG_IEND const png_byte png_IEND[5] = { 73, 69, 78, 68, '\0'} - -+#if 0 - PNG_EXPORT_VAR (const png_byte FARDATA) png_IHDR[5]; - PNG_EXPORT_VAR (const png_byte FARDATA) png_IDAT[5]; - PNG_EXPORT_VAR (const png_byte FARDATA) png_IEND[5]; - PNG_EXPORT_VAR (const png_byte FARDATA) png_iCCP[5]; -+#endif - - #define PNG_FLAG_CRC_CRITICAL_USE 0x0400 - #define PNG_FLAG_CRC_CRITICAL_IGNORE 0x0800 |