summaryrefslogtreecommitdiff
path: root/graphics/pngcrush/patches/patch-aa
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-07-18 08:41:19 +0000
committeradam <adam@pkgsrc.org>2008-07-18 08:41:19 +0000
commit889df4cae7b8837359bae46918c4157099bce404 (patch)
tree647ae25f6ef6c3423c78e3d217019cb4cbcb6f6b /graphics/pngcrush/patches/patch-aa
parentd8c32583de67a034303f721e7de46be549440049 (diff)
downloadpkgsrc-889df4cae7b8837359bae46918c4157099bce404.tar.gz
Changes 1.6.7:
Moved PNG_UINT_CHNK and some other defines from pngcrush.h to pngcrush.c Reject invalid color_type or bit_depth. Changes 1.6.6: Added dSIG support. Pngcrush will not rewrite an image containing a dSIG chunk immediately following the IHDR chunk, unless the dSIG is explicitly removed with "-rem dSIG" or explicitly kept with "-keep dSIG". In the latter case the saved dSIG chunks will become invalid if any changes are made to the datastream. Fixed bug in writing unknown chunks from the end_info_ptr. Changes 1.6.5: Discontinued adding a new gAMA chunk when writing sRGB chunk.
Diffstat (limited to 'graphics/pngcrush/patches/patch-aa')
-rw-r--r--graphics/pngcrush/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/pngcrush/patches/patch-aa b/graphics/pngcrush/patches/patch-aa
index dc1a69fd7ae..c4aaa1a73be 100644
--- a/graphics/pngcrush/patches/patch-aa
+++ b/graphics/pngcrush/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.6 2006/07/06 20:51:25 adam Exp $
+$NetBSD: patch-aa,v 1.7 2008/07/18 08:41:20 adam Exp $
---- pngcrush.c.orig 2006-07-06 22:32:25.000000000 +0200
-+++ pngcrush.c 2006-07-06 22:41:02.000000000 +0200
-@@ -444,9 +444,6 @@
+--- pngcrush.c.orig 2008-06-13 03:50:52.000000000 +0200
++++ pngcrush.c
+@@ -624,9 +624,6 @@ void png_crc_read(png_structp png_ptr, p
int png_crc_error(png_structp png_ptr);
int png_crc_finish(png_structp png_ptr, png_uint_32 skip);
@@ -12,7 +12,7 @@ $NetBSD: patch-aa,v 1.6 2006/07/06 20:51:25 adam Exp $
#ifdef PNG_USER_MEM_SUPPORTED
png_voidp png_debug_malloc(png_structp png_ptr, png_uint_32 size);
-@@ -482,38 +479,6 @@
+@@ -662,38 +659,6 @@ void print_usage(int retval);
* ============================================================
*/