ImageMagick: enable more plugins, add missing builddeps.
This commit is contained in:
parent
0da6b54b26
commit
13d4da77cf
2 changed files with 10 additions and 7 deletions
|
@ -27,8 +27,9 @@ libwebp.so.2
|
||||||
libwmflite-0.2.so.7
|
libwmflite-0.2.so.7
|
||||||
libstdc++.so.6
|
libstdc++.so.6
|
||||||
libgcc_s.so.1
|
libgcc_s.so.1
|
||||||
libpangoft2-1.0.so.0
|
|
||||||
libpango-1.0.so.0
|
libpango-1.0.so.0
|
||||||
libtiff.so.5
|
libtiff.so.5
|
||||||
libdjvulibre.so.21
|
libdjvulibre.so.21
|
||||||
libpng15.so.15
|
libpng15.so.15
|
||||||
|
libpangocairo-1.0.so.0
|
||||||
|
libgs.so.9
|
||||||
|
|
|
@ -3,17 +3,19 @@ pkgname=ImageMagick
|
||||||
_majorver=6.7.8
|
_majorver=6.7.8
|
||||||
_patchver=8
|
_patchver=8
|
||||||
version=${_majorver}.${_patchver}
|
version=${_majorver}.${_patchver}
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gslib --without-jp2 --without-autotrace
|
configure_args="--without-jp2 --without-autotrace --with-wmf=yes
|
||||||
--without-dps --without-fpx --without-gvc --without-jbig
|
--without-dps --without-fpx --without-gvc --without-jbig --with-gslib=yes
|
||||||
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
|
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
|
||||||
--with-magick-plus-plus --with-modules -with-perl --enable-shared"
|
--with-magick-plus-plus --with-modules -with-perl --enable-shared
|
||||||
|
--with-dejavu-font-dir=/usr/share/fonts/TTF"
|
||||||
makedepends="pkg-config perl>=5.16 jpeg-devel libpng-devel>=1.5.10 tiff-devel
|
makedepends="pkg-config perl>=5.16 jpeg-devel libpng-devel>=1.5.10 tiff-devel
|
||||||
lcms2-devel freetype-devel libwebp-devel fontconfig-devel libXext-devel
|
lcms2-devel freetype-devel libwebp-devel fontconfig-devel libXext-devel
|
||||||
libXt-devel libltdl-devel libxml2-devel gtk+-devel libwmf-devel fftw-devel
|
libXt-devel libltdl-devel libxml2-devel glib-devel pango-devel gdk-pixbuf-devel
|
||||||
djvulibre-devel liblzma-devel libgomp-devel"
|
libwmf-devel fftw-devel djvulibre-devel liblzma-devel libgomp-devel
|
||||||
|
librsvg-devel ghostscript-devel"
|
||||||
short_desc="Package for display and interactive manipulation of images"
|
short_desc="Package for display and interactive manipulation of images"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.imagemagick.org/"
|
homepage="http://www.imagemagick.org/"
|
||||||
|
|
Loading…
Reference in a new issue