summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-12-05 09:42:11 +0000
committeradam <adam@pkgsrc.org>2004-12-05 09:42:11 +0000
commitf68ac179bb336437e1e65b72de9f803a193b00ff (patch)
treebbb7010af80850b6fdd639fd980555ac37d2a711 /graphics/ImageMagick
parent139acca905ffce86a938387698763061a6eb55b8 (diff)
downloadpkgsrc-f68ac179bb336437e1e65b72de9f803a193b00ff.tar.gz
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 (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile.common6
-rw-r--r--graphics/ImageMagick/distinfo8
-rw-r--r--graphics/ImageMagick/patches/patch-aa6
3 files changed, 10 insertions, 10 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common
index eeeeeec0938..1576b4b70fc 100644
--- a/graphics/ImageMagick/Makefile.common
+++ b/graphics/ImageMagick/Makefile.common
@@ -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 --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo
index 632cacf9ab9..57171005460 100644
--- a/graphics/ImageMagick/distinfo
+++ b/graphics/ImageMagick/distinfo
@@ -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 --git a/graphics/ImageMagick/patches/patch-aa b/graphics/ImageMagick/patches/patch-aa
index 6f04a54ae73..28ac69917fa 100644
--- a/graphics/ImageMagick/patches/patch-aa
+++ b/graphics/ImageMagick/patches/patch-aa
@@ -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'