diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2013-06-10 17:27:56 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2013-06-10 17:31:44 +0200 |
commit | a4f974eb8de1d3181ab8c84d9d4b339bd40c959e (patch) | |
tree | dc8461ef959b420555eee2768d334afac2829a1d /media-sound | |
parent | flx/initramfs: remove lzma, only use xz (diff) | |
download | portage-a4f974eb8de1d3181ab8c84d9d4b339bd40c959e.tar.xz |
Fix manifest
Package-Manager: portage-2.1.12.4
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pulseaudio/ChangeLog | 3 | ||||
-rw-r--r-- | media-sound/pulseaudio/Manifest | 4 | ||||
-rw-r--r-- | media-sound/pulseaudio/metadata.xml | 130 |
3 files changed, 70 insertions, 67 deletions
diff --git a/media-sound/pulseaudio/ChangeLog b/media-sound/pulseaudio/ChangeLog index 8116912d..2945406d 100644 --- a/media-sound/pulseaudio/ChangeLog +++ b/media-sound/pulseaudio/ChangeLog @@ -1,3 +1,6 @@ + 10 Jun 2013; Bertrand Jacquin <beber@meleeweb.net> metadata.xml: + Fix manifest + 03 Jun 2013; Bertrand Jacquin <beber@meleeweb.net> pulseaudio-3.0-r1.ebuild: media-sound/pulseaudio: Add explicit RDEPEND on libpcre when libc doesn't provide it, #472228 diff --git a/media-sound/pulseaudio/Manifest b/media-sound/pulseaudio/Manifest index bf93dcfa..41ac14e2 100644 --- a/media-sound/pulseaudio/Manifest +++ b/media-sound/pulseaudio/Manifest @@ -3,5 +3,5 @@ AUX pulseaudio.conf.d 275 SHA256 c03661e8cc902d27ff6b52f291207f2b008957571b942ab AUX pulseaudio.init.d-5 2352 SHA256 ef04651cb22da24656ad63ea2e6be790e2d5d3b887f7edae2df66fc9c7bb8a3b WHIRLPOOL 584048645b7203a36ac73830935346370586bb3f0dc7a7d5d54cb9c80a11fa7acb87ee98faf63b4786371fb20634735c9b9c408212d1874890785fd785cfaffe DIST pulseaudio-3.0.tar.xz 1367468 SHA256 c90bfda29605942d08e3e218ef10e3c660506a06651a616bfbb6a6df8392836d WHIRLPOOL 79813545993c7a6291550a471d5e32826438c72060ca07051a455a23c8695de5e1d30d104bec01ec29552e5e8d72448f393536d5b81c50d6371e29567ba937bc EBUILD pulseaudio-3.0-r1.ebuild 7112 SHA256 b4360c324b48111caf78d64c44a4e51e77de7c62a202d8f64bb5bf61ade4be40 WHIRLPOOL 9a0afde5bdb2b2b6510f33af739902ed6d6dcd8f43ca77d960a4659a82cbbf7b5a09bf5f687616263ca45c53e8fbe8eded65b6a5d70bc1169c3dd6749456a5c9 -MISC ChangeLog 495 SHA256 db8535d92a61bc2120ca5b7b0859b8c66518ddb481166fba4375a5e526a89bea WHIRLPOOL 376fcc2628dbcdbbd45d325e8e509e5330f0687d38fa45dc48994e1d30f923bca1182ce1358e2eac119a89806b5e57a1adefc546f21307b540e451b576f0e358 -MISC metadata.xml 2915 SHA256 833bf5b1874232dc37f100f32ad32a4b757d02d96cda0b49596196f4d715ea61 WHIRLPOOL 51605e887017e571800d79394d0515740888c337228dcb89f70389734044553b95043edd7e362b70cd9b1eff0be34a22f37d6a3bc45d41fa102264963e7b00a8 +MISC ChangeLog 578 SHA256 5b2daf3da4a91715b56b4cd1b6d703c2e159c139184fa1597871fbba45f96de7 WHIRLPOOL df4b7dac9d0569404b519cf78e733305b43c6af42e4f8d5e1b6aacc0a9d8c167d57148f7cf874f7c0acdbc153d8bfb78f4baacefc84a0acab40af59e6df61a6d +MISC metadata.xml 3232 SHA256 c12ab2b2ae4ca7125133e561bdcdba1ebe98de9e8b25669c59ae203da5edf3b8 WHIRLPOOL 0c9645916613cae41b52bcd5bf497a17b6a999a573e7ce0299e9c6c81ae6e47fc1902cb0be2cce2121a42084fb847fcf1d4efe9b3a45ee56a295c7869161feea diff --git a/media-sound/pulseaudio/metadata.xml b/media-sound/pulseaudio/metadata.xml index af8e8805..dd8879e2 100644 --- a/media-sound/pulseaudio/metadata.xml +++ b/media-sound/pulseaudio/metadata.xml @@ -1,69 +1,69 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sound</herd> - <maintainer> - <email>ford_prefect@gentoo.org</email> - <name>Arun Raghavan</name> - </maintainer> - <use> - <flag name="X"> - Build the X11 publish module to export PulseAudio information - through X11 protocol for clients to make use. Don't enable this - flag if you want to use a system wide instance. If unsure, enable - this flag. - </flag> - <flag name="gnome"> - Use GConf to store user preferences on streams and so on. Don't - enable this flag if you want to use a system wide instance. If - unsure, enable this flag. - </flag> - <flag name="oss"> - Enable OSS sink/source (output/input). Deprecated, upstream does - not support this on systems where other sink/source systems are - available (i.e.: Linux). The padsp wrapper is now always build - if the system supports OSS at all. - </flag> - <flag name="glib"> - Add support to <pkg>dev-libs/glib</pkg>-based mainloop for the - libpulse client library, to allow using libpulse on glib-based - programs. - </flag> - <flag name="system-wide" restrict=">=media-sound/pulseaudio-0.9.21.1"> - Allow preparation and installation of the system-wide init - script for PulseAudio. Since this support is only supported for - embedded situations, do not enable without reading the upstream - instructions at http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode . - </flag> - <flag name="asyncns">Use libasyncns for asynchronous name resolution.</flag> - <flag name="doc">Build the doxygen-described API documentation.</flag> - <flag name="realtime" restrict=">=media-sound/pulseaudio-0.9.21.2-r1"> - Makes PulseAudio use RealtimeKit (<pkg>sys-auth/rtkit</pkg>) to get - real-time priority while running. - </flag> - <flag name="equalizer"> - Enable the equalizer module (requires <pkg>sci-libs/fftw</pkg>). - </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> - <flag name="webrtc-aec"> - Uses the webrtc.org AudioProcessing library for enhancing VoIP calls - greatly in applications that support it by performing acoustic echo - cancellation, analog gain control, noise suppression and other processing. - </flag> - <flag name="xen"> - Builds a special paravirtualized module for running in a Xen guest. - </flag> - <flag name='systemd'> - Build with <pkg>sys-apps/systemd</pkg> support to replace standalone - ConsoleKit. - </flag> - </use> + <herd>sound</herd> + <maintainer> + <email>ford_prefect@gentoo.org</email> + <name>Arun Raghavan</name> + </maintainer> + <use> + <flag name="X"> + Build the X11 publish module to export PulseAudio information + through X11 protocol for clients to make use. Don't enable this + flag if you want to use a system wide instance. If unsure, enable + this flag. + </flag> + <flag name="gnome"> + Use GConf to store user preferences on streams and so on. Don't + enable this flag if you want to use a system wide instance. If + unsure, enable this flag. + </flag> + <flag name="oss"> + Enable OSS sink/source (output/input). Deprecated, upstream does + not support this on systems where other sink/source systems are + available (i.e.: Linux). The padsp wrapper is now always build + if the system supports OSS at all. + </flag> + <flag name="glib"> + Add support to <pkg>dev-libs/glib</pkg>-based mainloop for the + libpulse client library, to allow using libpulse on glib-based + programs. + </flag> + <flag name="system-wide" restrict=">=media-sound/pulseaudio-0.9.21.1"> + Allow preparation and installation of the system-wide init + script for PulseAudio. Since this support is only supported for + embedded situations, do not enable without reading the upstream + instructions at http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode . + </flag> + <flag name="asyncns">Use libasyncns for asynchronous name resolution.</flag> + <flag name="doc">Build the doxygen-described API documentation.</flag> + <flag name="realtime" restrict=">=media-sound/pulseaudio-0.9.21.2-r1"> + Makes PulseAudio use RealtimeKit (<pkg>sys-auth/rtkit</pkg>) to get + real-time priority while running. + </flag> + <flag name="equalizer"> + Enable the equalizer module (requires <pkg>sci-libs/fftw</pkg>). + </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> + <flag name="webrtc-aec"> + Uses the webrtc.org AudioProcessing library for enhancing VoIP calls + greatly in applications that support it by performing acoustic echo + cancellation, analog gain control, noise suppression and other processing. + </flag> + <flag name="xen"> + Builds a special paravirtualized module for running in a Xen guest. + </flag> + <flag name='systemd'> + Build with <pkg>sys-apps/systemd</pkg> support to replace standalone + ConsoleKit. + </flag> + </use> </pkgmetadata> |