pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Update graphics/ImageMagick and graphics/p5-P...
details: https://anonhg.NetBSD.org/pkgsrc/rev/807c1ad901dd
branches: trunk
changeset: 510835:807c1ad901dd
user: ghen <ghen%pkgsrc.org@localhost>
date: Tue Apr 04 22:30:50 2006 +0000
description:
Update graphics/ImageMagick and graphics/p5-PerlMagick to 6.2.6.8.
Changes to 6.2.8-8:
* 'convert existing-image.png -background' no longer generates a fault.
* -define pdf:use-cropbox=true actually works now.
* Slight mods to magick/xwindow.c to compile under BEOS (path provided by
henrimoi@hotma...).
* #000000 improperly set the opacity channel (bug report and patch from
digipete@shaw....).
* Patch for OpenVMS compile support.
Changes to 6.2.6-7:
* Added the 'Dispose' layers function to return the 'GIF dispose' images of
an animation.
* File is already closed, do not call fclose() on it in magick/blob.c.
* PS3/EPS3 now writes a proper image mask when compression is None.
* Patch to properly read interlaced GIF's.
* DestroyMagick() is not always reliably available when atexit() unwinds.
diffstat:
graphics/ImageMagick/Makefile.common | 4 ++--
graphics/ImageMagick/distinfo | 8 ++++----
graphics/p5-PerlMagick/Makefile | 3 +--
3 files changed, 7 insertions(+), 8 deletions(-)
diffs (47 lines):
diff -r b5c8336ce7d9 -r 807c1ad901dd graphics/ImageMagick/Makefile.common
--- a/graphics/ImageMagick/Makefile.common Tue Apr 04 22:21:39 2006 +0000
+++ b/graphics/ImageMagick/Makefile.common Tue Apr 04 22:30:50 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.51 2006/04/04 18:51:14 tv Exp $
+# $NetBSD: Makefile.common,v 1.52 2006/04/04 22:30:50 ghen Exp $
###########################################################################
###########################################################################
@@ -12,7 +12,7 @@
###########################################################################
IM_MAJOR_VER= 6.2.6
-IM_MINOR_VER= 6
+IM_MINOR_VER= 8
IM_MAJOR_LIB_VER= ${IM_MAJOR_VER}
.if (${IM_MINOR_VER} != NONE)
diff -r b5c8336ce7d9 -r 807c1ad901dd graphics/ImageMagick/distinfo
--- a/graphics/ImageMagick/distinfo Tue Apr 04 22:21:39 2006 +0000
+++ b/graphics/ImageMagick/distinfo Tue Apr 04 22:30:50 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.62 2006/03/30 09:56:12 ghen Exp $
+$NetBSD: distinfo,v 1.63 2006/04/04 22:30:50 ghen Exp $
-SHA1 (ImageMagick-6.2.6-6.tar.bz2) = 9072be24090df876dea118896398c8af3979fe36
-RMD160 (ImageMagick-6.2.6-6.tar.bz2) = 38f5c9a31a921a261c824e0226d425fbfc519853
-Size (ImageMagick-6.2.6-6.tar.bz2) = 5143408 bytes
+SHA1 (ImageMagick-6.2.6-8.tar.bz2) = 2182329ce8404030380fd8282d7e739d64ce581e
+RMD160 (ImageMagick-6.2.6-8.tar.bz2) = e13c61dab736931f86e586be163041a7b4d8d01c
+Size (ImageMagick-6.2.6-8.tar.bz2) = 5163808 bytes
SHA1 (patch-aa) = 59d1987bc26397f2c90ea36d19ab92a39c472aa4
SHA1 (patch-ab) = 385f2ee6a47abf0c967623c6b4cae7cd3fc2667c
diff -r b5c8336ce7d9 -r 807c1ad901dd graphics/p5-PerlMagick/Makefile
--- a/graphics/p5-PerlMagick/Makefile Tue Apr 04 22:21:39 2006 +0000
+++ b/graphics/p5-PerlMagick/Makefile Tue Apr 04 22:30:50 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.49 2006/03/04 21:29:50 jlam Exp $
+# $NetBSD: Makefile,v 1.50 2006/04/04 22:30:50 ghen Exp $
.include "../../graphics/ImageMagick/Makefile.common"
PKGNAME= p5-PerlMagick-${DISTVERSION}
-PKGREVISION= 4
SVR4_PKGNAME= p5pma
Home |
Main Index |
Thread Index |
Old Index