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