summaryrefslogtreecommitdiffstats
path: root/audio-creation/audacity/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/audacity/DEPENDS')
-rwxr-xr-xaudio-creation/audacity/DEPENDS52
1 files changed, 43 insertions, 9 deletions
diff --git a/audio-creation/audacity/DEPENDS b/audio-creation/audacity/DEPENDS
index caaf5be21b..b6082333f4 100755
--- a/audio-creation/audacity/DEPENDS
+++ b/audio-creation/audacity/DEPENDS
@@ -5,15 +5,23 @@ else
depends wxgtk
fi &&
depends lame &&
+if [ "$AUDACITY_REL" == "beta" ]; then
+ depends libsndfile
+else
+ optional_depends libsndfile \
+ "--with-libsndfile=system" \
+ "--with-libsndfile=local" \
+ "to use system libsndfile"
+fi &&
if [ "$AUDACITY_REL" == "cvs" ]; then
depends CVS
fi &&
optional_depends flac "--with-flac" "--without-flac" "For flac support" &&
-optional_depends twolame "--with-libtwolame" \
- "--without-libtwolame" \
- "For twolame support" &&
+optional_depends twolame "--with-libtwolame" \
+ "--without-libtwolame" \
+ "For twolame MP2 export support" &&
optional_depends libvorbis "--with-vorbis" \
"--without-vorbis" \
@@ -27,11 +35,6 @@ optional_depends libid3tag \
"--without-id3tag" \
"for MP3 ID3 tag support" &&
-optional_depends libsndfile \
- "--with-libsndfile=system" \
- "--with-libsndfile=local" \
- "to use system libsndfile" &&
-
optional_depends expat \
"--with-expat=system" \
"--with-expat=local" \
@@ -59,4 +62,35 @@ fi &&
if [ "$AUDACITY_REL" == "beta" ] || [ "$AUDACITY_REL" == "cvs" ]; then
optional_depends vamp-plugin-sdk "--enable-vamp" "--disable-vamp" \
"Compile with vamp plug-in support?"
-fi
+fi &&
+
+optional_depends LIBAVCODEC \
+ "--with-ffmpeg" \
+ "--without-ffmpeg" \
+ "for ffmpeg import and export support" &&
+
+## no spell yet
+#optional_depends libresample \
+# "--with-libresample" \
+# "--without-libresample" \
+# "for sample rate conversion" &&
+
+optional_depends redland \
+ "--with-redland" \
+ "--without-redland" \
+ "for reading RDF data" &&
+
+optional_depends slv2 \
+ "--with-slv2" \
+ "--without-slv2" \
+ "for loading LV2 plugins" &&
+
+optional_depends liblrdf \
+ "--with-liblrdf" \
+ "--without-liblrdf" \
+ "for categorisation of LADSPA plugins"
+
+#optional_depends portaudio19 \
+# "--with-portaudio=19" \
+# "--without-portaudio" \
+# "use portaudio"