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