pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ImageMagick
Module Name: pkgsrc
Committed By: wiz
Date: Tue Mar 31 16:44:18 UTC 2020
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo
Log Message:
ImageMagick: update to 7.0.10.3.
2020-03-22 7.0.10-3 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.10-3, GIT revision 17...
2020-03-22 7.0.10-3 Cristy <quetzlzacatenango@image...>
* The -charcoal option should ignore the alpha channel.
* Fix numerical instability issue when drawing lines
* Improve mono font rendering (reference
https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37723).
2020-03-21 7.0.10-2 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.10-2, GIT revision 17088:ed6f37f:20200322.
2020-03-16 7.0.10-2 Cristy <quetzlzacatenango@image...>
* Fixed another sizing issue with the label coder when pointsize is set.
* Respect explicit image filename modified (e.g. png24:im.png) (reference
https://github.com/ImageMagick/ImageMagick/issues/1835).
* Add support for returning the minimum bounding box of an image with the
%[minimum-bounding-box] property.
* Stroked dash array render properly again.
To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.108 -r1.109 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -u -r1.221 -r1.222 pkgsrc/graphics/ImageMagick/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.206 pkgsrc/graphics/ImageMagick/Makefile.common:1.207
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.206 Sun Mar 22 17:53:24 2020
+++ pkgsrc/graphics/ImageMagick/Makefile.common Tue Mar 31 16:44:18 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.206 2020/03/22 17:53:24 wiz Exp $
+# $NetBSD: Makefile.common,v 1.207 2020/03/31 16:44:18 wiz Exp $
#
# used by graphics/p5-PerlMagick/Makefile
IM_MAJOR_VER= 7.0.10
-IM_MINOR_VER= 1
+IM_MINOR_VER= 3
IM_MAJOR_LIB_VER= 7
.if (${IM_MINOR_VER} != NONE)
Index: pkgsrc/graphics/ImageMagick/PLIST
diff -u pkgsrc/graphics/ImageMagick/PLIST:1.108 pkgsrc/graphics/ImageMagick/PLIST:1.109
--- pkgsrc/graphics/ImageMagick/PLIST:1.108 Tue Mar 10 23:04:48 2020
+++ pkgsrc/graphics/ImageMagick/PLIST Tue Mar 31 16:44:18 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.108 2020/03/10 23:04:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.109 2020/03/31 16:44:18 wiz Exp $
bin/Magick++-config
bin/MagickCore-config
bin/MagickWand-config
@@ -206,6 +206,11 @@ share/doc/ImageMagick-7/images/color-thr
share/doc/ImageMagick-7/images/color-thresholding.gif
share/doc/ImageMagick-7/images/color-thresholding.jpg
share/doc/ImageMagick-7/images/configure.jpg
+share/doc/ImageMagick-7/images/convex-hull-barn-closure.jpg
+share/doc/ImageMagick-7/images/convex-hull-barn.jpg
+share/doc/ImageMagick-7/images/convex-hull-blocks-closure.png
+share/doc/ImageMagick-7/images/convex-hull-blocks.png
+share/doc/ImageMagick-7/images/convex-hull.png
share/doc/ImageMagick-7/images/cylinder_shaded.png
share/doc/ImageMagick-7/images/difference.png
share/doc/ImageMagick-7/images/examples.jpg
@@ -1143,6 +1148,7 @@ share/doc/ImageMagick-7/www/conjure.html
share/doc/ImageMagick-7/www/connected-components.html
share/doc/ImageMagick-7/www/contact.html
share/doc/ImageMagick-7/www/convert.html
+share/doc/ImageMagick-7/www/convex-hull.html
share/doc/ImageMagick-7/www/develop.html
share/doc/ImageMagick-7/www/display.html
share/doc/ImageMagick-7/www/distribute-pixel-cache.html
Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.221 pkgsrc/graphics/ImageMagick/distinfo:1.222
--- pkgsrc/graphics/ImageMagick/distinfo:1.221 Sun Mar 22 17:53:24 2020
+++ pkgsrc/graphics/ImageMagick/distinfo Tue Mar 31 16:44:18 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.221 2020/03/22 17:53:24 wiz Exp $
+$NetBSD: distinfo,v 1.222 2020/03/31 16:44:18 wiz Exp $
-SHA1 (ImageMagick-7.0.10-1.tar.xz) = 7a698727136ec4aefc45850961642224b4179d7a
-RMD160 (ImageMagick-7.0.10-1.tar.xz) = 23b1990f9d85c54327d70dadf5d1e1e4004e378b
-SHA512 (ImageMagick-7.0.10-1.tar.xz) = 086616507c073e1a6c8c1276273fee18e9d5ae5ea3a730ad770347459a975c898517985b5a79798b90922e4954cdf994b78daa1ab164cbb48087da389acf6db5
-Size (ImageMagick-7.0.10-1.tar.xz) = 9531244 bytes
+SHA1 (ImageMagick-7.0.10-3.tar.xz) = 49a16130b82f8860d4a12ea06b5ce7a618ff546c
+RMD160 (ImageMagick-7.0.10-3.tar.xz) = 6dbc3ba1e719d8d5b323fd556b6f95251e29c571
+SHA512 (ImageMagick-7.0.10-3.tar.xz) = 680d88097ca85028cd9b2eba082d482335333687480eb1e0a2a98b9b3d1d04458e9a6c0b77a88324fbc188d6db861c05f9b8ae4157411dc59ebd7494ed4d28dd
+Size (ImageMagick-7.0.10-3.tar.xz) = 9699848 bytes
SHA1 (patch-config_policy.xml) = 2c446a00fc00f85ab33eae0691d4d8989a46289f
Home |
Main Index |
Thread Index |
Old Index