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/p5-PerlMagick/Makefile | |
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/p5-PerlMagick/Makefile')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |