mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/imagemagick to 6.8.6.8-1
This commit is contained in:
parent
19a75485ac
commit
19c44d0f75
1 changed files with 8 additions and 7 deletions
|
@ -7,17 +7,17 @@
|
||||||
|
|
||||||
pkgbase=imagemagick
|
pkgbase=imagemagick
|
||||||
pkgname=('imagemagick' 'imagemagick-doc')
|
pkgname=('imagemagick' 'imagemagick-doc')
|
||||||
pkgver=6.8.6.4
|
pkgver=6.8.6.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.imagemagick.org/"
|
url="http://www.imagemagick.org/"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
|
makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
|
||||||
'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
|
'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr' 'libwebp')
|
||||||
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
|
#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 \
|
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
|
||||||
perlmagick.rpath.patch)
|
perlmagick.rpath.patch)
|
||||||
sha1sums=('ab62d1777ef3ae18820bdb9f757ac65f9d2f944d'
|
sha1sums=('fe298492c6be08eb887d02b75efeb609fa6c4d61'
|
||||||
'e143cf9d530fabf3b58023899b5cc544ba93daec')
|
'e143cf9d530fabf3b58023899b5cc544ba93daec')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -30,11 +30,11 @@ prepare() {
|
||||||
build() {
|
build() {
|
||||||
cd ImageMagick-${pkgver%.*}-${pkgver##*.}
|
cd ImageMagick-${pkgver%.*}-${pkgver##*.}
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
|
./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
|
||||||
--disable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \
|
--enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \
|
||||||
--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
|
--with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
|
||||||
--with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr --with-rsvg \
|
--with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr --with-rsvg \
|
||||||
--without-gvc --without-djvu --without-autotrace --without-webp \
|
--without-gvc --without-djvu --without-autotrace --without-webp \
|
||||||
--without-jbig --without-fpx --without-dps --without-fftw --with-quantum-depth=32
|
--without-fpx --without-dps --without-fftw --with-quantum-depth=32
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -52,7 +52,8 @@ package_imagemagick() {
|
||||||
'librsvg: for SVG support'
|
'librsvg: for SVG support'
|
||||||
'libxml2: for XML support'
|
'libxml2: for XML support'
|
||||||
'jasper: for JPEG-2000 support'
|
'jasper: for JPEG-2000 support'
|
||||||
'libpng: for PNG support')
|
'libpng: for PNG support'
|
||||||
|
'libwebp: for WEBP support')
|
||||||
backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
|
backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
|
||||||
"etc/ImageMagick-${pkgver%%.*}/colors.xml"
|
"etc/ImageMagick-${pkgver%%.*}/colors.xml"
|
||||||
"etc/ImageMagick-${pkgver%%.*}/delegates.xml"
|
"etc/ImageMagick-${pkgver%%.*}/delegates.xml"
|
||||||
|
|
Loading…
Reference in a new issue