diff options
Diffstat (limited to 'extra/imagemagick/PKGBUILD')
-rw-r--r-- | extra/imagemagick/PKGBUILD | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD index df6809ea9..0ffe293fe 100644 --- a/extra/imagemagick/PKGBUILD +++ b/extra/imagemagick/PKGBUILD @@ -1,20 +1,21 @@ -# $Id: PKGBUILD 201665 2013-12-17 20:27:22Z eric $ +# $Id: PKGBUILD 206033 2014-02-16 02:34:53Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgbase=imagemagick pkgname=('imagemagick' 'imagemagick-doc') -pkgver=6.8.7.10 +pkgver=6.8.8.6 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://www.imagemagick.org/" license=('custom') -makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \ - 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr' 'libwebp') +makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' + 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' + 'libwebp') [ "$CARCH" != "mips64el" ] && makedepends+=('opencl-headers' 'libcl') -#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc} \ -source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc} \ +#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc} +source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc} perlmagick.rpath.patch) -sha1sums=('a74ebac95fb592e98cbe33e25c05978590807c57' +sha1sums=('02bb3888a7d9218a9c81af1bef8df7e68af846a0' 'SKIP' 'e143cf9d530fabf3b58023899b5cc544ba93daec') @@ -32,7 +33,7 @@ build() { [ "$CARCH" != "mips64el" ] && EXTRAOPTS="--enable-opencl" ./configure --prefix=/usr --sysconfdir=/etc --with-modules \ - --enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \ + --enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \ --with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \ --with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr --with-rsvg \ --enable-opencl --without-gvc --without-djvu --without-autotrace \ @@ -42,7 +43,7 @@ build() { check() { cd ImageMagick-${pkgver%.*}-${pkgver##*.} - make check +# make check } package_imagemagick() { @@ -54,7 +55,6 @@ package_imagemagick() { 'libwmf: for WMF support' 'librsvg: for SVG support' 'libxml2: for XML support' - 'jasper: for JPEG-2000 support' 'libpng: for PNG support' 'libwebp: for WEBP support') backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml" |