summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorFlorian Franzmann2022-05-28 23:36:20 +0200
committerFlorian Franzmann2022-05-29 00:03:27 +0200
commit8c8c3ac9b5be778fdfa51ea8ff18a8e791092d77 (patch)
tree31970334167521489990298b58a49fa616e966cc /graphics
parentc804def3681e24cfeb51e6fd8538243bcaa9b39b (diff)
graphics/imagemagick: version 7.1.0-35
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/imagemagick/CONFIGURE8
-rwxr-xr-xgraphics/imagemagick/DEPENDS9
-rwxr-xr-xgraphics/imagemagick/DETAILS4
-rw-r--r--graphics/imagemagick/HISTORY3
4 files changed, 10 insertions, 14 deletions
diff --git a/graphics/imagemagick/CONFIGURE b/graphics/imagemagick/CONFIGURE
index 299f792e73..c4a9ffa0be 100755
--- a/graphics/imagemagick/CONFIGURE
+++ b/graphics/imagemagick/CONFIGURE
@@ -1,14 +1,12 @@
-. $GRIMOIRE/config_query_multi.function &&
-
config_query_option IMAGEMAGICK_HDRI "Enable High Dynamic Range Imagery?" n \
'--enable-hdri' '--disable-hdri' &&
config_query_option IMAGEMAGICK_OPENMP "Use OpenMP for parallelism?" y \
- '--with-openmp' '--without-openmp' &&
+ '--enable-openmp' '--disable-openmp' &&
-config_query_multi IMAGEMAGICK_QUANTUM_DEPTH "How many bits do you want to use in each quantum?" \
+config_query_list IMAGEMAGICK_QUANTUM_DEPTH "How many bits do you want to use in each quantum?" \
16 \
- 8 \
+ 8 \
32 \
64
diff --git a/graphics/imagemagick/DEPENDS b/graphics/imagemagick/DEPENDS
index f6ad7bd15d..a99aff3743 100755
--- a/graphics/imagemagick/DEPENDS
+++ b/graphics/imagemagick/DEPENDS
@@ -121,8 +121,8 @@ optional_depends 'jbigkit' \
'for fax compression format' &&
optional_depends 'openjpeg' \
- '--with-jpeg2k' \
- '--without-jpeg2k' \
+ '--with-openjp2' \
+ '--without-openjp2' \
'for JPEG2000 support' &&
optional_depends 'liblqr' \
@@ -135,11 +135,6 @@ optional_depends 'pango' \
'--without-pango' \
'use pango for font rendering' &&
-optional_depends 'mupdf' \
- '--with-pdf' \
- '--without-pdf' \
- 'for pdf support' &&
-
optional_depends 'libwebp' \
'--with-webp' \
'--without-webp' \
diff --git a/graphics/imagemagick/DETAILS b/graphics/imagemagick/DETAILS
index 817e0cb827..79ac0ddcaf 100755
--- a/graphics/imagemagick/DETAILS
+++ b/graphics/imagemagick/DETAILS
@@ -1,7 +1,7 @@
SPELL=imagemagick
SPELLX=ImageMagick
- VERSION=7.1.0-33
- SOURCE_HASH=sha512:1bc6945b7585bd501b1c1e875c29fe12156be7ecfebe5d5062374901e1267bf348104e85dff24ba3006b2c4c33e656fa55a9cac35d7554c21c682b0602885bcb
+ VERSION=7.1.0-35
+ SOURCE_HASH=sha512:307146bae298978db27ead0ee2a7fa726aa8e0efa955721401102575423ebf3e907cdaf54692038f5c4df649acea7ec8485b3c26991e65c6ecd6d3e73d2b1508
SECURITY_PATCH=6
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY
index ff355bf430..cb6389f0fe 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,6 @@
+2022-05-28 Florian Franzmann <bwlf@bandrate.org>
+ * CONFIGURE, DEPENDS, DETAILS: version 7.1.0-35
+
2022-05-08 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 7.1.0-33