pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick Chamges 6.1.5-7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9d9ee59794f
branches:  trunk
changeset: 484712:d9d9ee59794f
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 29 09:05:46 2004 +0000

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

diffstat:

 graphics/ImageMagick/Makefile.common |  4 ++--
 graphics/ImageMagick/PLIST           |  7 +++++--
 graphics/ImageMagick/distinfo        |  6 +++---
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r 22a5cc903b97 -r d9d9ee59794f graphics/ImageMagick/Makefile.common
--- a/graphics/ImageMagick/Makefile.common      Mon Nov 29 08:47:29 2004 +0000
+++ b/graphics/ImageMagick/Makefile.common      Mon Nov 29 09:05:46 2004 +0000
@@ -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 -r 22a5cc903b97 -r d9d9ee59794f graphics/ImageMagick/PLIST
--- a/graphics/ImageMagick/PLIST        Mon Nov 29 08:47:29 2004 +0000
+++ b/graphics/ImageMagick/PLIST        Mon Nov 29 09:05:46 2004 +0000
@@ -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/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 -r 22a5cc903b97 -r d9d9ee59794f graphics/ImageMagick/distinfo
--- a/graphics/ImageMagick/distinfo     Mon Nov 29 08:47:29 2004 +0000
+++ b/graphics/ImageMagick/distinfo     Mon Nov 29 09:05:46 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index