audio/audacity: Fixed dep info

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2021-04-19 19:39:45 +02:00
parent 6ddaee0bdd
commit c28fd77471
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ 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, 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 lilv + suil (for lv2 support).
The manual is packaged with the application only if you pass the script
the additional option

View File

@ -7,6 +7,6 @@ MD5SUM="c02a12a9f14f2db223f84e99e17b4850 \
b3640ddc811e0d3c6b22c9b411743f39"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lame wxGTK3"
REQUIRES="wxGTK3"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"