ImageMagick: build with openjpeg2

This commit is contained in:
Michal Vasilek 2021-07-03 12:57:11 +02:00 committed by Érico Nogueira Rolim
parent 2dfd481e2b
commit b1f0059297

View file

@ -1,7 +1,7 @@
# Template file for 'ImageMagick'
pkgname=ImageMagick
version=7.0.11.12
revision=1
revision=2
_majorver=${version%.*}
_patchver=${version##*.}
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-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
--with-magick-plus-plus --with-modules --enable-shared --with-rsvg
--with-dejavu-font-dir=/usr/share/fonts/TTF --enable-opencl --disable-static"
hostmakedepends="automake libtool pkg-config autoconf automake"
--with-dejavu-font-dir=/usr/share/fonts/TTF --enable-opencl --disable-static
--with-openjp2"
hostmakedepends="automake libtool pkg-config autoconf"
makedepends="djvulibre-devel fftw-devel ghostscript-devel glib-devel lcms2-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"
maintainer="Johannes <johannes.brechtmann@gmail.com>"
license="ImageMagick"