libraries/php-imagick: Updated for version 3.5.1
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b850694736
commit
3f3dc37e08
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue