[arch-commits] CVS update of extra/multimedia/imagemagick (PKGBUILD)
Eric Belanger
eric at archlinux.org
Mon Jan 21 03:00:44 UTC 2008
Date: Sunday, January 20, 2008 @ 22:00:44
Author: eric
Path: /home/cvs-extra/extra/multimedia/imagemagick
Modified: PKGBUILD (1.98 -> 1.99)
upgpkg: imagemagick 6.3.8.0-1
upstream update, disabled modules (fixes FS#9134)
----------+
PKGBUILD | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
Index: extra/multimedia/imagemagick/PKGBUILD
diff -u extra/multimedia/imagemagick/PKGBUILD:1.98 extra/multimedia/imagemagick/PKGBUILD:1.99
--- extra/multimedia/imagemagick/PKGBUILD:1.98 Sun Jan 13 23:38:36 2008
+++ extra/multimedia/imagemagick/PKGBUILD Sun Jan 20 22:00:44 2008
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD,v 1.98 2008/01/14 04:38:36 eric Exp $
+# $Id: PKGBUILD,v 1.99 2008/01/21 03:00:44 eric Exp $
# Maintainer: Eric Belanger <eric at archlinux.org>
# NOTE: ImageMagick builds against an existing installation
# uninstall ImageMagick before building, or build it, install it, build it.
pkgname=imagemagick
-pkgver=6.3.7.9
-pkgrel=2
+pkgver=6.3.8.0
+pkgrel=1
pkgdesc="An image viewing/manipulation program"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
license=('custom')
-depends=('lcms' 'libwmf' 'librsvg' 'libxt' 'gcc-libs')
-makedepends=('openexr' 'ghostscript')
+depends=('lcms' 'libwmf' 'librsvg' 'libxt' 'gcc-libs' 'ghostscript' 'openexr')
+#makedepends=('ghostscript' 'openexr')
options=('!makeflags')
source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.bz2 \
libpng_mmx_patch_x86_64.patch)
-md5sums=('388e0215e47a6a19e5dce8627ae57968' '069980fc2590c02aed86420996259302')
-sha1sums=('4be3bb6396736078ff4eb78407097d8c9a16f7af' 'e42f3acbe85b6098af75c5cecc9a254baaa0482c')
+md5sums=('ca771d5c6dc50ac6b0c4d6abc2c9bd77' '069980fc2590c02aed86420996259302')
+sha1sums=('c22e3cf891d4a48289f622011ffcbb37f2ffa74d' 'e42f3acbe85b6098af75c5cecc9a254baaa0482c')
build() {
cd ${startdir}/src/ImageMagick-${pkgver%.*}
@@ -26,18 +26,20 @@
patch -Np1 -i ${startdir}/src/libpng_mmx_patch_x86_64.patch || return 1
fi
- ./configure --prefix=/usr --with-modules=yes --with-dps \
+ ./configure --prefix=/usr --with-modules=no --without-dps \
--with-perl=yes --without-gvc --with-jp2=no \
--with-gs-font-dir=/usr/share/fonts/Type1 \
- --without-djvu --disable-static \
- --disable-openmp LIBS="${LIBS} -lstdc++" \
- --with-perl-options="INSTALLDIRS=vendor"
+ --without-djvu --with-wmf --with-openexr --disable-static \
+ --disable-openmp LIBS="${LIBS} -lstdc++"
make || return 1
make DESTDIR=${startdir}/pkg install
install -D -m644 LICENSE ${startdir}/pkg/usr/share/licenses/$pkgname/LICENSE
install -D -m644 NOTICE ${startdir}/pkg/usr/share/licenses/$pkgname/NOTICE
+ rm -rf ${startdir}/pkg/usr/lib/perl5/?.?.?
+ mv ${startdir}/pkg/usr/lib/perl5/site_perl/?.?.? ${startdir}/pkg/usr/lib/perl5/site_perl/current
+
#Cleaning
find ${startdir}/pkg -name '*.bs' -exec rm {} \;
find ${startdir}/pkg -name '.packlist' -exec rm {} \;
More information about the arch-commits
mailing list