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 Nov 23 21:26:50 UTC 2021

Modified Files:
        pkgsrc/graphics/ImageMagick: Makefile.common PLIST.doc distinfo

Log Message:
ImageMagick: update to 7.1.0.15.

2021-11-20  7.1.0-15  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.1.0-15 GIT revision 19380:8098f3335:20211120

2021-11-20  7.1.0-15  Dirk Lemstra <dirk%lem.....org@localhost>
  * Added support for reading extra channels in a PSD file (reference
    https://github.com/ImageMagick/ImageMagick/issues/4499).

2021-11-15  7.1.0-15  <quetzlzacatenango@image...>
  * Fix alpha channel calculation of arithmetic divide compose operator.

2021-11-13  7.1.0-14  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.1.0-14 GIT revision 19349:2ba5cdf42:20211114

2021-11-13  7.1.0-14  <quetzlzacatenango@image...>
  * Support '#' modifier to aspect ratio geometry (e.g., 3:2#).

2021-11-11  7.1.0-14  Dirk Lemstra <dirk%lem.....org@localhost>
  * The profile of a PSD file will no longer be copied to all the images, only
    the first returned image will contain the profile. To re-enable the old
    behavior add -define psd:replicate-profile=true.


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/ImageMagick/PLIST.doc
cvs rdiff -u -r1.261 -r1.262 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.240 pkgsrc/graphics/ImageMagick/Makefile.common:1.241
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.240   Mon Nov  1 07:01:57 2021
+++ pkgsrc/graphics/ImageMagick/Makefile.common Tue Nov 23 21:26:50 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.240 2021/11/01 07:01:57 wiz Exp $
+# $NetBSD: Makefile.common,v 1.241 2021/11/23 21:26:50 wiz Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 
 IM_MAJOR_VER=          7.1.0
-IM_MINOR_VER=          13
+IM_MINOR_VER=          15
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/PLIST.doc
diff -u pkgsrc/graphics/ImageMagick/PLIST.doc:1.3 pkgsrc/graphics/ImageMagick/PLIST.doc:1.4
--- pkgsrc/graphics/ImageMagick/PLIST.doc:1.3   Mon Jun 28 18:07:26 2021
+++ pkgsrc/graphics/ImageMagick/PLIST.doc       Tue Nov 23 21:26:50 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.doc,v 1.3 2021/06/28 18:07:26 wiz Exp $
+@comment $NetBSD: PLIST.doc,v 1.4 2021/11/23 21:26:50 wiz Exp $
 man/man1/ImageMagick.1
 man/man1/Magick++-config.1
 man/man1/MagickCore-config.1
@@ -186,6 +186,7 @@ share/doc/ImageMagick-7/www/Magick++/thu
 share/doc/ImageMagick-7/www/Magick++/thumbnail-anatomy-plain.jpg
 share/doc/ImageMagick-7/www/Magick++/thumbnail-sample-framed.jpg
 share/doc/ImageMagick-7/www/Magick++/thumbnail-sample-plain.jpg
+share/doc/ImageMagick-7/www/advanced-linux-installation.html
 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
@@ -250,6 +251,7 @@ share/doc/ImageMagick-7/www/api/statisti
 share/doc/ImageMagick-7/www/api/stream.html
 share/doc/ImageMagick-7/www/api/transform.html
 share/doc/ImageMagick-7/www/api/version.html
+share/doc/ImageMagick-7/www/api/vision.html
 share/doc/ImageMagick-7/www/api/wand-view.html
 share/doc/ImageMagick-7/www/architecture.html
 share/doc/ImageMagick-7/www/assets/magick.css

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.261 pkgsrc/graphics/ImageMagick/distinfo:1.262
--- pkgsrc/graphics/ImageMagick/distinfo:1.261  Mon Nov  1 07:01:57 2021
+++ pkgsrc/graphics/ImageMagick/distinfo        Tue Nov 23 21:26:50 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.261 2021/11/01 07:01:57 wiz Exp $
+$NetBSD: distinfo,v 1.262 2021/11/23 21:26:50 wiz Exp $
 
-BLAKE2s (ImageMagick-7.1.0-13.tar.xz) = 12c9d4c2207d46e755cbdcc93658f777c9431740a2a112ab78d65ec14dda91d8
-SHA512 (ImageMagick-7.1.0-13.tar.xz) = dac1fc229599a63703fc3aa1378de313dc94dfbfa71913dc408ef65c88ef33820b5ddab4c9a064a86cc35c0abb0136f0adb626bff9e227b52ed0d90993688044
-Size (ImageMagick-7.1.0-13.tar.xz) = 10311564 bytes
+BLAKE2s (ImageMagick-7.1.0-15.tar.xz) = d13be73418342be31202f8a014ab84e7f1c6e1bfe50739b3fcc152ccc4a5f75b
+SHA512 (ImageMagick-7.1.0-15.tar.xz) = 5f0409cfd99ae6f3554e920856b953dac59de7a3de08506f753fed9e1b7ff061fc8a67614735a814bbbbb509a7d08a5397e3ebfc920eed08b0b63e2cf9e22d16
+Size (ImageMagick-7.1.0-15.tar.xz) = 10318640 bytes
 SHA1 (patch-config_policy.xml) = 2f2c5e9f0370cfbbf8ca91caef030eedfb2b6715



Home | Main Index | Thread Index | Old Index