imagemagick: reubild

This commit is contained in:
Bruce Liu 2015-02-13 11:58:43 +00:00
parent 6cd1113111
commit 7313178751

View File

@ -1,17 +1,15 @@
#
# Chakra Packages for Chakra, part of chakras.org
#
# Maintainer: Chaoting Liu <brli@sourceforge.net>
pkgname=imagemagick
pkgver=6.8.8.9
pkgrel=3
pkgrel=4
pkgdesc="An image viewing/manipulation program"
arch=('x86_64')
url="http://www.imagemagick.org/"
license=('custom')
depends=('libltdl' 'lcms' 'lcms2' 'libxt' 'gcc-libs' 'bzip2' 'freetype2' 'fontconfig'
'libxext' 'fftw' 'liblqr' 'libwmf' 'librsvg' 'libxml2' 'perl' )
makedepends=('ghostscript' 'openexr' 'jasper' 'subversion')
makedepends=('ghostscript' 'openexr' 'jasper' 'subversion' 'ttf-dejavu')
optdepends=('ghostscript: for Ghostscript support'
'openexr: for OpenEXR support'
'jasper: for JPEG-2000 support'
@ -39,8 +37,9 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--libdir=/usr/lib \
--localstatedir=/var \
--enable-fast-install=no \
--enable-hdri \
--with-modules \
--disable-static \
--enable-openmp \
@ -53,7 +52,7 @@ build() {
--with-perl \
--with-perl-options="INSTALLDIRS=vendor" \
--without-gvc \
--without-djvu \
--with-dejavu-font-dir=/usr/share/fonts/TTF \
--without-autotrace \
--with-jp2 \
--without-jbig \