pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/pngcrush
Module Name: pkgsrc
Committed By: adam
Date: Wed Mar 6 16:10:28 UTC 2013
Modified Files:
pkgsrc/graphics/pngcrush: Makefile distinfo
Log Message:
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".
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/graphics/pngcrush/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/pngcrush/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index