Sat Apr 12 08:56:39 2014 UTC ()
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


(adam)
diff -r1.203 -r1.204 pkgsrc/graphics/ImageMagick/Makefile
diff -r1.105 -r1.106 pkgsrc/graphics/ImageMagick/Makefile.common
diff -r1.124 -r1.125 pkgsrc/graphics/ImageMagick/distinfo
diff -r1.100 -r1.101 pkgsrc/graphics/p5-PerlMagick/Makefile

cvs diff -r1.203 -r1.204 pkgsrc/graphics/ImageMagick/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/Makefile 2014/04/10 06:21:18 1.203
+++ pkgsrc/graphics/ImageMagick/Makefile 2014/04/12 08:56:39 1.204
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.203 2014/04/10 06:21:18 obache Exp $ 1# $NetBSD: Makefile,v 1.204 2014/04/12 08:56:39 adam Exp $
2 2
3.include "Makefile.common" 3.include "Makefile.common"
4 4
5PKGNAME= ImageMagick-${DISTVERSION} 5PKGNAME= ImageMagick-${DISTVERSION}
6PKGREVISION= 1 
7 6
8MAINTAINER= adam@NetBSD.org 7MAINTAINER= adam@NetBSD.org
9COMMENT= Package for display and interactive manipulation of images 8COMMENT= Package for display and interactive manipulation of images
10 9
11CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate' 10CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate'
12 11
13PKG_INSTALLATION_TYPES= overwrite pkgviews 12PKG_INSTALLATION_TYPES= overwrite pkgviews
14 13
15USE_LANGUAGES= c c++ c99 14USE_LANGUAGES= c c++ c99
16USE_TOOLS+= gmake pkg-config 15USE_TOOLS+= gmake pkg-config
17CONFIGURE_ARGS+= --disable-assert 16CONFIGURE_ARGS+= --disable-assert
18CONFIGURE_ARGS+= --with-fontconfig 17CONFIGURE_ARGS+= --with-fontconfig
19CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include 18CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include

cvs diff -r1.105 -r1.106 pkgsrc/graphics/ImageMagick/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/Makefile.common 2014/02/13 19:53:43 1.105
+++ pkgsrc/graphics/ImageMagick/Makefile.common 2014/04/12 08:56:39 1.106
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile.common,v 1.105 2014/02/13 19:53:43 adam Exp $ 1# $NetBSD: Makefile.common,v 1.106 2014/04/12 08:56:39 adam Exp $
2# 2#
3# used by graphics/p5-PerlMagick/Makefile 3# used by graphics/p5-PerlMagick/Makefile
4 4
5IM_MAJOR_VER= 6.8.8 5IM_MAJOR_VER= 6.8.9
6IM_MINOR_VER= 5 6IM_MINOR_VER= 0
7IM_MAJOR_LIB_VER= 6 7IM_MAJOR_LIB_VER= 6
8 8
9.if (${IM_MINOR_VER} != NONE) 9.if (${IM_MINOR_VER} != NONE)
10DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER} 10DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER}
11.else 11.else
12DISTSUFFIX= ${IM_MAJOR_VER} 12DISTSUFFIX= ${IM_MAJOR_VER}
13.endif 13.endif
14 14
15DISTNAME= ImageMagick-${DISTSUFFIX} 15DISTNAME= ImageMagick-${DISTSUFFIX}
16DISTVERSION= ${DISTSUFFIX:S/-/./} 16DISTVERSION= ${DISTSUFFIX:S/-/./}
17 17
18CATEGORIES= graphics 18CATEGORIES= graphics
19MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \ 19MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \

cvs diff -r1.124 -r1.125 pkgsrc/graphics/ImageMagick/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/distinfo 2014/02/13 19:53:43 1.124
+++ pkgsrc/graphics/ImageMagick/distinfo 2014/04/12 08:56:39 1.125
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.124 2014/02/13 19:53:43 adam Exp $ 1$NetBSD: distinfo,v 1.125 2014/04/12 08:56:39 adam Exp $
2 2
3SHA1 (ImageMagick-6.8.8-5.tar.xz) = 5cb75caf426acf3eacaf882dbbb24f462016d828 3SHA1 (ImageMagick-6.8.9-0.tar.xz) = 098a98ba2b5c988084da3d103c6ce8fff962bbf8
4RMD160 (ImageMagick-6.8.8-5.tar.xz) = 86f35a57845f9bbe7355ebcab513aa42a7b43fb2 4RMD160 (ImageMagick-6.8.9-0.tar.xz) = 25579943c88d6b427c89979342b210fcf001ee10
5Size (ImageMagick-6.8.8-5.tar.xz) = 7446036 bytes 5Size (ImageMagick-6.8.9-0.tar.xz) = 7545228 bytes
6SHA1 (patch-configure) = 87ae69ea06d9ed392627ec2067192e1a292106c4 6SHA1 (patch-configure) = 87ae69ea06d9ed392627ec2067192e1a292106c4

cvs diff -r1.100 -r1.101 pkgsrc/graphics/p5-PerlMagick/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/p5-PerlMagick/Makefile 2014/04/10 06:21:28 1.100
+++ pkgsrc/graphics/p5-PerlMagick/Makefile 2014/04/12 08:56:39 1.101
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.100 2014/04/10 06:21:28 obache Exp $ 1# $NetBSD: Makefile,v 1.101 2014/04/12 08:56:39 adam Exp $
2 2
3.include "../../graphics/ImageMagick/Makefile.common" 3.include "../../graphics/ImageMagick/Makefile.common"
4 4
5PKGNAME= p5-PerlMagick-${DISTVERSION} 5PKGNAME= p5-PerlMagick-${DISTVERSION}
6PKGREVISION= 1 
7SVR4_PKGNAME= p5pma 6SVR4_PKGNAME= p5pma
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.simplesystems.org/ImageMagick/www/perl-magick.html 9HOMEPAGE= http://www.simplesystems.org/ImageMagick/www/perl-magick.html
11COMMENT= Object-oriented Perl interface to ImageMagick 10COMMENT= Object-oriented Perl interface to ImageMagick
12 11
13DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo 12DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo
14PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches 13PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches
15 14
16PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
17 16
18# Some configure_args come from Makefile.common 17# Some configure_args come from Makefile.common
19CONFIGURE_ARGS+= --with-perl=${PERL5:Q} 18CONFIGURE_ARGS+= --with-perl=${PERL5:Q}