diff options
author | wiz <wiz> | 2016-12-30 00:35:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-12-30 00:35:23 +0000 |
commit | ae689f78bd8adf2b5117da88c54ad6d9440c23a6 (patch) | |
tree | 51df439733b7132beaa490b62c47b32b65b3ea27 /graphics | |
parent | 1325da9ea067a13481b0d8165211106d09ab145f (diff) | |
download | pkgsrc-ae689f78bd8adf2b5117da88c54ad6d9440c23a6.tar.gz |
Updated ImageMagick to 7.0.4.0.
2016-12-18 7.0.4-0 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.4-0, GIT revision 19221:d5e8abc:20161218.
2016-12-14 7.0.4-0 Cristy <quetzlzacatenango@image...>
* Lazily evaluate the image storage class and colorspace to prevent cache
allocation when pinging an image.
* Do not close path for linejoins of round (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31039).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile.common | 6 | ||||
-rw-r--r-- | graphics/ImageMagick/PLIST | 4 | ||||
-rw-r--r-- | graphics/ImageMagick/distinfo | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 33d2e1cf39d..02b45d033ef 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.137 2016/12/12 13:43:24 wiz Exp $ +# $NetBSD: Makefile.common,v 1.138 2016/12/30 00:35:23 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile -IM_MAJOR_VER= 7.0.3 -IM_MINOR_VER= 10 +IM_MAJOR_VER= 7.0.4 +IM_MINOR_VER= 0 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) diff --git a/graphics/ImageMagick/PLIST b/graphics/ImageMagick/PLIST index 8c7f754e0d3..13016fb41ab 100644 --- a/graphics/ImageMagick/PLIST +++ b/graphics/ImageMagick/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.91 2016/11/28 15:07:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.92 2016/12/30 00:35:23 wiz Exp $ bin/Magick++-config bin/MagickCore-config bin/MagickWand-config @@ -149,7 +149,7 @@ include/ImageMagick-7/MagickWand/pixel-wand.h include/ImageMagick-7/MagickWand/stream.h include/ImageMagick-7/MagickWand/wand-view.h include/ImageMagick-7/MagickWand/wandcli.h -lib/ImageMagick-7.0.3/config-Q16HDRI/configure.xml +lib/ImageMagick-7.0.4/config-Q16HDRI/configure.xml lib/libMagick++-7.Q16HDRI.la lib/libMagickCore-7.Q16HDRI.la lib/libMagickWand-7.Q16HDRI.la diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 1be144ca303..5b955982075 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.156 2016/12/12 13:43:24 wiz Exp $ +$NetBSD: distinfo,v 1.157 2016/12/30 00:35:23 wiz Exp $ -SHA1 (ImageMagick-7.0.3-10.tar.xz) = 2149f1772c38a653fd92fea669bcaef8be6ead42 -RMD160 (ImageMagick-7.0.3-10.tar.xz) = 251af501620a8b999879c197416e412183c93797 -SHA512 (ImageMagick-7.0.3-10.tar.xz) = c138d2a632e72fa6703e245d53219a0d630949c87ae8afc141d7a5ddfbad8e3ae9fa204b3732f44e6b8d164c1b5c316430cec3821de8771c65832ecadd0a16c3 -Size (ImageMagick-7.0.3-10.tar.xz) = 8299108 bytes +SHA1 (ImageMagick-7.0.4-0.tar.xz) = 02d66cb24bb38c6cfb02eaa1711ca61164c2cacd +RMD160 (ImageMagick-7.0.4-0.tar.xz) = 81db8c8a358c23e66eb6fe8b5d1809d06a8b2ce0 +SHA512 (ImageMagick-7.0.4-0.tar.xz) = 0b40ec86ec3151da8576ca8e038ee6f7431328a30dadd9905bad5f64061ddbb064cd8bd51c49087b40a9355fe6ba284b7b55f4d11afa7a6c181accb7ca27354a +Size (ImageMagick-7.0.4-0.tar.xz) = 8308576 bytes |