From f8f6b93acb6a84fa028f02a875e44d4d68a14f38 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 29 Nov 2004 09:05:46 +0000 Subject: Chamges 6.1.5-7: * The black channel offset was incorrectly computed when compositing causing a seg-fault (bug report from Arfune). * Under extremely rare conditions the GIF coder had a memory leak. * Moved image list advancement to after the progress monitor call in QuantizeImages() (bug report by Tim Hunter). * The display program no longer exits after the first image. * The JP2 coders no longer interprets the first channel as an opacity channel. * The VID coder no longer generates a fault (bug report from Arfune). * CMYK Postscript with a subimage specification no longer returns a grayscale image (bug report from Arfune). * Handle image settings with MogrifyImageInfo() method. * GNS contributed QueryMultilineTypeMetrics(). Its like QueryTypeMetrics() but returns the maximum text width and height for multiple lines of text. * Treat -channel as a setting in the command line programs. --- graphics/ImageMagick/Makefile.common | 4 ++-- graphics/ImageMagick/PLIST | 7 +++++-- graphics/ImageMagick/distinfo | 6 +++--- 3 files changed, 10 insertions(+), 7 deletions(-) (limited to 'graphics/ImageMagick') diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 6cdddd55e6e..eeeeeec0938 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.22 2004/11/22 16:28:24 adam Exp $ +# $NetBSD: Makefile.common,v 1.23 2004/11/29 09:05:46 adam Exp $ IM_MAJOR_VER= 6.1.5 -IM_MINOR_VER= 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 f5591ef06b2..8ec811b8112 100644 --- a/graphics/ImageMagick/PLIST +++ b/graphics/ImageMagick/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2004/11/22 16:28:25 adam Exp $ +@comment $NetBSD: PLIST,v 1.27 2004/11/29 09:05:46 adam Exp $ bin/Magick++-config bin/Magick-config bin/Wand-config @@ -92,7 +92,10 @@ include/magick/utility.h include/magick/version.h include/magick/widget.h include/magick/xwindow.h -include/wand/pixel_wand_private.h +include/wand/drawing_wand.h +include/wand/magick_wand.h +include/wand/pixel_iterator.h +include/wand/pixel_wand.h lib/ImageMagick-${IM_MAJOR_LIB_VER}/config/colors.xml lib/ImageMagick-${IM_MAJOR_LIB_VER}/config/configure.xml lib/ImageMagick-${IM_MAJOR_LIB_VER}/config/delegates.xml diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index cfe63fb957f..632cacf9ab9 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2004/11/22 16:28:25 adam Exp $ +$NetBSD: distinfo,v 1.33 2004/11/29 09:05:46 adam Exp $ -SHA1 (ImageMagick-6.1.5-2.tar.bz2) = 6c60f43798e3a0fcdf23947953676dacc05f3eb6 -Size (ImageMagick-6.1.5-2.tar.bz2) = 4558819 bytes +SHA1 (ImageMagick-6.1.5-7.tar.bz2) = aeb885645a7cdce835d9614fc5648bb0304ad1b0 +Size (ImageMagick-6.1.5-7.tar.bz2) = 4559254 bytes SHA1 (patch-aa) = 45dfec582cb3edb7ce40026dbedf80e6a4bb39e7 -- cgit v1.2.3