Subject: CVS commit: pkgsrc/graphics/mng
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 04/06/2004 09:17:56
Module Name:	pkgsrc
Committed By:	adam
Date:		Tue Apr  6 09:17:56 UTC 2004

Modified Files:
	pkgsrc/graphics/mng: Makefile distinfo
Removed Files:
	pkgsrc/graphics/mng/patches: patch-aa

Log Message:
Changes 1.0.7:
bugfixes:
- fixed inclusion of IJNG chunk for non-JNG use (J.S)
- fixed bug in chunk-storage of SHOW chunk (where from == to)
- fixed bug in promote_g8_g8 with 16bit support off

core:
- added CANVAS_RGB565 and CANVAS_BGR565 (big thanx to Raphael Assenat!!)
- added CANVAS_RGBA565 and CANVAS_BGRA565 ( -- ditto -- )
- upgraded to zlib 1.2.1
- upgraded to lcms 1.11
- added premultiplied alpha canvas' for RGBA, ARGB, ABGR (thx to John Stiles)
- more optimizations with 16bit support off
- put conditionals around openstream/closestream callbacks.
- fixed typo (MNG_SKIPCHUNK_SAVE -> MNG_SKIPCHUNK_nEED)
- fixed some 64-bit platform compiler warnings

Changes 1.0.6:
core:
- added support for reducing the footprint of libmng by macros that optionally
  skip unused chunks, remove 16-bit sample support, remove Delta support, and
  remove JNG support, to accomodate Mozilla/Firebird.
- further optional removal of unused functions
- added MNG_NO_SUPPORT_FUNCQUERY conditional
- added iPNGdepth member to pData structure
- added conditionals around MAGN chunk support
- added conditionals around non-VLC chunk support
- added conditionals around "mng_display_go*" and other unused functions
- added more conditionals around "promote" functions
- removed email references as appropriate


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/graphics/mng/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/mng/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/graphics/mng/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.