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:           Sun Feb 20 13:23:16 UTC 2022

Modified Files:
        pkgsrc/graphics/php-imagick: Makefile distinfo

Log Message:
graphics/php-imagick: update to 3.7.0

3.7.0RC1 (2022-01-04)

Added:
* function Imagick::deleteOption(string $option): bool {}
* function Imagick::getBackgroundColor(): ImagickPixel {}
* function Imagick::getImageArtifacts(string $pattern = "*"): array {}
* function Imagick::getImageKurtosis(): array {}
* function Imagick::getImageMean(): array {}
* function Imagick::getImageRange(): array {}
* function Imagick::getInterpolateMethod(): int {}
* function Imagick::getOptions(string $pattern = "*"): array {}
* function Imagick::getOrientation(): int {}
* function Imagick::getResolution(): array {}
* function Imagick::getType(): int {}
* function Imagick::implodeImageWithMethod(float $radius, int
  $pixel_interpolate_method): bool {}
* function Imagick::oilPaintImageWithSigma(float $radius, float $sigma)
* function Imagick::polaroidWithTextAndMethod(ImagickDraw $settings, float
  $angle, string $caption, int $method): bool {}
* function Imagick::polynomialImage(array $terms): bool {}
* function Imagick::setDepth(int $depth): bool {}
* function Imagick::setExtract(string $geometry): bool {}
* function Imagick::setInterpolateMethod(int $method): bool{}
* function Imagick::setOrientation(int $orientation): bool {}
* function Imagick::spreadImageWithMethod(float $radius, int
  $interpolate_method): bool {}
* function Imagick::swirlImageWithMethod(float $degrees, int
  $interpolate_method): bool {}
* function Imagick::waveImageWithMethod(float $amplitude, float $length, int
  $interpolate_method): bool {}
* Imagick::IMAGE_TYPE_BILEVEL
* Imagick::IMAGE_TYPE_GRAYSCALE
* Imagick::IMAGE_TYPE_GRAYSCALE_ALPHA
* Imagick::IMAGE_TYPE_PALETTE
* Imagick::IMAGE_TYPE_PALETTE_ALPHA
* Imagick::IMAGE_TYPE_TRUE_COLOR
* Imagick::IMAGE_TYPE_TRUE_COLOR_ALPHA
* Imagick::IMAGE_TYPE_COLOR_SEPARATION
* Imagick::IMAGE_TYPE_COLOR_SEPARATION_ALPHA
* Imagick::IMAGE_TYPE_OPTIMIZE
* Imagick::IMAGE_TYPE_PALETTE_BILEVEL_ALPHA
* Imagick::COMPOSITE_SEAMLESS_BLEND

Changed:
* Imagick::setImageArtifact can now take null for the string value.
* Return type for Imagick::getImageArtifact is string|null instead of
  string.

3.7.0 (2022-01-11)

Added:
* Imagick::COMPOSITE_SALIENCY_BLEND


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/php-imagick/Makefile
cvs rdiff -u -r1.9 -r1.10 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.39 pkgsrc/graphics/php-imagick/Makefile:1.40
--- pkgsrc/graphics/php-imagick/Makefile:1.39   Sun Dec 12 15:15:05 2021
+++ pkgsrc/graphics/php-imagick/Makefile        Sun Feb 20 13:23:16 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2021/12/12 15:15:05 taca Exp $
+# $NetBSD: Makefile,v 1.40 2022/02/20 13:23:16 taca Exp $
 
 MODNAME=               imagick
-PECL_VERSION=          3.6.0
+PECL_VERSION=          3.7.0
 CATEGORIES+=           graphics
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/graphics/php-imagick/distinfo
diff -u pkgsrc/graphics/php-imagick/distinfo:1.9 pkgsrc/graphics/php-imagick/distinfo:1.10
--- pkgsrc/graphics/php-imagick/distinfo:1.9    Sun Dec 12 15:14:17 2021
+++ pkgsrc/graphics/php-imagick/distinfo        Sun Feb 20 13:23:16 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/12/12 15:14:17 taca Exp $
+$NetBSD: distinfo,v 1.10 2022/02/20 13:23:16 taca Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index