ImageMagick: build with openjpeg2
This commit is contained in:
parent
2dfd481e2b
commit
b1f0059297
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ImageMagick'
|
# Template file for 'ImageMagick'
|
||||||
pkgname=ImageMagick
|
pkgname=ImageMagick
|
||||||
version=7.0.11.12
|
version=7.0.11.12
|
||||||
revision=1
|
revision=2
|
||||||
_majorver=${version%.*}
|
_majorver=${version%.*}
|
||||||
_patchver=${version##*.}
|
_patchver=${version##*.}
|
||||||
wrksrc="${pkgname}-${_majorver}-${_patchver}"
|
wrksrc="${pkgname}-${_majorver}-${_patchver}"
|
||||||
|
@ -10,11 +10,12 @@ configure_args="--without-autotrace --with-wmf=yes
|
||||||
--without-dps --without-fpx --without-gvc --without-jbig --with-gslib=yes
|
--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 --enable-shared --with-rsvg
|
--with-magick-plus-plus --with-modules --enable-shared --with-rsvg
|
||||||
--with-dejavu-font-dir=/usr/share/fonts/TTF --enable-opencl --disable-static"
|
--with-dejavu-font-dir=/usr/share/fonts/TTF --enable-opencl --disable-static
|
||||||
hostmakedepends="automake libtool pkg-config autoconf automake"
|
--with-openjp2"
|
||||||
|
hostmakedepends="automake libtool pkg-config autoconf"
|
||||||
makedepends="djvulibre-devel fftw-devel ghostscript-devel glib-devel lcms2-devel
|
makedepends="djvulibre-devel fftw-devel ghostscript-devel glib-devel lcms2-devel
|
||||||
libXt-devel libgomp-devel libltdl-devel librsvg-devel libwebp-devel libwmf-devel
|
libXt-devel libgomp-devel libltdl-devel librsvg-devel libwebp-devel libwmf-devel
|
||||||
ocl-icd-devel pango-devel"
|
ocl-icd-devel pango-devel libopenjpeg2-devel"
|
||||||
short_desc="Package for display and interactive manipulation of images"
|
short_desc="Package for display and interactive manipulation of images"
|
||||||
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="ImageMagick"
|
license="ImageMagick"
|
||||||
|
|
Loading…
Reference in New Issue