pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/php-imagick
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Oct 22 14:17:21 UTC 2021
Modified Files:
pkgsrc/graphics/php-imagick: Makefile distinfo
Log Message:
php-imagick: Update to 3.5.1.
3.5.1
- No change from 3.5.1RC1
3.5.1RC1
- Better detection of appropriate OpenMP library to use, i.e. GCC or Clang.
3.5.0
- Correct parameter for ImagickPixel::getColorValue and ImagickPixel::setIndex.
3.5.0RC2
- Fix incorrect parameter defaults, and small fixes on arginfo generation.
3.5.0RC1
- ImageMagick 7 is still not widely available on systems. So contrary to
previous plans, ImageMagick 6 support will continue for now. But users are
recommeded to use ImageMagick 7 if possible.
- Method names have been changed to not be all lower case. Both method names
and parameter information is built from the Imagick*.stub.php files.
- Prevent accidental creation of zero dimension images. ImageMagick doesn't
prevent creation of zero dimension images, but will give an error when that
image is used. I don't think this will affect any correctly program, but if
it does, and you need to re-enable zero dimension images, please open an
issue at https://phpimagick.com/issues
- Various pieces of work have been done to make GOMP not segfault including:
* Call omp_pause_resource_all when available during shutdown.
* Added the 'imagick.shutdown_sleep_count' (default 10) and
'imagick.set_single_thread' (default On). Both of these exist to mitigate
the segaults on shutdown.
- Fixes:
* Correct version check to make RemoveAlphaChannel and FlattenAlphaChannel be
available when using Imagick with ImageMagick version 6.7.8-x
* Imagick::morphology now no longer ignores channel parameter
- Added:
* PHP 8.0 support.
* Location check for ImageMagick 7 for NixOS and Brew.
* Imagick::houghLineImage(int $width, int $height, float $threshold): bool {}
* Imagick::setImagePixelColor(int $x, int $y, ImagickPixel|string $color)
* Imagick::setImageMask(Imagick $clip_mask, int $pixelmask_type)
* Imagick::getImageMask(int $pixelmask_type)
* Imagick::VIRTUALPIXELMETHOD_DITHER
* Imagick::VIRTUALPIXELMETHOD_RANDOM
* Imagick::COMPOSITE_FREEZE
* Imagick::COMPOSITE_INTERPOLATE
* Imagick::COMPOSITE_NEGATE
* Imagick::COMPOSITE_REFLECT
* Imagick::COMPOSITE_SOFTBURN
* Imagick::COMPOSITE_SOFTDODGE
* Imagick::COMPOSITE_STAMP
* Imagick::COMPOSITE_RMSE
* Imagick::COMPRESSION_DWAA
* Imagick::COMPRESSION_DWAB
* Imagick::EVALUATE_INVERSE_LOG
* Imagick::COLORSPACE_DISPLAYP3
* Imagick::COLORSPACE_ADOBE98
* Imagick::COLORSPACE_PROPHOTO
* Imagick::COLORSPACE_JZAZBZ
* Imagick::DISTORTION_RIGID_AFFINE
* Imagick::DISTORTION_BARRELINVERSE
* Imagick::STATISTIC_ROOT_MEAN_SQUARE
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/php-imagick/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/php-imagick/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/php-imagick/Makefile
diff -u pkgsrc/graphics/php-imagick/Makefile:1.35 pkgsrc/graphics/php-imagick/Makefile:1.36
--- pkgsrc/graphics/php-imagick/Makefile:1.35 Sat Oct 9 15:35:07 2021
+++ pkgsrc/graphics/php-imagick/Makefile Fri Oct 22 14:17:21 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2021/10/09 15:35:07 nia Exp $
+# $NetBSD: Makefile,v 1.36 2021/10/22 14:17:21 jperkin Exp $
MODNAME= imagick
-PECL_VERSION= 3.4.4
-PKGREVISION= 11
+PECL_VERSION= 3.5.1
CATEGORIES+= graphics
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/graphics/php-imagick/distinfo
diff -u pkgsrc/graphics/php-imagick/distinfo:1.6 pkgsrc/graphics/php-imagick/distinfo:1.7
--- pkgsrc/graphics/php-imagick/distinfo:1.6 Thu Oct 7 14:12:42 2021
+++ pkgsrc/graphics/php-imagick/distinfo Fri Oct 22 14:17:21 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/07 14:12:42 nia Exp $
+$NetBSD: distinfo,v 1.7 2021/10/22 14:17:21 jperkin Exp $
-RMD160 (php-imagick/imagick-3.4.4.tgz) = c0dc62d13b63281ef973a948b71ddc8dff2ffe3e
-SHA512 (php-imagick/imagick-3.4.4.tgz) = 73145a1f095849c32760db2dfc4acc13c57d99a037d65eca9b0ddf8f8e81cf6d28a50f2614e44bae1d90b4f881a2e9a64926e0e3b9403e491fd903ffeb30c4b7
-Size (php-imagick/imagick-3.4.4.tgz) = 253434 bytes
+RMD160 (php-imagick/imagick-3.5.1.tgz) = 1340c1c0ce7245a4e50b5f7082a89e31e36a0fa0
+SHA512 (php-imagick/imagick-3.5.1.tgz) = b922c4fad994a4bf26f4d92b6e81bb761bd8d4d1b52f4b7099cf944cdaed4e44d0318beccfb2cf3bee2605ce33b0ad764d9e3d2ba99c9a6f624ca569a4ac73ad
+Size (php-imagick/imagick-3.5.1.tgz) = 301411 bytes
Home |
Main Index |
Thread Index |
Old Index