From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- extra/imagemagick/PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'extra/imagemagick') diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD index 3c81ee687..5441bf248 100644 --- a/extra/imagemagick/PKGBUILD +++ b/extra/imagemagick/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198752 2013-11-03 00:30:32Z eric $ +# $Id: PKGBUILD 201665 2013-12-17 20:27:22Z eric $ # Maintainer: Eric Bélanger pkgbase=imagemagick pkgname=('imagemagick' 'imagemagick-doc') -pkgver=6.8.7.4 -pkgrel=2 +pkgver=6.8.7.10 +pkgrel=1 arch=('i686' 'x86_64') url="http://www.imagemagick.org/" license=('custom') @@ -14,7 +14,7 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \ #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=('88e936a1738967d078a9500f430e9017400a05e9' +sha1sums=('a74ebac95fb592e98cbe33e25c05978590807c57' 'SKIP' 'e143cf9d530fabf3b58023899b5cc544ba93daec') @@ -36,18 +36,19 @@ build() { --with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr --with-rsvg \ --enable-opencl --without-gvc --without-djvu --without-autotrace \ --without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS - make + make } check() { cd ImageMagick-${pkgver%.*}-${pkgver##*.} -# make check + make check } package_imagemagick() { pkgdesc="An image viewing/manipulation program" depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl') - optdepends=('ghostscript: for Ghostscript support' + optdepends=('imagemagick-doc: for additional information' + 'ghostscript: for Ghostscript support' 'openexr: for OpenEXR support' 'libwmf: for WMF support' 'librsvg: for SVG support' -- cgit v1.2.3-54-g00ecf