mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/imagemagick to 6.9.2.4-1
This commit is contained in:
parent
14ef03f2fb
commit
7ebd6d7a8a
1 changed files with 4 additions and 4 deletions
|
@ -8,18 +8,18 @@
|
|||
|
||||
pkgbase=imagemagick
|
||||
pkgname=('imagemagick' 'imagemagick-doc')
|
||||
pkgver=6.9.2.0
|
||||
pkgver=6.9.2.4
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.imagemagick.org/"
|
||||
license=('custom')
|
||||
makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
|
||||
'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
|
||||
'libwebp' 'subversion')
|
||||
'libwebp' 'subversion' 'glu')
|
||||
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
|
||||
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
|
||||
perlmagick.rpath.patch)
|
||||
sha1sums=('1db8234c996b5dd1f230f8e043fad27851709b8d'
|
||||
sha1sums=('3914e51541e2242467dbf848018a417662ce784b'
|
||||
'SKIP'
|
||||
'e143cf9d530fabf3b58023899b5cc544ba93daec')
|
||||
validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
|
||||
|
@ -37,7 +37,7 @@ build() {
|
|||
[[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-modules \
|
||||
--enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
|
||||
--enable-hdri --with-wmf --with-openexr --with-xml \
|
||||
--with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
|
||||
--with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr --with-rsvg \
|
||||
--with-openjp2 --without-gvc --without-djvu --without-autotrace \
|
||||
|
|
Loading…
Reference in a new issue