mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ImageMagick6: update to 6.9.10.20.
This commit is contained in:
parent
5bf78315d8
commit
06e2388e6f
2 changed files with 9 additions and 11 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'ImageMagick6'
|
# Template file for 'ImageMagick6'
|
||||||
pkgname=ImageMagick6
|
pkgname=ImageMagick6
|
||||||
_majorver=6.9.10
|
_majorver=6.9.10
|
||||||
_patchver=19
|
_patchver=20
|
||||||
version="${_majorver}.${_patchver}"
|
version="${_majorver}.${_patchver}"
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="ImageMagick-${_majorver}-${_patchver}"
|
wrksrc="${pkgname}-${_majorver}-${_patchver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-autotrace --with-wmf=yes
|
configure_args="--without-autotrace --with-wmf=yes
|
||||||
--without-dps --without-fpx --without-gvc --without-jbig --with-gslib=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>"
|
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="ImageMagick"
|
license="ImageMagick"
|
||||||
homepage="https://www.imagemagick.org/"
|
homepage="https://www.imagemagick.org/"
|
||||||
distfiles="https://www.imagemagick.org/download/ImageMagick-${_majorver}-${_patchver}.tar.xz"
|
distfiles="https://github.com/ImageMagick/ImageMagick6/archive/${_majorver}-${_patchver}.tar.gz"
|
||||||
checksum=d3906bdfcb7c22c7d0945f6d19c992d496c3cf3acf5a555cfc8ba59a8e961889
|
checksum=8c0a36b441f487bb1642b8e768a4021721b9033f8ec88ed2fa9b1fd3c3fd1117
|
||||||
|
|
||||||
keep_libtool_archives=yes
|
keep_libtool_archives=yes
|
||||||
conf_files="/etc/ImageMagick-${_majorver%%.*}/*.xml"
|
conf_files="/etc/ImageMagick-${_majorver%%.*}/*.xml"
|
||||||
|
@ -36,15 +36,15 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
subpackages+=" libmagick6-perl"
|
subpackages+=" libmagick6-perl"
|
||||||
fi
|
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() {
|
pre_configure() {
|
||||||
autoreconf -if
|
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() {
|
do_check() {
|
||||||
# Disable failing checks
|
# Disable failing checks
|
||||||
sed -i '/validate-formats/d' Makefile
|
sed -i '/validate-formats/d' Makefile
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
site="http://www.imagemagick.org/download/"
|
|
||||||
pattern="${pkgname/6/}-\K6[\d.-]+(?=\.tar\.xz)"
|
|
Loading…
Add table
Reference in a new issue