diff --git a/imagemagick/PKGBUILD b/imagemagick/PKGBUILD index 872fa07bf..dad6a2594 100644 --- a/imagemagick/PKGBUILD +++ b/imagemagick/PKGBUILD @@ -1,17 +1,15 @@ -# -# Chakra Packages for Chakra, part of chakras.org -# +# Maintainer: Chaoting Liu 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 \