diff options
author | root <root@rshg054.dnsready.net> | 2012-06-23 00:01:51 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-23 00:01:51 +0000 |
commit | 11357a5ab02a7d536375fb8333b2fb67278b4a36 (patch) | |
tree | d7fcdafef9843eb4e64b1edb25c5ccbc0cffe8db /extra | |
parent | fb930f28bff4a4b4b37444e3f570904d6db3d06e (diff) |
Sat Jun 23 00:01:50 UTC 2012
Diffstat (limited to 'extra')
-rw-r--r-- | extra/imagemagick/PKGBUILD | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD index 870220505..0ae2005c5 100644 --- a/extra/imagemagick/PKGBUILD +++ b/extra/imagemagick/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 160487 2012-06-02 10:26:25Z bluewind $ +# $Id: PKGBUILD 162136 2012-06-22 03:39:00Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgbase=imagemagick pkgname=('imagemagick' 'imagemagick-doc') -pkgver=6.7.7.5 +pkgver=6.7.7.7 pkgrel=1 arch=('i686' 'x86_64') url="http://www.imagemagick.org/" license=('custom') makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \ - 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper') + 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr') source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \ perlmagick.rpath.patch) -sha1sums=('44b307c97c9bc27f60963306c82e2de5e37dcfb5' +sha1sums=('d45a936b59afa3bc484c0ea1b512f8fc026c14e4' '23405f80904b1de94ebd7bd6fe2a332471b8c283') build() { @@ -23,22 +23,22 @@ build() { patch -p0 -i ../perlmagick.rpath.patch ./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \ - --enable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \ + --disable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \ --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \ - --with-perl --with-perl-options="INSTALLDIRS=vendor" \ + --with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr \ --without-gvc --without-djvu --without-autotrace --without-webp \ - --without-jbig --without-fpx --without-dps --without-fftw --without-lqr + --without-jbig --without-fpx --without-dps --without-fftw make } check() { cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.} - make check +# make check } package_imagemagick() { pkgdesc="An image viewing/manipulation program" - depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext') + depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr') optdepends=('ghostscript: for Ghostscript support' 'openexr: for OpenEXR support' 'libwmf: for WMF support' @@ -54,7 +54,6 @@ package_imagemagick() { 'etc/ImageMagick/mime.xml' 'etc/ImageMagick/policy.xml' 'etc/ImageMagick/quantization-table.xml' - 'etc/ImageMagick/sRGB.icc' 'etc/ImageMagick/thresholds.xml' 'etc/ImageMagick/type.xml' 'etc/ImageMagick/type-dejavu.xml' |