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: taca
Date: Wed May 21 15:27:18 UTC 2025
Modified Files:
pkgsrc/graphics/php-imagick: Makefile distinfo
Log Message:
graphics/php-imagick: update to 3.8.0
3.8.0 (2025-04-10)
Fixes:
* Fix signedness formatting mistakes
3.8.0RC2 (2025-03-13)
Fixes:
* Corrected PHP_IMAGICK_EXTNUM
3.8.0RC1 (2025-03-13)
Fixes:
* Imagick::clutImage(...) now respects the images interpolate method.
* You can now pass null to ImagickDraw::setStrokeDashArray() to reset the
dash array.
* Fixed memory leak in ImageKernel
* Fixed compiling against PHP 8.4.
* Fixed various reflection issues related to incorrect arginfo
Added:
* function Imagick::clutImageWithInterpolate(Imagick $lookup_table, int
$pixel_interpolate_method): bool {}
* Constants Imagick::COMPRESSION_BC5, Imagick::COMPRESSION_BC7,
Imagick::COMPRESSION_LERC, Imagick::DIRECTION_TOP_TO_BOTTOM,
Imagick::ALPHACHANNEL_OFF_IF_OPAQUE
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/graphics/php-imagick/Makefile
cvs rdiff -u -r1.10 -r1.11 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.71 pkgsrc/graphics/php-imagick/Makefile:1.72
--- pkgsrc/graphics/php-imagick/Makefile:1.71 Thu Apr 24 14:14:35 2025
+++ pkgsrc/graphics/php-imagick/Makefile Wed May 21 15:27:18 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2025/04/24 14:14:35 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2025/05/21 15:27:18 taca Exp $
MODNAME= imagick
-PECL_VERSION= 3.7.0
-PKGREVISION= 30
+PECL_VERSION= 3.8.0
CATEGORIES+= graphics
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/graphics/php-imagick/distinfo
diff -u pkgsrc/graphics/php-imagick/distinfo:1.10 pkgsrc/graphics/php-imagick/distinfo:1.11
--- pkgsrc/graphics/php-imagick/distinfo:1.10 Sun Feb 20 13:23:16 2022
+++ pkgsrc/graphics/php-imagick/distinfo Wed May 21 15:27:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/02/20 13:23:16 taca Exp $
+$NetBSD: distinfo,v 1.11 2025/05/21 15:27:18 taca Exp $
-BLAKE2s (php-imagick/imagick-3.7.0.tgz) = baf53c7e4b3b2622193117f50a7b2239423ff1ae2a7b613fb3bc9a5d88511c48
-SHA512 (php-imagick/imagick-3.7.0.tgz) = c84408e4e4a0c46d979240e06d58d264c6bb21f3b95e3d434c8a21cd808f6c495fd453ef9c07b5c44dac81c6f205b6697f8ecaf1a65a86ce4e9052328a389ebe
-Size (php-imagick/imagick-3.7.0.tgz) = 360138 bytes
+BLAKE2s (php-imagick/imagick-3.8.0.tgz) = 2e0ae4f5e49d409619569cb100c2bc7100155752875e6c88aaed7d49cfee3b9f
+SHA512 (php-imagick/imagick-3.8.0.tgz) = 9ed2eda2220ab96e23587cfea9e2030a2e7084abf12753c3fff37e76fa2611d67149928d480d51fd8e2d0e3219058bd206bd30c6c436595f93d4158fbd051623
+Size (php-imagick/imagick-3.8.0.tgz) = 363874 bytes
Home |
Main Index |
Thread Index |
Old Index