mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/imagemagick - upgpkg: imagemagick 6.8.7.2-1
This commit is contained in:
parent
d84452d225
commit
02787d9327
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgbase=imagemagick
|
||||
pkgname=('imagemagick' 'imagemagick-doc')
|
||||
pkgver=6.8.7.1
|
||||
pkgver=6.8.7.2
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.imagemagick.org/"
|
||||
|
@ -17,7 +17,7 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
|
|||
#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=('c8aabca18e0ca108b403dd154c858cb17ff304ee'
|
||||
sha1sums=('7dd54b769df1a8a173b76612bed131cd814e0e21'
|
||||
'SKIP'
|
||||
'e143cf9d530fabf3b58023899b5cc544ba93daec')
|
||||
|
||||
|
@ -30,7 +30,7 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd ImageMagick-${pkgver%.*}-${pkgver##*.}
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-modules \
|
||||
--enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \
|
||||
--with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
|
||||
--with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr --with-rsvg \
|
||||
|
|
Loading…
Reference in a new issue