diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-03-20 23:49:11 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-03-20 23:49:11 +0000 |
commit | ae6a510ab8c2cf4f2c6fef82b0cdbbce35017b38 (patch) | |
tree | aa96c263a9ea70bd078e6204e3cd6ad66b78234f /media-sound/pulseaudio/metadata.xml | |
parent | whitespace (diff) | |
download | gentoo-2-ae6a510ab8c2cf4f2c6fef82b0cdbbce35017b38.tar.gz gentoo-2-ae6a510ab8c2cf4f2c6fef82b0cdbbce35017b38.tar.bz2 gentoo-2-ae6a510ab8c2cf4f2c6fef82b0cdbbce35017b38.zip |
Add a gdbm USE flag to switch on or off GDBM as database provider (use simple otherwise); this allows fixing (a bit) the license handling, as GDBM makes the whole package GPL-2. Also remove two wrong restrictions in the USE flag description.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/pulseaudio/metadata.xml')
-rw-r--r-- | media-sound/pulseaudio/metadata.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/media-sound/pulseaudio/metadata.xml b/media-sound/pulseaudio/metadata.xml index 665d228b47d5..7f6bf29c1a1c 100644 --- a/media-sound/pulseaudio/metadata.xml +++ b/media-sound/pulseaudio/metadata.xml @@ -41,15 +41,20 @@ Makes PulseAudio use RealtimeKit (<pkg>sys-auth/rtkit</pkg>) to get real-time priority while running. </flag> - <flag name="equalizer" restrict="=media-sound/pulseaudio-9999"> + <flag name="equalizer"> Enable the equalizer module (requires <pkg>sci-libs/fftw</pkg>). </flag> - <flag name="orc" restrict="=media-sound/pulseaudio-9999"> + <flag name="orc"> Use <pkg>dev-lang/orc</pkg> for runtime optimisations. </flag> <flag name="ssl"> Use <pkg>dev-libs/openssl</pkg> to provide support for RAOP (AirPort) streaming. </flag> + <flag name="gdbm"> + Use <pkg>sys-libs/gdbm</pkg> to store PulseAudio + databases. Recommended for desktop usage. This flag causes the + whole package to be licensed under GPL-2 or later. + </flag> </use> </pkgmetadata> |