mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/imagemagick to 6.8.9.1-3
This commit is contained in:
parent
2a17f1ec24
commit
c237e616f8
1 changed files with 5 additions and 4 deletions
|
@ -9,12 +9,12 @@
|
|||
pkgbase=imagemagick
|
||||
pkgname=('imagemagick' 'imagemagick-doc')
|
||||
pkgver=6.8.9.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.imagemagick.org/"
|
||||
license=('custom')
|
||||
makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
|
||||
'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr'
|
||||
'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
|
||||
'libwebp' 'subversion')
|
||||
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}
|
||||
|
@ -39,7 +39,7 @@ build() {
|
|||
--enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
|
||||
--with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
|
||||
--with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr --with-rsvg \
|
||||
--without-gvc --without-djvu --without-autotrace \
|
||||
--with-openjp2 --without-gvc --without-djvu --without-autotrace \
|
||||
--without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
|
||||
make
|
||||
}
|
||||
|
@ -54,7 +54,8 @@ package_imagemagick() {
|
|||
depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr')
|
||||
optdepends=('imagemagick-doc: for additional information'
|
||||
'ghostscript: for Ghostscript support'
|
||||
'openexr: for OpenEXR support'
|
||||
'openexr: for OpenEXR support'
|
||||
'openjpeg2: for JP2 support'
|
||||
'libwmf: for WMF support'
|
||||
'librsvg: for SVG support'
|
||||
'libxml2: for XML support'
|
||||
|
|
Loading…
Reference in a new issue