ImageMagick: update to 7.1.0.23.
This commit is contained in:
parent
1cc8bc3346
commit
6f043ecf9b
1 changed files with 4 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ImageMagick'
|
# Template file for 'ImageMagick'
|
||||||
pkgname=ImageMagick
|
pkgname=ImageMagick
|
||||||
version=7.1.0.19
|
version=7.1.0.23
|
||||||
revision=1
|
revision=1
|
||||||
_majorver=${version%.*}
|
_majorver=${version%.*}
|
||||||
_patchver=${version##*.}
|
_patchver=${version##*.}
|
||||||
|
@ -20,7 +20,7 @@ license="ImageMagick"
|
||||||
homepage="https://www.imagemagick.org"
|
homepage="https://www.imagemagick.org"
|
||||||
changelog="https://imagemagick.org/script/changelog.php"
|
changelog="https://imagemagick.org/script/changelog.php"
|
||||||
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_majorver}-${_patchver}.tar.gz"
|
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_majorver}-${_patchver}.tar.gz"
|
||||||
checksum=385ca5bd8ce9b37e685779c46868171af949265c9db40067c1c4d7442dbc723e
|
checksum=62c24362891d0af2be9a81d01117195ba0ec8e6982c7568195a33019bfc82188
|
||||||
|
|
||||||
subpackages="libmagick libmagick-devel"
|
subpackages="libmagick libmagick-devel"
|
||||||
|
|
||||||
|
@ -34,15 +34,9 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
subpackages+=" libmagick-perl"
|
subpackages+=" libmagick-perl"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_check() {
|
||||||
autoreconf -if
|
|
||||||
}
|
|
||||||
|
|
||||||
do_check() {
|
|
||||||
# Disable failing checks
|
# Disable failing checks
|
||||||
sed -i '/validate-formats/d' Makefile
|
vsed -i '/validate-formats/d' Makefile
|
||||||
|
|
||||||
make check
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue