[Lunar-commits] ImageMagick: Remove xpm optional dependency

Dennis Veatch dennisveatch at bellsouth.net
Tue Dec 25 21:57:19 CET 2007


commit 89ee5ffdfa06f6bee1f6dbf29ffac60168411ec9
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date:   Tue Dec 25 15:57:19 2007 -0500

    ImageMagick: Remove xpm optional dependency
    
    since Imagemagick can use libXpm (just another step closer to removing
    xpm from moonbase).
    
    Also adding ufraw for raw image support and adding OpenEXR/--enable-hdri since
    the it defaults to 16 depth.
---
 graphics/ImageMagick/BUILD   |    9 +++++----
 graphics/ImageMagick/DEPENDS |   10 ++++++----
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/graphics/ImageMagick/BUILD b/graphics/ImageMagick/BUILD
index f957ee2..e2f8459 100644
--- a/graphics/ImageMagick/BUILD
+++ b/graphics/ImageMagick/BUILD
@@ -1,11 +1,12 @@
-{
+(
+
+  OPTS="$OPTS --enable-shared=yes --enable-hdri"
 
-  OPTS="$OPTS --enable-shared=yes"   &&
   autoconf                           &&
   default_config                     &&
+
   make                               &&
   prepare_install                    &&
   make install-strip
-  
-} > $C_FIFO 2>&1
 
+) > $C_FIFO 2>&1
diff --git a/graphics/ImageMagick/DEPENDS b/graphics/ImageMagick/DEPENDS
index cb65716..0644f84 100644
--- a/graphics/ImageMagick/DEPENDS
+++ b/graphics/ImageMagick/DEPENDS
@@ -1,5 +1,7 @@
-depends freetype2 
+depends libXpm
+depends freetype2
 
-optional_depends "tiff"   "--with-tiff" "--without-tiff" "for tiff image support"
-optional_depends "xpm"    "--with-xpm"  "--without-xpm"  "store color icons"
-optional_depends "libwmf" "--with-wmf"  "--without-wmf" "support Windows Metafile"
+optional_depends "tiff"    "--with-tiff"    "--without-tiff"    "for tiff image support"
+optional_depends "libwmf"  "--with-wmf"     "--without-wmf"     "support Windows Metafile"
+optional_depends "OpenEXR" "--with-openexr" "--without-openexr" "high dynamic-range support"
+optional_depends "ufraw"   ""               ""                  "for raw image support"


More information about the Lunar-commits mailing list