summaryrefslogtreecommitdiffstats
path: root/audio-players/moc/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/moc/DEPENDS')
-rwxr-xr-xaudio-players/moc/DEPENDS51
1 files changed, 51 insertions, 0 deletions
diff --git a/audio-players/moc/DEPENDS b/audio-players/moc/DEPENDS
new file mode 100755
index 0000000000..3148d89247
--- /dev/null
+++ b/audio-players/moc/DEPENDS
@@ -0,0 +1,51 @@
+depends libid3tag &&
+depends libmad &&
+
+optional_depends alsa-lib \
+ "" \
+ "--disable-alsatest" \
+ "for ALSA support" &&
+
+if [ "$DEV" == "y" ]; then
+optional_depends jack \
+ "" \
+ "--without-jack" \
+ "for JACK support" &&
+
+optional_depends mpc \
+ "" \
+ "--without-musepack" \
+ "for musepack (mpc) support"
+fi &&
+
+optional_depends libogg \
+ "" \
+ "--without-ogg" \
+ "for ogg/vorbis support" &&
+
+optional_depends flac \
+ "" \
+ "--without-flac" \
+ "for flac support" &&
+
+optional_depends libsndfile \
+ "" \
+ "--without-sndfile --disable-libFLACtest" \
+ "for sndfile support" &&
+
+if [ $DEV = "y" ]; then
+optional_depends speex \
+ "" \
+ "--without-speex" \
+ "for speex support" &&
+
+optional_depends libsamplerate \
+ "" \
+ "--without-samplerate" \
+ "for Sample Rate Converter support" &&
+
+optional_depends curl \
+ "" \
+ "--without-curl" \
+ "for curl (Internet streams support) support"
+fi