[Lunar-commits] <moonbase> ImageMagick: a tweak on BUILD/DEPENDS. See BUILD.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sun Mar 9 01:55:38 CET 2008
commit 808b3833760ce20a7a551cc8590b6476b21f5fab
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sat Mar 8 19:55:38 2008 -0500
ImageMagick: a tweak on BUILD/DEPENDS. See BUILD.
---
graphics/ImageMagick/BUILD | 12 ++++++++----
graphics/ImageMagick/DEPENDS | 9 +++++----
2 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/graphics/ImageMagick/BUILD b/graphics/ImageMagick/BUILD
index 723c9d4..70da0c7 100644
--- a/graphics/ImageMagick/BUILD
+++ b/graphics/ImageMagick/BUILD
@@ -2,11 +2,15 @@
OPTS="$OPTS --enable-shared=yes --enable-hdri"
- autoconf &&
+#They say to run this if you got dirty autotools.
+ autoreconf &&
default_config &&
- make &&
- prepare_install &&
- make install-strip
+ make &&
+ prepare_install &&
+ make install-strip &&
+
+#Seems other apps look for this, like transcode
+ ln -sf /usr/lib/libMagick++.so /usr/lib/libMagick.so
) > $C_FIFO 2>&1
diff --git a/graphics/ImageMagick/DEPENDS b/graphics/ImageMagick/DEPENDS
index 340412a..22694d9 100644
--- a/graphics/ImageMagick/DEPENDS
+++ b/graphics/ImageMagick/DEPENDS
@@ -1,7 +1,8 @@
depends freetype2
optional_depends libXpm "" "" "store color icons"
-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"
+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"
+optional_depends djvulibre "--with-djvu" "--without-djvu" "for additional image and documents support"
More information about the Lunar-commits
mailing list