Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImageMagick: build with openjpeg2 #31806

Merged
merged 1 commit into from
Jul 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions srcpkgs/ImageMagick/template
Original file line number Diff line number Diff line change
@@ -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}"
Expand All @@ -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"
Expand Down