ImageMagick6: update to 6.9.10.20.

This commit is contained in:
Cameron Nemo 2018-12-25 15:21:40 -08:00 committed by Johannes
parent 5bf78315d8
commit 06e2388e6f
2 changed files with 9 additions and 11 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'ImageMagick6'
pkgname=ImageMagick6
_majorver=6.9.10
_patchver=19
_patchver=20
version="${_majorver}.${_patchver}"
revision=1
wrksrc="ImageMagick-${_majorver}-${_patchver}"
wrksrc="${pkgname}-${_majorver}-${_patchver}"
build_style=gnu-configure
configure_args="--without-autotrace --with-wmf=yes
--without-dps --without-fpx --without-gvc --without-jbig --with-gslib=yes
@ -19,8 +19,8 @@ short_desc="Package for display and interactive manipulation of images"
maintainer="Johannes <johannes.brechtmann@gmail.com>"
license="ImageMagick"
homepage="https://www.imagemagick.org/"
distfiles="https://www.imagemagick.org/download/ImageMagick-${_majorver}-${_patchver}.tar.xz"
checksum=d3906bdfcb7c22c7d0945f6d19c992d496c3cf3acf5a555cfc8ba59a8e961889
distfiles="https://github.com/ImageMagick/ImageMagick6/archive/${_majorver}-${_patchver}.tar.gz"
checksum=8c0a36b441f487bb1642b8e768a4021721b9033f8ec88ed2fa9b1fd3c3fd1117
keep_libtool_archives=yes
conf_files="/etc/ImageMagick-${_majorver%%.*}/*.xml"
@ -36,15 +36,15 @@ if [ -z "$CROSS_BUILD" ]; then
subpackages+=" libmagick6-perl"
fi
post_extract() {
sed -i '/VERSION/s/6\.9A/6.99/g' version.sh PerlMagick/Makefile.PL \
PerlMagick/*/Makefile.PL PerlMagick/quantum/quantum.pm
}
pre_configure() {
autoreconf -if
}
post_configure() {
sed -i '/VERSION/s/6\.9A/6.99/g' version.sh PerlMagick/Makefile.PL \
PerlMagick/*/Makefile.PL PerlMagick/quantum/quantum.pm
}
do_check() {
# Disable failing checks
sed -i '/validate-formats/d' Makefile

View File

@ -1,2 +0,0 @@
site="http://www.imagemagick.org/download/"
pattern="${pkgname/6/}-\K6[\d.-]+(?=\.tar\.xz)"