summaryrefslogtreecommitdiffstats
path: root/graphics/imagemagick/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/imagemagick/DEPENDS')
-rwxr-xr-xgraphics/imagemagick/DEPENDS69
1 files changed, 54 insertions, 15 deletions
diff --git a/graphics/imagemagick/DEPENDS b/graphics/imagemagick/DEPENDS
index db29756ed0..597d051045 100755
--- a/graphics/imagemagick/DEPENDS
+++ b/graphics/imagemagick/DEPENDS
@@ -1,13 +1,13 @@
-depends libtool "--disable-ltdl-install" &&
+depends libtool &&
depends ilmbase &&
-if [[ "$IMAGEMAGICK_X" == "y" ]]; then
- depends libx11 '--with-x' &&
- depends libxrender &&
- depends libxext &&
- depends libxt &&
- depends libice &&
- depends libsm
+optional_depends libx11 '--with-x' '--without-x' 'for X11 support' &&
+if is_depends_enabled $SPELL libx11; then
+ depends libice &&
+ depends libsm &&
+ depends libxext &&
+ depends libxt &&
+ depends xextproto
fi &&
optional_depends -sub CXX gcc \
@@ -70,12 +70,10 @@ optional_depends 'librsvg2' \
'--without-rsvg' \
'for Scalable Vector Graphics support' &&
-# broken with jpeg 8
-#
-#optional_depends POSTSCRIPT-INTERPRETER \
-# "--with-gslib" \
-# "--without-gslib" \
-# "for generating Postscript and PDF output" &&
+optional_depends POSTSCRIPT-INTERPRETER \
+ "--with-gslib" \
+ "--without-gslib" \
+ "for generating Postscript and PDF output" &&
optional_depends 'djvulibre' \
'--with-djvu' \
@@ -105,4 +103,45 @@ optional_depends 'zlib' \
optional_depends 'bzip2' \
'--with-bzlib' \
'--without-bzlib' \
- 'for bZip2 compression support'
+ 'for bZip2 compression support' &&
+
+#optional_depends 'autotrace' \
+# '--with-autotrace' \
+# '--without-autotrace' \
+# 'for converting bitmap to vector graphics' &&
+
+optional_depends 'jbigkit' \
+ '--with-jbig' \
+ '--without-jbig' \
+ 'for fax compression format' &&
+
+optional_depends 'openjpeg' \
+ '--with-jpeg2k' \
+ '--without-jpeg2k' \
+ 'for JPEG2000 support' &&
+
+optional_depends 'liblqr' \
+ '--with-lqr' \
+ '--without-lqr' \
+ 'for seam-carving support' &&
+
+optional_depends 'pango' \
+ '--with-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' \
+ 'for webp support' &&
+
+suggest_depends 'ufraw' \
+ '' \
+ '' \
+ 'for raw support'
+