diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-23 00:59:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-23 00:59:19 +0000 |
commit | 2396acc57e8fce3582c519a7dcd0d39843181c3f (patch) | |
tree | 1f7dc5a3d7784822c502f54197df4c294e3c7f9a /graphics/ImageMagick | |
parent | b290be6cc25701260dc4ee8e88444ce9124cfec1 (diff) | |
download | pkgsrc-2396acc57e8fce3582c519a7dcd0d39843181c3f.tar.gz |
Update graphics/ImageMagick to 6.0.2.7.
Changes:
Bug fixes:
* Fixed problem with relative filename wildcards (e.g.
identify images/*.jpg)
* DrawSetStrokeDashArray() now respects the number_elements argument.
Performance improvements:
* Don't open a loadable module if its already open.
* Added anonymous memory-mapping to the pixel cache. This makes it
possible for memory to be returned to the system after the image is
destroyed.
Utilities enhancements:
* The display program now composites any transparent images on top of a
checkered background to assist in visualizing any partial transparent
pixels.
Coder additions/improvments:
* When an unknown property is encountered in the XCF coder, it enters a
bogus loop that never terminates.
Code/structure enhancements:
* Introduce MagickBooleanType and MagickStatusType types of unsigned int.
These types are 100% compatible with the existing API but removes
ambiguity. Previously we got complaints that users did not realize that a
return value of unsigned int in most cases meant a binary value (0/1).
MagickStatusType is used for methods that return a bit mask.
* Introduce MagickFalse and MagickTrue while we deprecate True/False.
And more...
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile.common | 6 | ||||
-rw-r--r-- | graphics/ImageMagick/PLIST | 10 | ||||
-rw-r--r-- | graphics/ImageMagick/distinfo | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 7238a94fe61..b7675f3e4fd 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.10 2004/05/19 14:11:28 adam Exp $ +# $NetBSD: Makefile.common,v 1.11 2004/06/23 00:59:20 xtraeme Exp $ -IM_MAJOR_VER= 6.0.1 -IM_MINOR_VER= 3 +IM_MAJOR_VER= 6.0.2 +IM_MINOR_VER= 7 IM_MAJOR_LIB_VER= ${IM_MAJOR_VER} .if (${IM_MINOR_VER} != NONE) diff --git a/graphics/ImageMagick/PLIST b/graphics/ImageMagick/PLIST index ed4ad46c093..ab5d65dd245 100644 --- a/graphics/ImageMagick/PLIST +++ b/graphics/ImageMagick/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2004/05/19 14:11:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.16 2004/06/23 00:59:20 xtraeme Exp $ bin/Magick++-config bin/Magick-config bin/Wand-config @@ -109,17 +109,17 @@ lib/libMagick++.a lib/libMagick++.la lib/libMagick++.so lib/libMagick++.so.6 -lib/libMagick++.so.6.1 +lib/libMagick++.so.6.2 lib/libMagick.a lib/libMagick.la lib/libMagick.so lib/libMagick.so.6 -lib/libMagick.so.6.1 +lib/libMagick.so.6.2 lib/libWand.a lib/libWand.la lib/libWand.so lib/libWand.so.6 -lib/libWand.so.6.1 +lib/libWand.so.6.2 lib/pkgconfig/ImageMagick++.pc lib/pkgconfig/ImageMagick.pc lib/pkgconfig/Wand.pc @@ -161,12 +161,12 @@ share/ImageMagick-${IM_MAJOR_LIB_VER}/www/api/colorspace.html share/ImageMagick-${IM_MAJOR_LIB_VER}/www/api/draw.html share/ImageMagick-${IM_MAJOR_LIB_VER}/www/api/pixel_iterator.html share/ImageMagick-${IM_MAJOR_LIB_VER}/www/api/profile.html -share/ImageMagick-${IM_MAJOR_LIB_VER}/www/archives.html share/ImageMagick-${IM_MAJOR_LIB_VER}/www/compare.html share/ImageMagick-${IM_MAJOR_LIB_VER}/www/download.html share/ImageMagick-${IM_MAJOR_LIB_VER}/www/index.html share/ImageMagick-${IM_MAJOR_VER}/QuickStart.txt share/ImageMagick-${IM_MAJOR_VER}/images/background.gif +share/ImageMagick-${IM_MAJOR_VER}/images/devlib.gif share/ImageMagick-${IM_MAJOR_VER}/images/examples.jpg share/ImageMagick-${IM_MAJOR_VER}/images/granite.png share/ImageMagick-${IM_MAJOR_VER}/images/logo.png diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 050f5da8a81..ee8165b871e 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.20 2004/05/19 14:11:28 adam Exp $ +$NetBSD: distinfo,v 1.21 2004/06/23 00:59:20 xtraeme Exp $ -SHA1 (ImageMagick-6.0.1-3.tar.bz2) = 28229404f7a2afcadb46997b7b4d7f1073f7c9d4 -Size (ImageMagick-6.0.1-3.tar.bz2) = 5606799 bytes +SHA1 (ImageMagick-6.0.2-7.tar.bz2) = ee6e5d5dc96640b81f50b4636755bfcd35734496 +Size (ImageMagick-6.0.2-7.tar.bz2) = 5707002 bytes |