diff options
author | adam <adam@pkgsrc.org> | 2013-03-06 16:10:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-03-06 16:10:28 +0000 |
commit | 3fdd26a5cb17292fd6edb8a36613b055b442a213 (patch) | |
tree | 2ab6446c313bf581deb5b3cf8754dd9da9bc3ccb /graphics | |
parent | 27c3dd15b76c6dc206aba87d77720ea9a25cb6ee (diff) | |
download | pkgsrc-3fdd26a5cb17292fd6edb8a36613b055b442a213.tar.gz |
Version 1.7.52 (built with libpng-1.6.1beta06 and zlib-1.2.7)
Added license info for cexcept.h, libpng, and zlib.
Added consideration of "zopfli" compression to the "To do" list.
Fixed a typo that caused a cHRM chunk to be "found" if an iCCP chunk
were present.
Reset best_byte_count before trial loop.
Revise global png_set_keep_unknown_chunks() calls to avoid a libpng16
warning.
Reset "intent" to "specified_intent" before trial loop.
Reset "plte_len" to "specified_plte_len" before trial loop.
Initialize length of each trial to 0x7fffffff so any untried method
is not the "best method".
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcrush/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 66ec6942194..cfb3f61fa38 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2013/02/16 18:20:35 adam Exp $ +# $NetBSD: Makefile,v 1.70 2013/03/06 16:10:28 adam Exp $ -DISTNAME= pngcrush-1.7.50-nolib +DISTNAME= pngcrush-1.7.52-nolib PKGNAME= ${DISTNAME:C/-nolib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 77351970613..29a08eadc64 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.49 2013/02/16 18:20:35 adam Exp $ +$NetBSD: distinfo,v 1.50 2013/03/06 16:10:28 adam Exp $ -SHA1 (pngcrush-1.7.50-nolib.tar.xz) = 1744c01e758bb1d34f497f1c781c24ad11acaa60 -RMD160 (pngcrush-1.7.50-nolib.tar.xz) = e3bd8efee496ed8d7849e7006e99405f48eecab5 -Size (pngcrush-1.7.50-nolib.tar.xz) = 53300 bytes +SHA1 (pngcrush-1.7.52-nolib.tar.xz) = 2054da46e46c06e5b8e81af65676852a83350ec8 +RMD160 (pngcrush-1.7.52-nolib.tar.xz) = 56055b7b1eb5c8373fb94d2e7af437842d90f5fb +Size (pngcrush-1.7.52-nolib.tar.xz) = 54444 bytes SHA1 (patch-aa) = c8342e5bb7947f1dc2ff31f0ef45190ebcc71d8e |