summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-12-12 15:14:17 +0000
committertaca <taca@pkgsrc.org>2021-12-12 15:14:17 +0000
commit8ef3d75f4bc6b746cc9bfc6c6a6004d6f286278a (patch)
tree23377e948b1f88e99ae1140a93042feb09675fda /graphics
parentf2a9eb683af04764b9d6133daf27c1c829f9e12e (diff)
downloadpkgsrc-8ef3d75f4bc6b746cc9bfc6c6a6004d6f286278a.tar.gz
graphics/php-imagick: update to 3.6.0
3.6.0RC1 (2021-11-10) - Imagick::getImageInterlaceScheme is undeprecated. It's the appropriate function to call to get the image interlace setting. - Image formats are now normalised to lower case. - Imagick::getImageIndex and Imagick::setImageIndex are undeprecated and work on ImageMagick 7. They call MagickGetIteratorIndex and MagickSetIteratorIndex internally. - Imagick::averageImages is undeprecated. For IM 7 it now calls EvaluateImages(wand->images,MeanEvaluateOperator). - Imagick::flattenImages is undeprecated. For IM 7 it now calls MagickMergeImageLayers(intern->magick_wand, FlattenLayer); internally. - Imagick::getImageSize is undeprecated. For IM 7 it now calls MagickGetImageLength internally. - Imagick::roundCornersImage is undeprecated and available on IM7. - Fixes: * Imagick::borderImage() changed internally to use OverCompositeOp rather than AtopCompositeOp for ImageMagick > 7. If you need the old behaviour, please use Imagick::borderImageWithComposite() instead, which allows you to set the composite method. * Imagick::frameImage() changed internally to use OverCompositeOp rather than AtopCompositeOp for ImageMagick > 7. If you need the old behaviour, please use Imagick::frameImageWithComposite() instead, which allows you to set the composite method. * Imagick::profileImage() fixed to allow null as second paramter again. If you can't upgrade to this version yet, pass in "", which has the same effect. * Imagick::ALPHACHANNEL_COPY and Imagick::ALPHACHANNEL_OPAQUE should be available on IM7. * Imagick::setImageMatteColor() should be available on IM7. - Added: * Imagick::borderImageWithComposite() same as Imagick::borderImage() but allows user to set composite operator used. * Imagick::frameImageWithComposite() same as Imagick::frameImage() but allows user to set composite operator used. * function Imagick::cannyEdgeImage * function Imagick::setSeed * function Imagick::waveletDenoiseImage * function Imagick::meanShiftImage * function Imagick::kmeansImage * function Imagick::rangeThresholdImage * function Imagick::autoThresholdImage * function Imagick::bilateralBlurImage * function Imagick::claheImage * function Imagick::channelFxImage * function Imagick::colorThresholdImage * function Imagick::complexImages * function Imagick::interpolativeResizeImage * function Imagick::levelImageColors * function Imagick::levelizeImage * function Imagick::orderedDitherImage * function Imagick::whiteBalanceImage 3.6.0RC2 (2021-11-11) - Fixes: * Remove deprecated message from Imagick::roundCorners() - Added: * Imagick::addNoiseImageWithAttenuate() 3.6.0 (2021-11-17) - No change from 3.6.0RC2
Diffstat (limited to 'graphics')
-rw-r--r--graphics/php-imagick/Makefile4
-rw-r--r--graphics/php-imagick/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/php-imagick/Makefile b/graphics/php-imagick/Makefile
index a079a90c2c8..19e51a696d5 100644
--- a/graphics/php-imagick/Makefile
+++ b/graphics/php-imagick/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2021/12/08 16:05:03 adam Exp $
+# $NetBSD: Makefile,v 1.38 2021/12/12 15:14:17 taca Exp $
MODNAME= imagick
-PECL_VERSION= 3.5.1
+PECL_VERSION= 3.6.0
CATEGORIES+= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/graphics/php-imagick/distinfo b/graphics/php-imagick/distinfo
index 6b79b4e5362..efe1ac0079d 100644
--- a/graphics/php-imagick/distinfo
+++ b/graphics/php-imagick/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:46:40 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/12/12 15:14:17 taca Exp $
-BLAKE2s (php-imagick/imagick-3.5.1.tgz) = aff68eab1995e0257fec770a9459924268bda930c4aceeb278e58e9782830d17
-SHA512 (php-imagick/imagick-3.5.1.tgz) = b922c4fad994a4bf26f4d92b6e81bb761bd8d4d1b52f4b7099cf944cdaed4e44d0318beccfb2cf3bee2605ce33b0ad764d9e3d2ba99c9a6f624ca569a4ac73ad
-Size (php-imagick/imagick-3.5.1.tgz) = 301411 bytes
+BLAKE2s (php-imagick/imagick-3.6.0.tgz) = f8e40316c93237876cea193d58675795a8ee5a670c3d88ced21f0f5a99bff1d2
+SHA512 (php-imagick/imagick-3.6.0.tgz) = ea5ae1fe35cd90fb83cf4b752675b75716e79973f3f24ae2bcf2723528f3ef7137363e6537d386d20bdfaad42065d5de04410701bd04f412ca6d36e31b9f15d4
+Size (php-imagick/imagick-3.6.0.tgz) = 351361 bytes