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

Eric Bélanger eric at nymeria.archlinux.org
Tue Apr 16 18:07:08 UTC 2013


    Date: Tuesday, April 16, 2013 @ 20:07:07
  Author: eric
Revision: 182995

upgpkg: imagemagick 6.8.4.10-1

Upstream update, Rebuild against openexr 2.0.0, Add prepare function

Modified:
  imagemagick/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-16 17:30:56 UTC (rev 182994)
+++ PKGBUILD	2013-04-16 18:07:07 UTC (rev 182995)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.4.6
+pkgver=6.8.4.10
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/"
@@ -13,16 +13,18 @@
 #source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
 source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
         perlmagick.rpath.patch)
-sha1sums=('80acfe2bcc9b28c84db28a8e94bfa6180dcdd6f5'
+sha1sums=('8d5529f35f624b83ad925958c977a381ab30c0f7'
           'e143cf9d530fabf3b58023899b5cc544ba93daec')
 
-build() {
+prepare() {
   cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
-
   sed '/AC_PATH_XTRA/d' -i configure.ac
   autoreconf --force --install
   patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
+}
 
+build() {
+  cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
   ./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
     --disable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \
     --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \




More information about the arch-commits mailing list