summaryrefslogtreecommitdiffstats
path: root/audio/audacity/README
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity/README')
-rw-r--r--audio/audacity/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/audacity/README b/audio/audacity/README
index 5cbfcc1844..3e3b5b0653 100644
--- a/audio/audacity/README
+++ b/audio/audacity/README
@@ -2,13 +2,13 @@ Audacity is free, open source software for recording and editing sounds.
With Audacity one can record live audio, convert tapes and records into
digital recordings, edit Ogg, MP3, and WAV sound files, and much more.
-Optional dependencies (autodetected) are ffmpeg, jack-audio-connection-kit,
-ladspa_sdk, soundtouch, twolame, vamp-plugin-sdk and lilv + suil (for
-lv2 support).
+Optional dependencies (autodetected) are jack, ladspa_sdk, soundtouch,
+twolame, vamp-plugin-sdk and vst3sdk.
The manual is packaged with the application only if you pass the script
the additional option
MANUAL=yes
-NOTE: This won't build if you had previously built and installed wxGTK3
-using the command line option STL=yes
+NOTE: for audacity to build/run wxWidgets needs to be built with
+support for gtk+3 (it won't work if you build it against qt).
+Also this SlackBuild won't work if you built wxWidgets with STL=yes