blob: b623122bdb0039df7a60d531da684058e5ee57c9 (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>igor.v.kovalenko@gmail.com</email>
<name>Igor V. Kovalenko</name>
</maintainer>
<maintainer type="person">
<email>sam@gentoo.org</email>
<name>Sam James</name>
</maintainer>
<maintainer type="person">
<email>leio@gentoo.org</email>
<name>Mart Raudsepp</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="alsa-plugin">
Request installing <pkg>media-plugins/alsa-plugins</pkg> with
PulseAudio plugin enabled. This ensures that clients supporting
ALSA only will use PulseAudio.
</flag>
<flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for giving each session a PA client</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">
Build the GSettings PA module.
</flag>
<flag name="system-wide">
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
https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/ .
</flag>
<flag name="asyncns">Use libasyncns for asynchronous name resolution.</flag>
<flag name="equalizer">
Enable the equalizer module (requires <pkg>sci-libs/fftw</pkg> and <pkg>sys-apps/dbus</pkg>).
</flag>
<flag name="fftw">
Enable the virtual surround sink 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="systemd">
Build with <pkg>sys-apps/systemd</pkg> support to replace standalone
ConsoleKit.
</flag>
<flag name="ofono-headset">
Build with optional oFono HFP backend for bluez 5, requires <pkg>net-misc/ofono</pkg>.
</flag>
<flag name="gstreamer">
Build GStreamer-based RTP protocol module which supports more advanced RTP features like OPUS payload encoding.
</flag>
<flag name="aptx">
aptX (HD) over Bluetooth (many Android compatible headphones), requires <pkg>media-plugins/gst-plugins-openaptx</pkg>.
</flag>
<flag name="ldac">
LDAC over Bluetooth (primarily Sony headphones), requires <pkg>media-plugins/gst-plugins-ldac</pkg>.
</flag>
</use>
<upstream>
<remote-id type="freedesktop-gitlab">pulseaudio/pulseaudio</remote-id>
</upstream>
</pkgmetadata>
|