Subject: CVS commit: pkgsrc/graphics/ImageMagick
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 02/27/2005 12:37:30
Module Name: pkgsrc
Committed By: adam
Date: Sun Feb 27 12:37:30 UTC 2005
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo
pkgsrc/graphics/ImageMagick/patches: patch-aa
Log Message:
Chanes 6.2.0-2:
* The Tru64 UNIX 4.0D/5.1 C++ compiler doesn't support ios::binary.
There is an #ifdef for this, MISSING_STD_IOS_BINARY, but nothing sets
it in configure.ac. So, I whipped up something to test it. I've tested
this with the Sun, HP, IBM, SGI, and GNU C++ compilers.
* Bitmaps in wmf files which are drawed via ipa_bmp_draw (in coders/wmf.c)
are not scaled to the output size, but drawn with the original size.
* Shear no longer produces artifacts for a 0 y-shear (e.g. 60x0).
* The PerlMagick memory, disk, etc., limits were not being set for values
other than unlimited.
* Not all memory allocated in GetTransformTokens & GetStyleTokens are freed
in SVG parsing.
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -r1.30 -r1.31 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -r1.41 -r1.42 pkgsrc/graphics/ImageMagick/distinfo
cvs rdiff -r1.27 -r1.28 pkgsrc/graphics/ImageMagick/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.