pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick Changes 6.4.6.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d17416244678
branches:  trunk
changeset: 550415:d17416244678
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 21 17:13:43 2008 +0000

description:
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.

diffstat:

 graphics/ImageMagick/Makefile.common |  4 ++--
 graphics/ImageMagick/distinfo        |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 1ab4faf0c757 -r d17416244678 graphics/ImageMagick/Makefile.common
--- a/graphics/ImageMagick/Makefile.common      Fri Nov 21 16:52:00 2008 +0000
+++ b/graphics/ImageMagick/Makefile.common      Fri Nov 21 17:13:43 2008 +0000
@@ -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 -r 1ab4faf0c757 -r d17416244678 graphics/ImageMagick/distinfo
--- a/graphics/ImageMagick/distinfo     Fri Nov 21 16:52:00 2008 +0000
+++ b/graphics/ImageMagick/distinfo     Fri Nov 21 17:13:43 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index