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.1.6-0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cafb19f049cb
branches:  trunk
changeset: 485215:cafb19f049cb
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 05 09:42:11 2004 +0000

description:
Changes 6.1.6-0:
  * The -channel option is operational again.
  * 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).

diffstat:

 graphics/ImageMagick/Makefile.common  |  6 +++---
 graphics/ImageMagick/distinfo         |  8 ++++----
 graphics/ImageMagick/patches/patch-aa |  6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r 54d015ee584b -r cafb19f049cb graphics/ImageMagick/Makefile.common
--- a/graphics/ImageMagick/Makefile.common      Sun Dec 05 09:40:09 2004 +0000
+++ b/graphics/ImageMagick/Makefile.common      Sun Dec 05 09:42:11 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.23 2004/11/29 09:05:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.24 2004/12/05 09:42:11 adam Exp $
 
-IM_MAJOR_VER=          6.1.5
-IM_MINOR_VER=          7
+IM_MAJOR_VER=          6.1.6
+IM_MINOR_VER=          0
 IM_MAJOR_LIB_VER=      ${IM_MAJOR_VER}
 
 .if (${IM_MINOR_VER} != NONE)
diff -r 54d015ee584b -r cafb19f049cb graphics/ImageMagick/distinfo
--- a/graphics/ImageMagick/distinfo     Sun Dec 05 09:40:09 2004 +0000
+++ b/graphics/ImageMagick/distinfo     Sun Dec 05 09:42:11 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2004/11/29 09:05:46 adam Exp $
+$NetBSD: distinfo,v 1.34 2004/12/05 09:42:11 adam Exp $
 
-SHA1 (ImageMagick-6.1.5-7.tar.bz2) = aeb885645a7cdce835d9614fc5648bb0304ad1b0
-Size (ImageMagick-6.1.5-7.tar.bz2) = 4559254 bytes
-SHA1 (patch-aa) = 45dfec582cb3edb7ce40026dbedf80e6a4bb39e7
+SHA1 (ImageMagick-6.1.6-0.tar.bz2) = 14b19fd3c752699a205997c647395c7c6bfe43b3
+Size (ImageMagick-6.1.6-0.tar.bz2) = 4558525 bytes
+SHA1 (patch-aa) = 207bea9bece866ea773ebaddc7cd35d3c857b59f
diff -r 54d015ee584b -r cafb19f049cb graphics/ImageMagick/patches/patch-aa
--- a/graphics/ImageMagick/patches/patch-aa     Sun Dec 05 09:40:09 2004 +0000
+++ b/graphics/ImageMagick/patches/patch-aa     Sun Dec 05 09:42:11 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.25 2004/11/15 11:14:15 adam Exp $
+$NetBSD: patch-aa,v 1.26 2004/12/05 09:42:11 adam Exp $
 
---- configure.orig     2004-11-13 23:12:46.000000000 +0000
+--- configure.orig     2004-12-03 23:31:05.000000000 +0000
 +++ configure
-@@ -25550,9 +25550,6 @@ fi
+@@ -25576,9 +25576,6 @@ fi
  # Enable building/use of libltdl if we are building shared libraries regardless
  # of whether modules are built or not.
  with_ltdl='no'



Home | Main Index | Thread Index | Old Index