ImageMagick6: update to 6.9.12.12.
This commit is contained in:
parent
235cce1dc8
commit
8f5e829fdb
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'ImageMagick6'
|
# Template file for 'ImageMagick6'
|
||||||
pkgname=ImageMagick6
|
pkgname=ImageMagick6
|
||||||
_majorver=6.9.12
|
version=6.9.12.12
|
||||||
_patchver=7
|
|
||||||
version="${_majorver}.${_patchver}"
|
|
||||||
revision=1
|
revision=1
|
||||||
|
_majorver=${version%.*}
|
||||||
|
_patchver=${version##*.}
|
||||||
wrksrc="${pkgname}-${_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
|
||||||
|
@ -20,7 +20,7 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="ImageMagick"
|
license="ImageMagick"
|
||||||
homepage="https://www.imagemagick.org/"
|
homepage="https://www.imagemagick.org/"
|
||||||
distfiles="https://github.com/ImageMagick/ImageMagick6/archive/${_majorver}-${_patchver}.tar.gz"
|
distfiles="https://github.com/ImageMagick/ImageMagick6/archive/${_majorver}-${_patchver}.tar.gz"
|
||||||
checksum=6abbd6afe7130edba7652a49c03a699657d6a71cf631a3c82014a31c8f93996d
|
checksum=2a5edb741828cacf42e07344a0aa7141dc657bf9dcfad6f6cd3e2774afeea47d
|
||||||
|
|
||||||
keep_libtool_archives=yes
|
keep_libtool_archives=yes
|
||||||
conf_files="/etc/ImageMagick-${_majorver%%.*}/*.xml"
|
conf_files="/etc/ImageMagick-${_majorver%%.*}/*.xml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue