mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/imagemagick to 6.8.4.10-1
This commit is contained in:
parent
cc6813d001
commit
d46aace68a
1 changed files with 7 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgbase=imagemagick
|
pkgbase=imagemagick
|
||||||
pkgname=('imagemagick' 'imagemagick-doc')
|
pkgname=('imagemagick' 'imagemagick-doc')
|
||||||
pkgver=6.8.4.6
|
pkgver=6.8.4.10
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.imagemagick.org/"
|
url="http://www.imagemagick.org/"
|
||||||
|
@ -17,16 +17,18 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
|
||||||
#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=('80acfe2bcc9b28c84db28a8e94bfa6180dcdd6f5'
|
sha1sums=('8d5529f35f624b83ad925958c977a381ab30c0f7'
|
||||||
'e143cf9d530fabf3b58023899b5cc544ba93daec')
|
'e143cf9d530fabf3b58023899b5cc544ba93daec')
|
||||||
|
|
||||||
build() {
|
prepare() {
|
||||||
cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
|
cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
|
||||||
|
|
||||||
sed '/AC_PATH_XTRA/d' -i configure.ac
|
sed '/AC_PATH_XTRA/d' -i configure.ac
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
|
patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "${srcdir}"/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 \
|
--disable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \
|
||||||
--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
|
--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
|
||||||
|
|
Loading…
Reference in a new issue