summaryrefslogtreecommitdiffstats
path: root/audio-libs/aubio03/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/aubio03/DEPENDS')
-rwxr-xr-xaudio-libs/aubio03/DEPENDS18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio-libs/aubio03/DEPENDS b/audio-libs/aubio03/DEPENDS
new file mode 100755
index 0000000000..26e106fa25
--- /dev/null
+++ b/audio-libs/aubio03/DEPENDS
@@ -0,0 +1,18 @@
+depends libsndfile &&
+depends libsamplerate &&
+depends fftw &&
+
+optional_depends alsa-lib \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "for ALSA support" &&
+
+optional_depends JACK-DRIVER \
+ "--enable-jack" \
+ "--disable-jack" \
+ "for JACK support" &&
+
+optional_depends lash \
+ "--enable-lash" \
+ "--disable-lash" \
+ "for LASH support (it will force alsa and jack depends)"