summaryrefslogtreecommitdiffstats
path: root/audio-creation/ardour4/DEPENDS
blob: d7ebd2328b6831cd5fc3ab2025fbb9a932007431 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# required for waf
depends python &&

depends -sub CXX gcc &&

# New dependency list in order of checks in waf.
depends boost &&
depends glib2 &&
depends glibmm &&
depends libsndfile &&
depends curl &&
depends liblo &&
depends taglib &&
depends vamp-plugin-sdk &&
depends rubberband &&
depends fftw &&
depends aubio &&
depends libxml2 &&
depends libsigc++3 &&
depends liblrdf &&
depends libsamplerate &&
depends libogg &&
depends flac &&
depends gtk+2 &&
depends libx11 &&
depends fontconfig &&
depends dbus &&
depends cairomm &&

# More dependencies that used to be directly mentioned here
# are indirect ones (i.e. freetype2 being convered by
# fontconfig). Hopefully they are all covered.

if list_find "$ARDOUR4_AUDIO" jack; then
  depends JACK-DRIVER
fi &&
if list_find "$ARDOUR4_AUDIO" alsa; then
  depends alsa-lib
fi &&

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 &&

# This doesn't do anything. Enable after hacking/verifying
# that actually, some .desktop file is created.
# In the sources, I only see ardour3.desktop.in, which
# neither matches ardour4, nor is actually used, apparently.
#optional_depends shared-mime-info \
#                 "--freedesktop" \
#                 "" \
#                 "for icons, .desktop file etc." &&

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"