blob: c0da3601cd32b7bd89a2030163f94e6342c275bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<use>
<flag name="bs2b">Enable use of media-libs/libbs2b</flag>
<flag name="calf">Enable use of media-plugins/calf for adding various FX</flag>
<flag name="mda-lv2">Enable use of media-plugins/mda-lv2 for the loudness FX</flag>
<flag name="rubberband">Enable usse of media-libs/rubberband for the pitch shifting FX</flag>
</use>
<longdescription lang="en">
GUI to manage audio effects for Pulseaudio applications, giving full control over the effects order to the user.
</longdescription>
<upstream>
<remote-id type="github">wwmm/pulseeffects</remote-id>
</upstream>
</pkgmetadata>
|