mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 20:47:15 +08:00
imagemagick: reubild
This commit is contained in:
parent
6cd1113111
commit
7313178751
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user