From 3f3dc37e082b698a993a5e1badc02293e171042d Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sat, 11 Sep 2021 13:23:00 +0200 Subject: [PATCH] libraries/php-imagick: Updated for version 3.5.1 Signed-off-by: Heinz Wiesinger Signed-off-by: Willy Sudiarto Raharjo --- libraries/php-imagick/imagick.ini | 11 +++++++++ libraries/php-imagick/php-imagick.SlackBuild | 24 ++++++++++---------- libraries/php-imagick/php-imagick.info | 6 ++--- 3 files changed, 26 insertions(+), 15 deletions(-) diff --git a/libraries/php-imagick/imagick.ini b/libraries/php-imagick/imagick.ini index fb4904641c..966a5a5732 100644 --- a/libraries/php-imagick/imagick.ini +++ b/libraries/php-imagick/imagick.ini @@ -6,3 +6,14 @@ ; Used to enable the image progress monitor. ; imagick.progress_monitor = Off + +; When Imagick is loaded, it checks the version number of ImageMagick +; that it was compiled against, with the version number that is +; currently being used and will give a warning if they don't match. +; This warning can be suppressed by enabling this ini setting. +; +; Using a version of Imagick that was compiled against a different +; version of ImageMagick than the one being used is not recommended. +; Although it may appear to work, it can lead to random crashes or +; other undefined behaviour. +; imagick.skip_version_check = Off diff --git a/libraries/php-imagick/php-imagick.SlackBuild b/libraries/php-imagick/php-imagick.SlackBuild index 7fda026d25..8e57c35e36 100644 --- a/libraries/php-imagick/php-imagick.SlackBuild +++ b/libraries/php-imagick/php-imagick.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for imagick php module # Originally written by sl@not-only-pixel.de -# Copyright 2012-2017 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2012-2021 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -12,22 +12,22 @@ # 1. Redistributions of this script must retain the above copyright # notice, this list of conditions and the following disclaimer. # -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. SRCNAM=imagick cd $(dirname $0) ; CWD=$(pwd) PRGNAM=php-imagick -VERSION=${VERSION:-3.4.3} +VERSION=${VERSION:-3.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/php-imagick/php-imagick.info b/libraries/php-imagick/php-imagick.info index c9c23de3f3..1a02bd51ec 100644 --- a/libraries/php-imagick/php-imagick.info +++ b/libraries/php-imagick/php-imagick.info @@ -1,8 +1,8 @@ PRGNAM="php-imagick" -VERSION="3.4.3" +VERSION="3.5.1" HOMEPAGE="http://pecl.php.net/package/imagick" -DOWNLOAD="http://pecl.php.net/get/imagick-3.4.3.tgz" -MD5SUM="d0ee25c007cd2a28cefccc0b9ee63a28" +DOWNLOAD="http://pecl.php.net/get/imagick-3.5.1.tgz" +MD5SUM="c1385a8dabdf3aa3245f09580583dbd2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""