ImageMagick: update to 6.8.9.9.
This commit is contained in:
parent
64a1d4befe
commit
8f44c347b8
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ImageMagick'
|
# Template file for 'ImageMagick'
|
||||||
pkgname=ImageMagick
|
pkgname=ImageMagick
|
||||||
_majorver=6.8.9
|
_majorver=6.8.9
|
||||||
_patchver=8
|
_patchver=9
|
||||||
version=${_majorver}.${_patchver}
|
version=${_majorver}.${_patchver}
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.imagemagick.org/"
|
homepage="http://www.imagemagick.org/"
|
||||||
license="${pkgname}, MIT"
|
license="${pkgname}, MIT"
|
||||||
distfiles="http://mirror.searchdaimon.com/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz"
|
distfiles="http://mirror.searchdaimon.com/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz"
|
||||||
checksum=27360449c6f3d4cca548d1780ecd5f8313a57a0a83d6d953a5088cc81714e9b0
|
checksum=a4cccc70179ff2c67550e063cdcb2e62907338ef3e68b45bb1c41931e515b3eb
|
||||||
|
|
||||||
keep_libtool_archives=yes
|
keep_libtool_archives=yes
|
||||||
|
|
||||||
|
@ -56,7 +56,6 @@ libmagick_package() {
|
||||||
vmove "usr/share/ImageMagick*"
|
vmove "usr/share/ImageMagick*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libmagick-devel_package() {
|
libmagick-devel_package() {
|
||||||
depends="
|
depends="
|
||||||
lcms2-devel fontconfig-devel fftw-devel libXext-devel
|
lcms2-devel fontconfig-devel fftw-devel libXext-devel
|
||||||
|
@ -74,7 +73,6 @@ libmagick-devel_package() {
|
||||||
vmove "usr/share/man/man1/*-config.1"
|
vmove "usr/share/man/man1/*-config.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libmagick-perl_package() {
|
libmagick-perl_package() {
|
||||||
depends="perl>=5.20"
|
depends="perl>=5.20"
|
||||||
short_desc="ImageMagick perl library bindings"
|
short_desc="ImageMagick perl library bindings"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue