pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update graphics/ImageMagick to 6.0.2.7.
details: https://anonhg.NetBSD.org/pkgsrc/rev/84a3688235dc
branches: trunk
changeset: 476923:84a3688235dc
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Jun 23 00:59:19 2004 +0000
description:
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:
doc/CHANGES | 3 ++-
graphics/ImageMagick/Makefile.common | 6 +++---
graphics/ImageMagick/PLIST | 10 +++++-----
graphics/ImageMagick/distinfo | 6 +++---
4 files changed, 13 insertions(+), 12 deletions(-)
diffs (83 lines):
diff -r d146dc273cde -r 84a3688235dc doc/CHANGES
--- a/doc/CHANGES Tue Jun 22 23:53:52 2004 +0000
+++ b/doc/CHANGES Wed Jun 23 00:59:19 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6281 2004/06/22 23:53:52 xtraeme Exp $
+$NetBSD: CHANGES,v 1.6282 2004/06/23 00:59:19 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3026,3 +3026,4 @@
Added drivel-1.0.0 [jmmv 2004-06-22]
Added SpeedyCGI-2.2 [adrianp 2004-06-22]
Updated qpopper to 4.0.5nb4 [xtraeme 2004-06-22]
+ Updated ImageMagick to 6.0.2.7 [xtraeme 2004-06-23]
diff -r d146dc273cde -r 84a3688235dc graphics/ImageMagick/Makefile.common
--- a/graphics/ImageMagick/Makefile.common Tue Jun 22 23:53:52 2004 +0000
+++ b/graphics/ImageMagick/Makefile.common Wed Jun 23 00:59:19 2004 +0000
@@ -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 -r d146dc273cde -r 84a3688235dc graphics/ImageMagick/PLIST
--- a/graphics/ImageMagick/PLIST Tue Jun 22 23:53:52 2004 +0000
+++ b/graphics/ImageMagick/PLIST Wed Jun 23 00:59:19 2004 +0000
@@ -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++.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/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 -r d146dc273cde -r 84a3688235dc graphics/ImageMagick/distinfo
--- a/graphics/ImageMagick/distinfo Tue Jun 22 23:53:52 2004 +0000
+++ b/graphics/ImageMagick/distinfo Wed Jun 23 00:59:19 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index