diff options
author | ghen <ghen> | 2006-04-04 22:30:50 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-04-04 22:30:50 +0000 |
commit | 2cc9c929fa2e5c2dd61c539171e4e53a8cda077f (patch) | |
tree | e66e6ef68552f152e96f156d40ba9ae4fd380ee2 /graphics | |
parent | a294fe049776e702eb0576695572ec72b95a7a7b (diff) | |
download | pkgsrc-2cc9c929fa2e5c2dd61c539171e4e53a8cda077f.tar.gz |
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 (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/ImageMagick/distinfo | 8 | ||||
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 3 |
3 files changed, 7 insertions, 8 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 3e9904e0f7c..052e988e8f2 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -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 --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 7b2b53ea38a..4ac436f5381 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -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 --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index b8c1091e20f..ee4441fbcfa 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -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 |