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:   leot
Date:           Tue Jan 29 09:52:27 UTC 2019

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

Log Message:
ImageMagick: Update to 7.0.8.25

pkgsrc changes:
 - jpeg is checked by configure and was indirectly picked up.
   Pass `--with-jpeg' and include mk/jpeg.buildlink3.mk accordingly
   (related to PR pkg/53921)

Changes:
2019-01-27  7.0.8-25 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-25, GIT revision 15279:7da783a5b:20190127

2019-01-19  7.0.8-25 Cristy  <quetzlzacatenango@image...>
  * Eliminate spurious font warning (reference
    https://github.com/ImageMagick/ImageMagick/issues/1458).
  * Support HEIC EXIF & XMP profiles.

2019-01-12  7.0.8-24 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-24, GIT revision 15233:db129ba64:20190112

2019-01-08  7.0.8-24 Cristy  <quetzlzacatenango@image...>
  * Support -clahe option real clip limit (reference
    https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=35292).
  * ShadeImage() kernels can return negative pixels, clamp to range (reference
    https://github.com/ImageMagick/ImageMagick/issues/1319).
  * Annotate with negative offsets no longer renders slanted text.

2019-01-01  7.0.8-23 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-23, GIT revision 15199:ba07f7d07:20190101

2019-01-01  7.0.8-23 Cristy  <quetzlzacatenango@image...>
  * CacheInfo destructor must be aligned in DestroyPixelStream().

2018-12-30  7.0.8-22 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-22, GIT revision 15189:842164090:20181230

2018-12-29  7.0.8-22 Cristy  <quetzlzacatenango@image...>
  * Support negative rotations in a geometry (e.g. -10x-10+10+10).
  * Return expected canvas offset after a crop with gravity.

2018-12-27  7.0.8-21 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-21, GIT revision 15179:114be1716:20181227

2018-12-27  7.0.8-21 Cristy  <quetzlzacatenango@image...>
  * Check to ensure SeekBlob() offset can be represented in an off_t.

2018-12-23  7.0.8-20 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-20, GIT revision 15170:8e8222e87:20181223

2018-12-23  7.0.8-20 Cristy  <quetzlzacatenango@image...>
  * Cube image format returns a HALD image.
  * CLAHE tiles overlapped are now centered relative to the image.

2018-12-19  7.0.8-19 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-19, GIT revision 15153:e74ed77f5:20181219

2018-12-18  7.0.8-18 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-18, GIT revision 15146:b5eccd295:20181218

2018-12-18  7.0.8-18 Cristy  <quetzlzacatenango@image...>
  * Fixed Magick++ compile error on Mac OS X.

2018-12-17  7.0.8-17 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-17, GIT revision 15142:32f2d195e:20181217


To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -u -r1.179 -r1.180 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.104 -r1.105 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -u -r1.68 -r1.69 pkgsrc/graphics/ImageMagick/buildlink3.mk
cvs rdiff -u -r1.196 -r1.197 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.254 pkgsrc/graphics/ImageMagick/Makefile:1.255
--- pkgsrc/graphics/ImageMagick/Makefile:1.254  Mon Dec 10 08:51:16 2018
+++ pkgsrc/graphics/ImageMagick/Makefile        Tue Jan 29 09:52:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.254 2018/12/10 08:51:16 wiz Exp $
+# $NetBSD: Makefile,v 1.255 2019/01/29 09:52:27 leot Exp $
 
 .include "Makefile.common"
 
@@ -13,6 +13,7 @@ USE_LANGUAGES=                c c++ c99
 USE_TOOLS+=            gmake pkg-config:run
 CONFIGURE_ARGS+=       --disable-assert
 CONFIGURE_ARGS+=       --with-fontconfig
+CONFIGURE_ARGS+=       --with-jpeg
 CONFIGURE_ARGS+=       --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include
 CONFIGURE_ARGS+=       --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib
 CONFIGURE_ARGS+=       --with-xml=yes
@@ -91,6 +92,7 @@ CTF_FILES_SKIP+=      lib/libMagickWand-7.Q16
 .include "../../devel/libltdl/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"

Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.179 pkgsrc/graphics/ImageMagick/Makefile.common:1.180
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.179   Wed Dec 12 15:10:04 2018
+++ pkgsrc/graphics/ImageMagick/Makefile.common Tue Jan 29 09:52:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.179 2018/12/12 15:10:04 bsiegert Exp $
+# $NetBSD: Makefile.common,v 1.180 2019/01/29 09:52:27 leot Exp $
 #
 # When updating this package, please upload the distfile
 # since they disappear immediately when new releases happen,
@@ -7,7 +7,7 @@
 # used by graphics/p5-PerlMagick/Makefile
 
 IM_MAJOR_VER=          7.0.8
-IM_MINOR_VER=          16
+IM_MINOR_VER=          25
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/PLIST
diff -u pkgsrc/graphics/ImageMagick/PLIST:1.104 pkgsrc/graphics/ImageMagick/PLIST:1.105
--- pkgsrc/graphics/ImageMagick/PLIST:1.104     Sun Dec  2 10:20:20 2018
+++ pkgsrc/graphics/ImageMagick/PLIST   Tue Jan 29 09:52:27 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.104 2018/12/02 10:20:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.105 2019/01/29 09:52:27 leot Exp $
 bin/Magick++-config
 bin/MagickCore-config
 bin/MagickWand-config
@@ -215,6 +215,9 @@ share/doc/ImageMagick-7/images/logo-sm.p
 share/doc/ImageMagick-7/images/logo.jpg
 share/doc/ImageMagick-7/images/logo.png
 share/doc/ImageMagick-7/images/montage.jpg
+share/doc/ImageMagick-7/images/mountains-clahe.jpg
+share/doc/ImageMagick-7/images/mountains-equalize.jpg
+share/doc/ImageMagick-7/images/mountains.jpg
 share/doc/ImageMagick-7/images/navy.png
 share/doc/ImageMagick-7/images/objects.gif
 share/doc/ImageMagick-7/images/objects.jpg
@@ -1053,115 +1056,65 @@ share/doc/ImageMagick-7/www/api/MagickWa
 share/doc/ImageMagick-7/www/api/MagickWand/wand_8h.html
 share/doc/ImageMagick-7/www/api/MagickWand/wandtest_8c.html
 share/doc/ImageMagick-7/www/api/animate.html
-share/doc/ImageMagick-7/www/api/animate.php
 share/doc/ImageMagick-7/www/api/annotate.html
-share/doc/ImageMagick-7/www/api/annotate.php
 share/doc/ImageMagick-7/www/api/attribute.html
-share/doc/ImageMagick-7/www/api/attribute.php
 share/doc/ImageMagick-7/www/api/blob.html
-share/doc/ImageMagick-7/www/api/blob.php
 share/doc/ImageMagick-7/www/api/cache-view.html
 share/doc/ImageMagick-7/www/api/cache.html
 share/doc/ImageMagick-7/www/api/channel.html
-share/doc/ImageMagick-7/www/api/channel.php
 share/doc/ImageMagick-7/www/api/cipher.html
-share/doc/ImageMagick-7/www/api/cipher.php
 share/doc/ImageMagick-7/www/api/color.html
-share/doc/ImageMagick-7/www/api/color.php
 share/doc/ImageMagick-7/www/api/colormap.html
-share/doc/ImageMagick-7/www/api/colormap.php
 share/doc/ImageMagick-7/www/api/colorspace.html
-share/doc/ImageMagick-7/www/api/colorspace.php
 share/doc/ImageMagick-7/www/api/compare.html
-share/doc/ImageMagick-7/www/api/compare.php
 share/doc/ImageMagick-7/www/api/composite.html
 share/doc/ImageMagick-7/www/api/constitute.html
-share/doc/ImageMagick-7/www/api/constitute.php
 share/doc/ImageMagick-7/www/api/decorate.html
-share/doc/ImageMagick-7/www/api/decorate.php
 share/doc/ImageMagick-7/www/api/deprecate.html
-share/doc/ImageMagick-7/www/api/deprecate.php
 share/doc/ImageMagick-7/www/api/display.html
-share/doc/ImageMagick-7/www/api/display.php
 share/doc/ImageMagick-7/www/api/distort.html
-share/doc/ImageMagick-7/www/api/distort.php
 share/doc/ImageMagick-7/www/api/draw.html
-share/doc/ImageMagick-7/www/api/draw.php
 share/doc/ImageMagick-7/www/api/drawing-wand.html
-share/doc/ImageMagick-7/www/api/drawing-wand.php
 share/doc/ImageMagick-7/www/api/effect.html
-share/doc/ImageMagick-7/www/api/effect.php
 share/doc/ImageMagick-7/www/api/enhance.html
-share/doc/ImageMagick-7/www/api/enhance.php
 share/doc/ImageMagick-7/www/api/exception.html
-share/doc/ImageMagick-7/www/api/exception.php
 share/doc/ImageMagick-7/www/api/feature.html
-share/doc/ImageMagick-7/www/api/feature.php
 share/doc/ImageMagick-7/www/api/fourier.html
-share/doc/ImageMagick-7/www/api/fourier.php
 share/doc/ImageMagick-7/www/api/fx.html
-share/doc/ImageMagick-7/www/api/fx.php
 share/doc/ImageMagick-7/www/api/histogram.html
-share/doc/ImageMagick-7/www/api/histogram.php
 share/doc/ImageMagick-7/www/api/image-view.html
 share/doc/ImageMagick-7/www/api/image.html
-share/doc/ImageMagick-7/www/api/image.php
 share/doc/ImageMagick-7/www/api/layer.html
-share/doc/ImageMagick-7/www/api/layer.php
 share/doc/ImageMagick-7/www/api/list.html
-share/doc/ImageMagick-7/www/api/list.php
 share/doc/ImageMagick-7/www/api/magick++-classes.html
 share/doc/ImageMagick-7/www/api/magick-deprecate.html
-share/doc/ImageMagick-7/www/api/magick-deprecate.php
 share/doc/ImageMagick-7/www/api/magick-image.html
-share/doc/ImageMagick-7/www/api/magick-image.php
 share/doc/ImageMagick-7/www/api/magick-property.html
-share/doc/ImageMagick-7/www/api/magick-property.php
 share/doc/ImageMagick-7/www/api/magick-wand.html
-share/doc/ImageMagick-7/www/api/magick-wand.php
 share/doc/ImageMagick-7/www/api/magick.html
-share/doc/ImageMagick-7/www/api/magick.php
 share/doc/ImageMagick-7/www/api/memory.html
-share/doc/ImageMagick-7/www/api/memory.php
 share/doc/ImageMagick-7/www/api/mime.html
-share/doc/ImageMagick-7/www/api/mime.php
 share/doc/ImageMagick-7/www/api/module.html
 share/doc/ImageMagick-7/www/api/mogrify.html
-share/doc/ImageMagick-7/www/api/mogrify.php
 share/doc/ImageMagick-7/www/api/monitor.html
-share/doc/ImageMagick-7/www/api/monitor.php
 share/doc/ImageMagick-7/www/api/montage.html
-share/doc/ImageMagick-7/www/api/montage.php
 share/doc/ImageMagick-7/www/api/morphology.html
-share/doc/ImageMagick-7/www/api/morphology.php
 share/doc/ImageMagick-7/www/api/paint.html
-share/doc/ImageMagick-7/www/api/paint.php
 share/doc/ImageMagick-7/www/api/pixel-iterator.html
-share/doc/ImageMagick-7/www/api/pixel-iterator.php
 share/doc/ImageMagick-7/www/api/pixel-wand.html
-share/doc/ImageMagick-7/www/api/pixel-wand.php
 share/doc/ImageMagick-7/www/api/profile.html
 share/doc/ImageMagick-7/www/api/property.html
 share/doc/ImageMagick-7/www/api/quantize.html
-share/doc/ImageMagick-7/www/api/quantize.php
 share/doc/ImageMagick-7/www/api/registry.html
-share/doc/ImageMagick-7/www/api/registry.php
 share/doc/ImageMagick-7/www/api/resize.html
-share/doc/ImageMagick-7/www/api/resize.php
 share/doc/ImageMagick-7/www/api/resource.html
 share/doc/ImageMagick-7/www/api/segment.html
-share/doc/ImageMagick-7/www/api/segment.php
 share/doc/ImageMagick-7/www/api/shear.html
-share/doc/ImageMagick-7/www/api/shear.php
 share/doc/ImageMagick-7/www/api/signature.html
-share/doc/ImageMagick-7/www/api/signature.php
 share/doc/ImageMagick-7/www/api/statistic.html
-share/doc/ImageMagick-7/www/api/statistic.php
 share/doc/ImageMagick-7/www/api/stream.html
 share/doc/ImageMagick-7/www/api/transform.html
-share/doc/ImageMagick-7/www/api/transform.php
 share/doc/ImageMagick-7/www/api/version.html
-share/doc/ImageMagick-7/www/api/version.php
 share/doc/ImageMagick-7/www/api/wand-view.html
 share/doc/ImageMagick-7/www/architecture.html
 share/doc/ImageMagick-7/www/assets/magick.css
@@ -1169,6 +1122,7 @@ share/doc/ImageMagick-7/www/assets/magic
 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/clahe.html
 share/doc/ImageMagick-7/www/color-management.html
 share/doc/ImageMagick-7/www/color.html
 share/doc/ImageMagick-7/www/command-line-options.html

Index: pkgsrc/graphics/ImageMagick/buildlink3.mk
diff -u pkgsrc/graphics/ImageMagick/buildlink3.mk:1.68 pkgsrc/graphics/ImageMagick/buildlink3.mk:1.69
--- pkgsrc/graphics/ImageMagick/buildlink3.mk:1.68      Wed Nov 14 22:21:34 2018
+++ pkgsrc/graphics/ImageMagick/buildlink3.mk   Tue Jan 29 09:52:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.68 2018/11/14 22:21:34 kleink Exp $
+# $NetBSD: buildlink3.mk,v 1.69 2019/01/29 09:52:27 leot Exp $
 
 BUILDLINK_TREE+=       ImageMagick
 
@@ -35,6 +35,7 @@ pkgbase := ImageMagick
 .include "../../devel/libltdl/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.196 pkgsrc/graphics/ImageMagick/distinfo:1.197
--- pkgsrc/graphics/ImageMagick/distinfo:1.196  Wed Dec 12 15:10:04 2018
+++ pkgsrc/graphics/ImageMagick/distinfo        Tue Jan 29 09:52:27 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.196 2018/12/12 15:10:04 bsiegert Exp $
+$NetBSD: distinfo,v 1.197 2019/01/29 09:52:27 leot Exp $
 
-SHA1 (ImageMagick-7.0.8-16.tar.xz) = 29ed6182fd6521f30d7f3ebe5d4b768f59b54ba9
-RMD160 (ImageMagick-7.0.8-16.tar.xz) = 614ee7c7b255f6a7407fff765af046fa1eb5ba2e
-SHA512 (ImageMagick-7.0.8-16.tar.xz) = fbc0b0410702c15352989652c055e4e1a099878e30b859c75322e162eccd384cabb98e14cac14e3fb2c902f25f80a5b62f94380ef78f891731980de9a40b6867
-Size (ImageMagick-7.0.8-16.tar.xz) = 8646148 bytes
+SHA1 (ImageMagick-7.0.8-25.tar.xz) = 4c2dec3db790abdfb894738f9a7e4e43e123c47b
+RMD160 (ImageMagick-7.0.8-25.tar.xz) = 402079d26993ae7ea1a82b184ea4495201f8b43a
+SHA512 (ImageMagick-7.0.8-25.tar.xz) = 7fb3ebd3c77492a49d4b9d047d853de6eb1abea1614fed1f21b6b6c7de37093b53ade3f319fd74f87d76954392a5ec6ab5cf0df05db1fa73dbd73aee310edbf4
+Size (ImageMagick-7.0.8-25.tar.xz) = 9429456 bytes
 SHA1 (patch-config_policy.xml) = 2c446a00fc00f85ab33eae0691d4d8989a46289f



Home | Main Index | Thread Index | Old Index