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:           Sun Sep 13 13:29:24 UTC 2020

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

Log Message:
ImageMagick: update to 7.0.10.29.

2020-09-05  7.0.10-29  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-29 GIT revision 17580:fc52fa0a9:20200905

2020-09-05  7.0.10-28  <quetzlzacatenango@image...>
  * Eliminate infinite loop for certain SVG styles (reference
    https://github.com/ImageMagick/ImageMagick6/issues/96).
  * Add version element to JSON file format (reference
    https://github.com/ImageMagick/ImageMagick6/issues/91).

2020-09-01  7.0.10-29 Dirk Lemstra <dirk%lem.....org@localhost>
  * Enabled support for AVIF encoding on Windows.
  * Clip path in 8bim profile is updated when the image is extended. (reference
    https://github.com/ImageMagick/ImageMagick/issues/2414)


To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -u -r1.214 -r1.215 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.231 -r1.232 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
diff -u pkgsrc/graphics/ImageMagick/Makefile:1.275 pkgsrc/graphics/ImageMagick/Makefile:1.276
--- pkgsrc/graphics/ImageMagick/Makefile:1.275  Tue Sep  1 12:21:03 2020
+++ pkgsrc/graphics/ImageMagick/Makefile        Sun Sep 13 13:29:24 2020
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.275 2020/09/01 12:21:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.276 2020/09/13 13:29:24 wiz Exp $
 
-PKGREVISION= 1
 .include "Makefile.common"
 
 PKGNAME=       ImageMagick-${DISTVERSION}
 
-PKGREVISION=   1
 MAINTAINER=    adam%NetBSD.org@localhost
 COMMENT=       Package for display and interactive manipulation of images
 

Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.214 pkgsrc/graphics/ImageMagick/Makefile.common:1.215
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.214   Mon Aug 24 08:12:45 2020
+++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Sep 13 13:29:24 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.214 2020/08/24 08:12:45 wiz Exp $
+# $NetBSD: Makefile.common,v 1.215 2020/09/13 13:29:24 wiz Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 
 IM_MAJOR_VER=          7.0.10
-IM_MINOR_VER=          28
+IM_MINOR_VER=          29
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.231 pkgsrc/graphics/ImageMagick/distinfo:1.232
--- pkgsrc/graphics/ImageMagick/distinfo:1.231  Mon Aug 24 08:12:46 2020
+++ pkgsrc/graphics/ImageMagick/distinfo        Sun Sep 13 13:29:24 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.231 2020/08/24 08:12:46 wiz Exp $
+$NetBSD: distinfo,v 1.232 2020/09/13 13:29:24 wiz Exp $
 
-SHA1 (ImageMagick-7.0.10-28.tar.xz) = e28dd8e43589476ddcff1fb6c01388b81b62b558
-RMD160 (ImageMagick-7.0.10-28.tar.xz) = 01bbebe146ae9bb2ff4d13f04d2154b5d6276efe
-SHA512 (ImageMagick-7.0.10-28.tar.xz) = fcfdacec893bb0a39c4a3caae1ade5ea7d3f6b8909cc73f218260f9f9b354ebe77aecedb2be2e2a64011eceb895c1ecb2fa0f349361387d56fb0f3cde657e158
-Size (ImageMagick-7.0.10-28.tar.xz) = 9705324 bytes
+SHA1 (ImageMagick-7.0.10-29.tar.xz) = 836cec7298898473f606f6c2db3e1f89120c530f
+RMD160 (ImageMagick-7.0.10-29.tar.xz) = e5df123e016dd20133b660cbbf99dfbec1d395d9
+SHA512 (ImageMagick-7.0.10-29.tar.xz) = dc3800cca85b8313939d850ed732f78eea577e5dd19a1969bd904beac97f0e956b2e2b57ea1b17a54d1db1b07135b92aa651b66f6d29b0960d645d0ba7a1dcda
+Size (ImageMagick-7.0.10-29.tar.xz) = 9711140 bytes
 SHA1 (patch-config_policy.xml) = 2c446a00fc00f85ab33eae0691d4d8989a46289f



Home | Main Index | Thread Index | Old Index