summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-11-21 17:13:43 +0000
committeradam <adam@pkgsrc.org>2008-11-21 17:13:43 +0000
commita225ead25233a9d7e17c2a0710116a1b64586de3 (patch)
tree4d346af2d8848c9c3b2a690db7fe1b9b2178dc98
parentcdd322a9e5fa235733fb3a26cb03c50899020256 (diff)
downloadpkgsrc-a225ead25233a9d7e17c2a0710116a1b64586de3.tar.gz
Changes 6.4.6.0:
* Fixed bug for RGBO image @ line, plane and partition interlace. * Deprecate pixel methods: AcquireImagePixels(), GetImagePixels(), etc. * New pixel methods: GetVirtualPixels(), GetAuthenticPixels(), etc. * GPS and multivalued EXIF properties support * Add TransparentPaintImageChroma() to MagickCore and transparentChroma() to Magick++. * Correct DPX frame position property label * Textures are no longer painted as the background color. * Update both fields of an EXIF resolution. * Support query-font-metrics MSL tag. * Do not set image colorspace for the MSL modulate tag. * Off by one error when computing affine in DrawAffineImage() * Fixed local adaptive thresholding when using an offset * Set SetImagePixels() rather than SyncImagePixelCache() to update the pixel cache morphology. * Set explicit image format for BlobToImage() * p_thread_t is an aggregate under MinGW.
-rw-r--r--graphics/ImageMagick/Makefile.common4
-rw-r--r--graphics/ImageMagick/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common
index 1688b4a709b..2aaa6a98787 100644
--- a/graphics/ImageMagick/Makefile.common
+++ b/graphics/ImageMagick/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.78 2008/10/28 10:42:02 adam Exp $
+# $NetBSD: Makefile.common,v 1.79 2008/11/21 17:13:43 adam Exp $
###########################################################################
#
@@ -9,7 +9,7 @@
#
###########################################################################
-IM_MAJOR_VER= 6.4.5
+IM_MAJOR_VER= 6.4.6
IM_MINOR_VER= 0
IM_MAJOR_LIB_VER= ${IM_MAJOR_VER}
diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo
index bd556c8026b..3df47938c50 100644
--- a/graphics/ImageMagick/distinfo
+++ b/graphics/ImageMagick/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.93 2008/10/28 10:42:02 adam Exp $
+$NetBSD: distinfo,v 1.94 2008/11/21 17:13:43 adam Exp $
-SHA1 (ImageMagick-6.4.5-0.tar.bz2) = 6c7c7cc2ac1ab3357ba22556c0c14d309256eb68
-RMD160 (ImageMagick-6.4.5-0.tar.bz2) = ab4eb282ccacfab257dbd5dcbca98aa5a6a472f5
-Size (ImageMagick-6.4.5-0.tar.bz2) = 8856833 bytes
+SHA1 (ImageMagick-6.4.6-0.tar.bz2) = 954a441c5f5d23b9e2cb92906087a85a0bbb6e59
+RMD160 (ImageMagick-6.4.6-0.tar.bz2) = af3f2ebba041798099fd221995c42f3174862904
+Size (ImageMagick-6.4.6-0.tar.bz2) = 8900267 bytes