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.
This commit is contained in:
parent
d8c32583de
commit
889df4cae7
3 changed files with 13 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.27 2008/03/22 08:48:17 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2008/07/18 08:41:19 adam Exp $
|
||||
|
||||
DISTNAME= pngcrush-1.6.4-nolib
|
||||
PKGNAME= pngcrush-1.6.4
|
||||
DISTNAME= pngcrush-1.6.7-nolib
|
||||
PKGNAME= pngcrush-1.6.7
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.13 2006/07/06 20:51:25 adam Exp $
|
||||
$NetBSD: distinfo,v 1.14 2008/07/18 08:41:19 adam Exp $
|
||||
|
||||
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
|
||||
SHA1 (patch-aa) = 2c9138f28a0e03c75f33e931f26a2dee86cdac40
|
||||
SHA1 (pngcrush-1.6.7-nolib.tar.bz2) = 5db4157fa42762419ef100e39dd121509e8d04c3
|
||||
RMD160 (pngcrush-1.6.7-nolib.tar.bz2) = fcb1a1252ac09f715e58c2db02f2196fc50f8d71
|
||||
Size (pngcrush-1.6.7-nolib.tar.bz2) = 42089 bytes
|
||||
SHA1 (patch-aa) = 0729d2ae6185f8e3540d57ef91ae1b4a0069c7d8
|
||||
|
|
|
@ -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);
|
||||
* ============================================================
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue