summaryrefslogtreecommitdiffstats
path: root/audio-creation/ardour3/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/ardour3/DEPENDS')
-rwxr-xr-xaudio-creation/ardour3/DEPENDS61
1 files changed, 61 insertions, 0 deletions
diff --git a/audio-creation/ardour3/DEPENDS b/audio-creation/ardour3/DEPENDS
new file mode 100755
index 0000000000..0262163afc
--- /dev/null
+++ b/audio-creation/ardour3/DEPENDS
@@ -0,0 +1,61 @@
+# required for waf
+depends python &&
+depends boost &&
+depends fftw &&
+depends curl &&
+depends freetype2 &&
+depends libxml2 &&
+depends libart_lgpl &&
+depends cairo &&
+depends gtk+2 &&
+depends glibmm &&
+depends cairomm &&
+depends pangomm &&
+depends atkmm &&
+depends gtkmm2 &&
+depends libgnomecanvas &&
+depends libgnomecanvasmm &&
+depends liblrdf &&
+depends libsndfile &&
+depends liblo &&
+depends raptor &&
+depends libogg &&
+depends flac &&
+depends libvorbis &&
+depends libsamplerate &&
+depends aubio &&
+
+depends JACK-DRIVER &&
+
+optional_depends lv2 \
+ "--lv2" \
+ "--no-lv2" \
+ "for LV2 plugins support" &&
+
+if is_depends_enabled $SPELL lv2; then
+ depends serd &&
+ depends sord &&
+ depends sratom-0 &&
+ depends lilv-0 &&
+ depends suil-0
+fi &&
+
+optional_depends shared-mime-info \
+ "--freedesktop" \
+ "" \
+ "to build documentation" &&
+
+optional_depends doxygen \
+ "--docs" \
+ "" \
+ "to build documentation" &&
+
+optional_depends gettext \
+ "--nls" \
+ "--no-nls" \
+ "for native language support" &&
+
+optional_depends valgrind \
+ "--grind" \
+ "" \
+ "to run tests in valgrind"