[arch-commits] Commit in imagemagick/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Fri Jun 22 03:38:38 UTC 2012


    Date: Thursday, June 21, 2012 @ 23:38:38
  Author: eric
Revision: 162135

upgpkg: imagemagick 6.7.7.7-1

Upstream update, Add liquid rescaling support (close FS#30297), Disable OpenMP support (close FS#30122), Update backup array

Modified:
  imagemagick/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-21 20:28:21 UTC (rev 162134)
+++ PKGBUILD	2012-06-22 03:38:38 UTC (rev 162135)
@@ -3,16 +3,16 @@
 
 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 @@
   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 @@
           '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'




More information about the arch-commits mailing list