Subject: CVS commit: pkgsrc/graphics/ImageMagick
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 10/22/2006 21:03:15
Module Name: pkgsrc
Committed By: adam
Date: Sun Oct 22 21:03:15 UTC 2006
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo
pkgsrc/graphics/ImageMagick/patches: patch-aa patch-ab
Log Message:
Changes 6.3.0-0:
* Destroy MagickCore API environment when END{} is called in PerlMagick
* Support -fx conditionals (e.g. x ? y : z), assignment (e.g. zz=3.1), and
statement separators (e.g. zz=2.1; zz).
* Add new pixel: attribute (e.g. -format '%[pixel:s]').
* Add support for Supplementary Plane Unicode characters
Changes 6.2.9-8:
* The plasma: coder is once again opaque.
* Bogus relinquish in rare circustances produced incorrect resource
utilization statistics.
Changes 6.2.9-7:
* Add CMYK support to the PAM image format.
* Do not write PDF soft mask if image is PaletteMatteType.
* Patches from Sven Koehler to improve PerlMagick's build script.
Changes 6.2.9-7:
* Add additional ordered-dithering options.
Changes 6.2.9-6:
* Ensure cache_resources in magick/cache.c is a valid splay-tree before we
add/remove nodes to/from it.
* Automatically threshold the alpha channel at 50% when color reducing an
image.
* Make ParseMagickOptions() more robust to handle ordered dither options.
To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -r1.50 -r1.51 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -r1.78 -r1.79 pkgsrc/graphics/ImageMagick/distinfo
cvs rdiff -r1.38 -r1.39 pkgsrc/graphics/ImageMagick/patches/patch-aa
cvs rdiff -r1.23 -r1.24 pkgsrc/graphics/ImageMagick/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.