[Lunar-commits] <moonbase> jack: Adding a CONFIGURE and a slight adjustment to the DEPENDS.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Jan 11 12:49:28 CET 2011


commit 035384248baca089b402f819781c8b700fd3ec6b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Jan 11 06:49:28 2011 -0500

    jack: Adding a CONFIGURE and a slight adjustment to the DEPENDS.
---
 audio/jack/CONFIGURE |    4 ++++
 audio/jack/DEPENDS   |   16 ++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/audio/jack/CONFIGURE b/audio/jack/CONFIGURE
new file mode 100644
index 0000000..525fabf
--- /dev/null
+++ b/audio/jack/CONFIGURE
@@ -0,0 +1,4 @@
+mquery USE_OPTI "Optimize code, based on CPU or compiler?" n "--enable-optimize" "--disable-optimize"
+mquery USE_DYNSIMD "Enable dynamic SIMD selection?" n "--enable-dynsimd" "--disable-dynsimd"
+mquery USE_MLOCK "Server should fail if unable to lock memory?" n "--enable-ensure-mlock" "--disable-ensure-mlock"
+
diff --git a/audio/jack/DEPENDS b/audio/jack/DEPENDS
index 6f51ef8..a29a046 100644
--- a/audio/jack/DEPENDS
+++ b/audio/jack/DEPENDS
@@ -4,11 +4,11 @@ depends     pkgconfig
 depends     alsa-lib
 depends     libsndfile
 depends     readline
-optional_depends        "libcap" \
-                        "--enable-capabilities" \
-                        "" \
-                        "for realtime scheduling"
-optional_depends        "doxygen" \
-                        "" \
-                        "" \
-                        "for Documentation"
+
+optional_depends "doxygen" "" "" "for Documentation support"
+
+optional_depends "libcap" \
+                 "--enable-capabilities"  \
+                 "--disable-capabilities" \
+                 "for realtime scheduling ${PROBLEM_COLOR}Only for 2.4 Kernels${DEFAULT_COLOR}"
+


More information about the Lunar-commits mailing list