summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-05 18:24:43 +0000
committerwiz <wiz@pkgsrc.org>2017-02-05 18:24:43 +0000
commitbfbfdfaca3930a142386e9cd811f613e2bd743f8 (patch)
treebe5d44427fce7bb42a11b9425ffa45a5841e4d72 /graphics
parent0512d69f6ddf4c532ded6c84f3cdf7390c76e7ae (diff)
downloadpkgsrc-bfbfdfaca3930a142386e9cd811f613e2bd743f8.tar.gz
Updated ImageMagick to 7.0.4.7.
2017-02-04 7.0.4-7 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.4-7, GIT revision 19513:5783e57:20170204. 2017-01-28 7.0.4-7 Cristy <quetzlzacatenango@image...> * 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 <glennrp@image...> * 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 <quetzlzacatenango@image...> * Release ImageMagick version 7.0.4-6, GIT revision 19442:4747de9:20170127. 2017-01-27 7.0.4-6 Cristy <quetzlzacatenango@image...> * 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 <glennrp@image...> * 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 <dirk@lem.....org> * Replaced CoderSeekableStreamFlag with CoderDecoderSeekableStreamFlag and CoderEncoderSeekableStreamFlag.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile.common4
-rw-r--r--graphics/ImageMagick/PLIST6
-rw-r--r--graphics/ImageMagick/distinfo10
3 files changed, 10 insertions, 10 deletions
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