Files
guru/media-sound/tenacity/metadata.xml
Bryce Copeland ced132ba8c media-sound/tenacity: add 1.3.4-r1
had to redo dependencies, lots of issues with original ones.
main bug was due to me mixing up portaudio and portsmf,
but going back through the build file i found multiple cases
where the projects documentation doesn't match CMakeLists

Closes: https://bugs.gentoo.org/961757
Signed-off-by: Bryce Copeland <truffle074@gmail.com>
2025-08-20 03:57:33 +10:00

25 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>truffle074@gmail.com</email>
<name>Bryce Copeland</name>
</maintainer>
<use>
<flag name="id3tag">Enable ID3Tag support for MP3 files</flag>
<flag name="lv2">Enable LV2 plugin hosting support</flag>
<flag name="midi">Enable MIDI support</flag>
<flag name="mp2">Enable MP2 codec support</flag>
<flag name="sbsms">Enable SBSMS timestretching support</flag>
<flag name="soundtouch">Enable SoundTouch timestretching support</flag>
<flag name="vorbis">Enable Vorbis codec support</flag>
<flag name="matroska">Enable MKA/MKV container format support</flag>
<flag name="vamp">Enable VAMP plugin hosting support</flag>
<flag name="vst2">Enable VST2 plugin hosting support</flag>
</use>
<upstream>
<bugs-to>https://codeberg.org/tenacityteam/tenacity/issues</bugs-to>
<remote-id type="codeberg">tenacityteam/tenacity</remote-id>
</upstream>
</pkgmetadata>