From bfbfdfaca3930a142386e9cd811f613e2bd743f8 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 5 Feb 2017 18:24:43 +0000 Subject: Updated ImageMagick to 7.0.4.7. 2017-02-04 7.0.4-7 Cristy * Release ImageMagick version 7.0.4-7, GIT revision 19513:5783e57:20170204. 2017-01-28 7.0.4-7 Cristy * Sanitize comments that include braces for the MIFF image format (reference https://github.com/ImageMagick/ImageMagick/issues/368). 2017-01-27 7.0.4-7 Glenn Randers-Pehrson * coders/png.c: Added support for a proposed new PNG chunk (zxIf, read-only) that is currently being discussed on the png-mng-misc at lists.sourceforge.net mailing list. Enable exIf and zxIf with CPPFLAGS="-DexIf_SUPPORTED -DxzIf_SUPPORTED". If exIf is enabled, only the uncompressed exIF chunk will be written and the hex-encoded zTXt chunk containing the raw Exif profile won't be written. 2017-01-27 7.0.4-6 Cristy * Release ImageMagick version 7.0.4-6, GIT revision 19442:4747de9:20170127. 2017-01-27 7.0.4-6 Cristy * Uninitialized data in MAT image format (reference https://github.com/ImageMagick/ImageMagick/issues/362). * Properly auto-fit caption (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30887). * Correction to composite Over operator (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31282). * Respect gravity option (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31284). 2017-01-22 7.0.4-6 Glenn Randers-Pehrson * Renamed read_vpag_chunk_callback() function to png_user_chunk_callback() in coders/png.c * Implemented a private PNG caNv (canvas) chunk for remembering the original dimensions and offsets when an image is cropped. Previously we used the oFFs and vpAg chunks for this purpose, but this had potential conflicts with other applications that also use the oFFs chunk. * coders/png.c: Added support for a proposed new PNG chunk (exIf read-write, eXIf read-only) that is currently being discussed on the png-mng-misc at lists.sourceforge.net mailing list. 2017-01-22 7.0.4-6 Dirk Lemstra * Replaced CoderSeekableStreamFlag with CoderDecoderSeekableStreamFlag and CoderEncoderSeekableStreamFlag. --- graphics/ImageMagick/Makefile.common | 4 ++-- graphics/ImageMagick/PLIST | 6 +++--- graphics/ImageMagick/distinfo | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'graphics') diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index d9322343f16..a4d6c3303c3 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.142 2017/01/22 12:41:40 wiz Exp $ +# $NetBSD: Makefile.common,v 1.143 2017/02/05 18:24:43 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 7.0.4 -IM_MINOR_VER= 5 +IM_MINOR_VER= 7 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) diff --git a/graphics/ImageMagick/PLIST b/graphics/ImageMagick/PLIST index 13016fb41ab..8532d4e2ecb 100644 --- a/graphics/ImageMagick/PLIST +++ b/graphics/ImageMagick/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.92 2016/12/30 00:35:23 wiz Exp $ +@comment $NetBSD: PLIST,v 1.93 2017/02/05 18:24:43 wiz Exp $ bin/Magick++-config bin/MagickCore-config bin/MagickWand-config @@ -338,7 +338,6 @@ share/doc/ImageMagick-7/www/Magick++/thumbnail-sample-plain.jpg share/doc/ImageMagick-7/www/advanced-unix-installation.html share/doc/ImageMagick-7/www/advanced-windows-installation.html share/doc/ImageMagick-7/www/animate.html -share/doc/ImageMagick-7/www/api.html share/doc/ImageMagick-7/www/api/Image++.html share/doc/ImageMagick-7/www/api/MagickCore/ImageMagick_8h-source.html share/doc/ImageMagick-7/www/api/MagickCore/ImageMagick_8h.html @@ -1171,7 +1170,6 @@ share/doc/ImageMagick-7/www/api/version.php share/doc/ImageMagick-7/www/api/wand-view.html share/doc/ImageMagick-7/www/api/wand-view.php share/doc/ImageMagick-7/www/architecture.html -share/doc/ImageMagick-7/www/binary-releases.html share/doc/ImageMagick-7/www/changelog.html share/doc/ImageMagick-7/www/cipher.html share/doc/ImageMagick-7/www/color-management.html @@ -1188,6 +1186,7 @@ share/doc/ImageMagick-7/www/contact.html share/doc/ImageMagick-7/www/convert.html share/doc/ImageMagick-7/www/css/README.txt share/doc/ImageMagick-7/www/css/magick.css +share/doc/ImageMagick-7/www/develop.html share/doc/ImageMagick-7/www/display.html share/doc/ImageMagick-7/www/distribute-pixel-cache.html share/doc/ImageMagick-7/www/download.html @@ -1217,6 +1216,7 @@ share/doc/ImageMagick-7/www/magick-vector-graphics.html share/doc/ImageMagick-7/www/magick-wand.html share/doc/ImageMagick-7/www/magick.html share/doc/ImageMagick-7/www/miff.html +share/doc/ImageMagick-7/www/mirror.html share/doc/ImageMagick-7/www/mogrify.html share/doc/ImageMagick-7/www/montage.html share/doc/ImageMagick-7/www/motion-picture.html diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index ac4d35d9219..8fff61e7f39 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.160 2017/01/22 12:41:40 wiz Exp $ +$NetBSD: distinfo,v 1.161 2017/02/05 18:24:43 wiz Exp $ -SHA1 (ImageMagick-7.0.4-5.tar.xz) = e033524d13b19c19b646edbc962a115e414d199f -RMD160 (ImageMagick-7.0.4-5.tar.xz) = f6ee4fed7d5eac4c006dce1336638dc4528c8899 -SHA512 (ImageMagick-7.0.4-5.tar.xz) = 20858bc85a109d732c682eef6c12bd4836c07b84c0bad3049a58659e0acf5a703e3c8fb61a464854cd584b5eec84c79f8154988f8bd15ecff81f05b3b4ea4a3a -Size (ImageMagick-7.0.4-5.tar.xz) = 8299204 bytes +SHA1 (ImageMagick-7.0.4-7.tar.xz) = a0811b4ea76892a2ef2ac8a7e82b314c32f8ec42 +RMD160 (ImageMagick-7.0.4-7.tar.xz) = d2406860dcf4576ebd783ffec1747ab4cfe6fc51 +SHA512 (ImageMagick-7.0.4-7.tar.xz) = 7c06ad8b20514083495355672cefadf45ef01a9171ac6b995c4695d7b1f495e54bd2d927aa0bf916748d6a016425f213e35987c9a74d29884dc706bd3747ff7e +Size (ImageMagick-7.0.4-7.tar.xz) = 8299504 bytes -- cgit v1.2.3