diff options
author | adam <adam@pkgsrc.org> | 2013-02-08 17:18:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-02-08 17:18:24 +0000 |
commit | 25c75771a095df7fb9dd72c2faa196482c00618e (patch) | |
tree | 1a32cf8b92ba77a298be4b90caaa33f5154be26a /graphics | |
parent | 34c14adeedbb8e861cdd974ddcb03cca436eb497 (diff) | |
download | pkgsrc-25c75771a095df7fb9dd72c2faa196482c00618e.tar.gz |
Version 1.7.47 (built with libpng-1.5.13 and zlib-1.2.7)
Do not do the heuristic trials of the first 10 methods when -brute is
specified, because it did not save time as I hoped.
Fixed a mistake in 1.7.45 and 1.7.46 that caused the output file to
not be written.
Version 1.7.46 (built with libpng-1.5.13 and zlib-1.2.7)
Moved the new level 0 methods to the end of the trial list (methods 137-148)
Version 1.7.45 (built with libpng-1.5.13 and zlib-1.2.7)
Added method 0 (uncompressed). "-m 0" now simply turns on method 0.
Added "-try10" option that has the same effect that "-m 0" previously did,
namely to try only the first ten methods.
Inserted new methods 17 through 21 with zlib level 0.
Do the heuristic trials of the first 10 methods when -brute is specified,
to get quickly to a small solution, so we can bail out of most of the
remaining trials early. Previously these 10 methods were skipped during
a -brute run.
Removed the "-reduce" line from the help screen when PNGCRUSH_COUNT_COLORS
is disabled.
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 a7534ee27c2..ed8734eed8c 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.66 2013/01/24 21:00:42 adam Exp $ +# $NetBSD: Makefile,v 1.67 2013/02/08 17:18:24 adam Exp $ -DISTNAME= pngcrush-1.7.44-nolib +DISTNAME= pngcrush-1.7.47-nolib PKGNAME= ${DISTNAME:C/-nolib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 43f96b35e79..246e9a4baa6 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.47 2013/01/24 21:00:42 adam Exp $ +$NetBSD: distinfo,v 1.48 2013/02/08 17:18:24 adam Exp $ -SHA1 (pngcrush-1.7.44-nolib.tar.xz) = b4ff51d6210911619509d9903281a4771518a808 -RMD160 (pngcrush-1.7.44-nolib.tar.xz) = 5399a403aecab754187f85c4965c0cafb67aef8c -Size (pngcrush-1.7.44-nolib.tar.xz) = 53400 bytes +SHA1 (pngcrush-1.7.47-nolib.tar.xz) = 12238ea2bbcb419e5872fe6fa5cdcad6d517bbce +RMD160 (pngcrush-1.7.47-nolib.tar.xz) = 5b143bd6eecb4fd5712060f8ccbf69aceec273b1 +Size (pngcrush-1.7.47-nolib.tar.xz) = 54080 bytes SHA1 (patch-aa) = c8342e5bb7947f1dc2ff31f0ef45190ebcc71d8e |