[Lunar-commits] <moonbase> gphoto2: A fleshing out of the DEPENDS. There is one note regarding the
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Dec 7 12:08:41 CET 2011
commit b950d45d8865f867dca06df1f227600c0fa8f9d1
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Dec 7 06:08:41 2011 -0500
gphoto2: A fleshing out of the DEPENDS. There is one note regarding the
optional_depends cdk. For that application you should choose normal width
ncurses, else the gphoto2+cdk make will fail.
---
graphics/gphoto2/DEPENDS | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/graphics/gphoto2/DEPENDS b/graphics/gphoto2/DEPENDS
index 06609fd..b1b23af 100644
--- a/graphics/gphoto2/DEPENDS
+++ b/graphics/gphoto2/DEPENDS
@@ -1,3 +1,9 @@
depends libgphoto2
-optional_depends "aalib" "" "" "For preview support"
+optional_depends "readline" "--with-readline" "--without-readline" "for readline support"
+optional_depends "aalib" "--with-aalib" "--without-aalib" "For preview support"
+optional_depends "%JPEG" "--with-jpeg" "--without-jpeg" "for jpeg graphics support"
+optional_depends "cdk" "--with-cdk" "--without-cdk" "for ncurses type support"
+
+optional_depends "libexif" "--with-libexif --with-libexif=/usr" "--without-libexif" "for EXIF data support"
+
More information about the Lunar-commits
mailing list