commit: b6e371ea48866198f4fec6ef9ce6ae01b2b4b1c0 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Sun Dec 29 11:45:44 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Dec 29 17:19:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e371ea
media-sound/audacity: metadata: improve USE flag descriptions - swap "Enables" to "Enable" - add <pkg> tags Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Closes: https://github.com/gentoo/gentoo/pull/39890 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/audacity/metadata.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/media-sound/audacity/metadata.xml b/media-sound/audacity/metadata.xml index 4f5a202e5b5b..dd53dd22184e 100644 --- a/media-sound/audacity/metadata.xml +++ b/media-sound/audacity/metadata.xml @@ -15,22 +15,23 @@ <name>Matthew White</name> </maintainer> <upstream> - <bugs-to>https://github.com/audacity/audacity/issues</bugs-to> - <!-- There also is the changelog file and the website but only this is up to date --> - <changelog>https://github.com/audacity/audacity/releases</changelog> - <doc>https://manual.audacityteam.org/</doc> + <bugs-to>https://github.com/audacity/audacity/issues</bugs-to> + <!-- There also is the changelog file and the website but only this is up to date --> + <changelog>https://github.com/audacity/audacity/releases</changelog> + <doc>https://manual.audacityteam.org/</doc> <remote-id type="github">audacity/audacity</remote-id> </upstream> <use> <flag name="audiocom">Enable integrated uploading to audio.com</flag> - <flag name="id3tag">Enables ID3 tagging with id3tag library</flag> + <flag name="id3tag">Enable ID3 tagging via <pkg>media-libs/libid3tag</pkg></flag> <flag name="lv2">Add support for Ladspa V2</flag> <flag name="mpg123">Use <pkg>media-sound/mpg123-base</pkg> instead of <pkg>media-libs/libmad</pkg> for MPEG decoding</flag> <flag name="portmixer">Enable the internal portmixer feature</flag> - <flag name="sbsms">Enables sbsms library support for slower, more - accurate pitch and tempo changing</flag> - <flag name="twolame">Enables twolame support (MPEG Audio Layer 2 encoder)</flag> - <flag name="vamp">Enables vamp plugins support (Audio analysing plugins)</flag> + <flag name="sbsms">Enable slower, more accurate pitch and tempo changing + via <pkg>media-libs/libsbsms</pkg></flag> + <flag name="twolame">Enable twolame support (MPEG Audio Layer 2 encoder) + via <pkg>media-sound/twolame</pkg></flag> + <flag name="vamp">Enable vamp plugins support (Audio analysing plugins)</flag> </use> </pkgmetadata>
