summaryrefslogtreecommitdiffstats
path: root/audio-creation/snd/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/snd/DEPENDS')
-rwxr-xr-xaudio-creation/snd/DEPENDS56
1 files changed, 56 insertions, 0 deletions
diff --git a/audio-creation/snd/DEPENDS b/audio-creation/snd/DEPENDS
new file mode 100755
index 0000000000..1ac3d43c78
--- /dev/null
+++ b/audio-creation/snd/DEPENDS
@@ -0,0 +1,56 @@
+if [ "$GUI" == "y" ]
+then
+ if [ "$GTK" == "y" ]
+ then
+ depends gtkglext "--with-gtk --without-motif"
+ else
+ depends openmotif "--with-motif --without-gtk"
+ fi
+fi &&
+
+if [ "$RUBY" == "y" ]
+then
+ depends ruby "--with-ruby"
+else
+ depends guile "--with-guile"
+fi &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+optional_depends alsa-lib \
+ "--with-alsa" \
+ "--without-alsa" \
+ "for ALSA sound card support" &&
+
+optional_depends esound \
+ "--with-esd" \
+ "--without-esd" \
+ "for ESounD support" &&
+
+optional_depends JACK-DRIVER \
+ "--with-jack" \
+ "--without-jack" \
+ "for JACK audio server" &&
+
+optional_depends OPENGL \
+ "--with-gl" \
+ "--without-gl" \
+ "for openGL display (rocks!)" &&
+
+optional_depends ladspa \
+ "--with-ladspa" \
+ "--without-ladspa" \
+ "for LADSPA plugin support" &&
+
+optional_depends gsl \
+ "--with-gsl" \
+ "--without-gsl" \
+ "better numerical support" &&
+
+optional_depends fftw2 \
+ "--with-fftw" \
+ "--without-fftw" \
+ "better FFT support"