diff options
author | adam <adam> | 2014-04-12 08:56:39 +0000 |
---|---|---|
committer | adam <adam> | 2014-04-12 08:56:39 +0000 |
commit | aec6c5ca03cd2b8d4abb6dd6c29b7a98f5c7190e (patch) | |
tree | 52299b120e8ed992c028074cca49518dd10493a7 /graphics/p5-PerlMagick | |
parent | 4507fb76db4d8b344cfbde712e61b98f8513bfa4 (diff) | |
download | pkgsrc-aec6c5ca03cd2b8d4abb6dd6c29b7a98f5c7190e.tar.gz |
Changes 6.8.9.0:
* Fixed bug with -strip failing to exclude PNG chunks
* Added new coder to take a screen shot of a monitor in Windows
* Don't transform sRGB compatible colorspaces to sRGB, doing so
inadvertingly promotes colormapped images to DirectClass.
* Use temporary path rather then current working directory
* Support -canny edge detection option.
* Use MAGICKCORE_LIBOPENJP2_DELEGATE instead of MAGICKCORE_JP2_DELEGATE
Diffstat (limited to 'graphics/p5-PerlMagick')
-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 53c86053608..557724058bd 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.100 2014/04/10 06:21:28 obache Exp $ +# $NetBSD: Makefile,v 1.101 2014/04/12 08:56:39 adam Exp $ .include "../../graphics/ImageMagick/Makefile.common" PKGNAME= p5-PerlMagick-${DISTVERSION} -PKGREVISION= 1 SVR4_PKGNAME= p5pma MAINTAINER= pkgsrc-users@NetBSD.org |