extra/imagemagick to 6.7.7.7-1

This commit is contained in:
Kevin Mihelich 2012-06-22 08:35:46 -04:00
parent 3307f20440
commit 2f8eb5ea0a

View file

@ -9,16 +9,16 @@ plugrel=1
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=(http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
perlmagick.rpath.patch)
sha1sums=('44b307c97c9bc27f60963306c82e2de5e37dcfb5'
sha1sums=('d45a936b59afa3bc484c0ea1b512f8fc026c14e4'
'23405f80904b1de94ebd7bd6fe2a332471b8c283')
build() {
@ -29,11 +29,11 @@ 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 --with-quantum-depth=32
--without-jbig --without-fpx --without-dps --without-fftw --with-quantum-depth=32
make
}
@ -44,7 +44,7 @@ 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'
@ -60,7 +60,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'