summaryrefslogtreecommitdiffstats
path: root/audio-creation/glame/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/glame/DEPENDS')
-rwxr-xr-xaudio-creation/glame/DEPENDS57
1 files changed, 57 insertions, 0 deletions
diff --git a/audio-creation/glame/DEPENDS b/audio-creation/glame/DEPENDS
new file mode 100755
index 0000000000..de9eaa8c23
--- /dev/null
+++ b/audio-creation/glame/DEPENDS
@@ -0,0 +1,57 @@
+depends ladspa &&
+depends guile &&
+
+optional_depends glade \
+ "" \
+ "" \
+ "for GUI builder" &&
+
+optional_depends gnome-libs \
+ "--enable-gui" \
+ "--disable-gui" \
+ "for a GUI" &&
+
+optional_depends libxml \
+ "--with-libxml" \
+ "--without-libxml" \
+ "for XML 1.0 support" &&
+
+optional_depends libxml2 \
+ "--with-libxml2" \
+ "--without-libxml2" \
+ "for XML 2.0 support" &&
+
+optional_depends glib2 \
+ "--with-glib2" \
+ "--without-glib2" \
+ "support for GUI, also requires gtk+2" &&
+
+optional_depends guile \
+ "--with-guile" \
+ "--without-guile" \
+ "support for scripting" &&
+
+optional_depends audiofile \
+ "--with-audiofile" \
+ "--without-audiofile" \
+ "support full-feature I/O to file" &&
+
+optional_depends alsa-lib \
+ "--with-alsa-lib" \
+ "--without-alsa-lib" \
+ "support full-feature I/O to hardware" &&
+
+optional_depends esound \
+ "--with-esd" \
+ "--without-esd" \
+ "for ESD support" &&
+
+optional_depends libvorbis \
+ "" \
+ "" \
+ "for Ogg-Vorbis support" &&
+
+optional_depends libmad \
+ "--with-libmad" \
+ "--without-libmad" \
+ "support for MPEG format"