mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/imagemagick to 6.7.7.7-1
This commit is contained in:
parent
3307f20440
commit
2f8eb5ea0a
1 changed files with 7 additions and 8 deletions
|
@ -9,16 +9,16 @@ plugrel=1
|
|||
|
||||
pkgbase=imagemagick
|
||||
pkgname=('imagemagick' 'imagemagick-doc')
|
||||
pkgver=6.7.7.5
|
||||
pkgver=6.7.7.7
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.imagemagick.org/"
|
||||
license=('custom')
|
||||
makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
|
||||
'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper')
|
||||
'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
|
||||
source=(http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
|
||||
perlmagick.rpath.patch)
|
||||
sha1sums=('44b307c97c9bc27f60963306c82e2de5e37dcfb5'
|
||||
sha1sums=('d45a936b59afa3bc484c0ea1b512f8fc026c14e4'
|
||||
'23405f80904b1de94ebd7bd6fe2a332471b8c283')
|
||||
|
||||
build() {
|
||||
|
@ -29,11 +29,11 @@ build() {
|
|||
patch -p0 -i ../perlmagick.rpath.patch
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
|
||||
--enable-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-perl --with-perl-options="INSTALLDIRS=vendor" \
|
||||
--with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr \
|
||||
--without-gvc --without-djvu --without-autotrace --without-webp \
|
||||
--without-jbig --without-fpx --without-dps --without-fftw --without-lqr --with-quantum-depth=32
|
||||
--without-jbig --without-fpx --without-dps --without-fftw --with-quantum-depth=32
|
||||
make
|
||||
}
|
||||
|
||||
|
@ -44,7 +44,7 @@ check() {
|
|||
|
||||
package_imagemagick() {
|
||||
pkgdesc="An image viewing/manipulation program"
|
||||
depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext')
|
||||
depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr)
|
||||
optdepends=('ghostscript: for Ghostscript support'
|
||||
'openexr: for OpenEXR support'
|
||||
'libwmf: for WMF support'
|
||||
|
@ -60,7 +60,6 @@ package_imagemagick() {
|
|||
'etc/ImageMagick/mime.xml'
|
||||
'etc/ImageMagick/policy.xml'
|
||||
'etc/ImageMagick/quantization-table.xml'
|
||||
'etc/ImageMagick/sRGB.icc'
|
||||
'etc/ImageMagick/thresholds.xml'
|
||||
'etc/ImageMagick/type.xml'
|
||||
'etc/ImageMagick/type-dejavu.xml'
|
||||
|
|
Loading…
Reference in a new issue