[Lunar-commits] <moonbase> ImageMagick: Adding a couple of optional_depends and a slight adjustment to the

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Oct 7 12:23:17 CEST 2011


commit 4bb3799a04b43fc3955d8a9741a726510bc5f2f9
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Oct 7 06:23:17 2011 -0400

    ImageMagick: Adding a couple of optional_depends and a slight adjustment to the
    
    BUILD (see comment within).
---
 graphics/ImageMagick/BUILD   |    4 +++-
 graphics/ImageMagick/DEPENDS |   11 +++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/graphics/ImageMagick/BUILD b/graphics/ImageMagick/BUILD
index 4488e9a..b556d41 100644
--- a/graphics/ImageMagick/BUILD
+++ b/graphics/ImageMagick/BUILD
@@ -1,6 +1,8 @@
 (
 
-  OPTS+=" --enable-shared=yes --disable-static"
+# Per their Install-unix.txt if using shared its a good idea to also
+# enable modules.
+  OPTS+=" --enable-shared --disable-static --with-modules" &&
 
 # They say to run this if you got dirty autotools.
 # autoreconf         &&
diff --git a/graphics/ImageMagick/DEPENDS b/graphics/ImageMagick/DEPENDS
index 77a8704..86f5399 100644
--- a/graphics/ImageMagick/DEPENDS
+++ b/graphics/ImageMagick/DEPENDS
@@ -22,9 +22,12 @@ optional_depends "tiff"        "--with-tiff"    "--without-tiff"       "for TIFF
 optional_depends "libwmf"      "--with-wmf"     "--without-wmf"        "for Windows Metafile support"
 optional_depends "libxml2"     ""               "--without-xml"        "for XML support"
 optional_depends "libwebp"     "--with-webp"    "--without-webp"       "for WebP image format support"
-optional_depends "libXpm" "" "" "store color icons"
-optional_depends "ufraw"  "" "" "for raw image support"
+optional_depends "graphviz"    "--with-gvc"     "--without-gvc"        "for Graphviz support"
+optional_depends "libXpm"      ""               ""                     "store color icons"
+optional_depends "ufraw"       ""               ""                     "for raw image support"
+optional_depends "xdg-utils"   ""               ""                     "for xdg-open delegate program support"
+optional_depends "hp2xx"       ""               ""                     "for HP-GL plotter data delegate program support"
 
-optional_depends dejavu-ttf  "--with-dejavu-font-dir=/usr/share/fonts/dejavu-ttf" \
-                             "" "for dejavu font support"
+optional_depends "dejavu-ttf"  "--with-dejavu-font-dir=/usr/share/fonts/dejavu-ttf" \
+                               "" "for dejavu font support"
 


More information about the Lunar-commits mailing list