summaryrefslogtreecommitdiffstats
path: root/audio-creation/muse/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/muse/DEPENDS')
-rwxr-xr-xaudio-creation/muse/DEPENDS28
1 files changed, 0 insertions, 28 deletions
diff --git a/audio-creation/muse/DEPENDS b/audio-creation/muse/DEPENDS
deleted file mode 100755
index 2b3038d031..0000000000
--- a/audio-creation/muse/DEPENDS
+++ /dev/null
@@ -1,28 +0,0 @@
-depends qt-x11 &&
-depends alsa-lib &&
-depends libsndfile &&
-depends libsamplerate &&
-depends JACK-DRIVER &&
-
-optional_depends fluidsynth \
- "--enable-fluidsynth" \
- "--disable-fluidsynth" \
- "for FluidSynth softsynth plugin" &&
-optional_depends lash \
- "--enable-lash" \
- "--disable-lash" \
- "for Linux Audio Session Handler support" &&
-optional_depends python \
- "--enable-python" \
- "--disable-python" \
- "build python bindings" &&
-
-optional_depends dssi \
- "--enable-dssi" \
- "--disable-dssi" \
- "build DSSI + DSSI-Vst support"
-
-# Notice: MusE can depend on FST for VST plugin hosting, but the
-# supported FST version is an obsolete 1.6 which won't compile with
-# recent Wine versions. Hopefully VST hosting will again work in MusE
-# 1.0 which should be out soon.