blob: 0cd156de5b2a66c9b53c3bda32aaad625f5bcd3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>proaudio@gentoo.org</email>
<name>Gentoo ProAudio Project</name>
</maintainer>
<maintainer type="person" proxied="yes">
<email>richard@audacityteam.org</email>
<name>Richard Ash</name>
<description>Upstream - please CC on bugs that concerns upstream</description>
</maintainer>
<maintainer type="person" proxied="yes">
<email>mehw.is.me@proton.me</email>
<name>Matthew White</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/audacity/audacity/issues</bugs-to>
<changelog>https://github.com/audacity/audacity/releases</changelog>
<doc>https://manual.audacityteam.org/</doc>
<remote-id type="cpe">cpe:/a:audacityteam:audacity</remote-id>
</upstream>
<use>
<flag name="audiocom">Enable integrated uploading to audio.com</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">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>
<origin>srcux</origin>
</pkgmetadata>
|