Subject: CVS commit: pkgsrc/graphics/png
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 10/15/2004 12:33:21
Module Name: pkgsrc
Committed By: adam
Date: Fri Oct 15 12:33:21 UTC 2004
Modified Files:
pkgsrc/graphics/png: Makefile distinfo
pkgsrc/graphics/png/patches: patch-ad
Log Message:
Changes 1.2.7:
* Removed unused pngasmrd.h file.
* Removed references to uu.net for archived files. Added references to
PNG Spec (second edition) and the PNG ISO/IEC Standard.
* Added "test-dd" target in 15 makefiles, to run pngtest in DESTDIR.
* Fixed bug with "optimized window size" in the IDAT datastream, that
causes libpng to write PNG files with incorrect zlib header bytes.
* Fixed bug with sCAL chunk and big-endian machines (David Munro).
* Undid new code added in 1.2.6rc2 to update the color_type in
png_set_filler().
* Added png_set_add_alpha() that updates color type.
* Revised png_set_strip_filler() to not remove alpha if color_type has alpha.
* Added makefile.hp64
* Changed projects/msvc/png32ms.def to scripts/png32ms.def in makefile.cygwin
To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 pkgsrc/graphics/png/Makefile
cvs rdiff -r1.22 -r1.23 pkgsrc/graphics/png/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/png/patches/patch-ad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.