summaryrefslogtreecommitdiffstats
path: root/audio-creation/mhwaveedit/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/mhwaveedit/DEPENDS')
-rwxr-xr-xaudio-creation/mhwaveedit/DEPENDS55
1 files changed, 55 insertions, 0 deletions
diff --git a/audio-creation/mhwaveedit/DEPENDS b/audio-creation/mhwaveedit/DEPENDS
new file mode 100755
index 0000000000..a2f50e3315
--- /dev/null
+++ b/audio-creation/mhwaveedit/DEPENDS
@@ -0,0 +1,55 @@
+depends $MHWAVEEDIT_GTK &&
+
+optional_depends alsa-lib \
+ "--with-alsalib" \
+ "--without-alsalib" \
+ "for ALSA driver support" &&
+
+optional_depends JACK-DRIVER \
+ "--with-jack" \
+ "--without-jack" \
+ "for JACK driver support" &&
+
+optional_depends esound \
+ "--with-esound" \
+ "--without-esound" \
+ "for EsounD driver support" &&
+
+optional_depends arts \
+ "--with-arts" \
+ "--without-arts" \
+ "for aRts driver support" &&
+
+optional_depends oss \
+ "--with-oss" \
+ "--without-oss" \
+ "for OSS driver support" &&
+
+optional_depends pulseaudio \
+ "--with-pulse" \
+ "--without-pulse" \
+ "for PulseAudio driver support" &&
+
+optional_depends libsndfile \
+ "--with-libsndfile" \
+ "--without-libsndfile" \
+ "for libsndfile library support" &&
+
+optional_depends libsamplerate \
+ "--with-libsamplerate" \
+ "--without-libsamplerate" \
+ "for libsamplerate library support" &&
+
+optional_depends sdl \
+ "--with-sdl" \
+ "--without-sdl" \
+ "for SDL library support" &&
+
+optional_depends PORTAUDIO \
+ "--with-portaudio" \
+ "--without-portaudio" \
+ "for PortAudio library support" &&
+
+optional_depends ladspa "" "" "for LADSPA plugins support" &&
+
+suggest_depends lame "" "" "for MP3 [en|de]coding support"