summaryrefslogtreecommitdiffstats
path: root/audio-players/timidity-cvs/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/timidity-cvs/DEPENDS')
-rwxr-xr-xaudio-players/timidity-cvs/DEPENDS26
1 files changed, 26 insertions, 0 deletions
diff --git a/audio-players/timidity-cvs/DEPENDS b/audio-players/timidity-cvs/DEPENDS
new file mode 100755
index 0000000000..8326371784
--- /dev/null
+++ b/audio-players/timidity-cvs/DEPENDS
@@ -0,0 +1,26 @@
+depends CVS &&
+depends eawpats &&
+depends alsa-lib &&
+
+AUDIO="--enable-audio=alsa" &&
+# Still in devel Sorcery only
+#if spell_ok JACK-DRIVER
+if spell_ok jack || spell_ok jack-cvs
+ then AUDIO=$AUDIO,jack ;
+fi &&
+
+if spell_ok nas ;
+ then AUDIO=$AUDIO,nas ;
+fi &&
+
+if spell_ok esound ;
+ then AUDIO=$AUDIO,esd ;
+fi &&
+
+if spell_ok libvorbis ;
+ then AUDIO=$AUDIO,vorbis ;
+fi &&
+
+optional_depends "X11-LIBS" "" "--without-x" "for X support" &&
+
+export AUDIO