Diff pulseaudio-daemon-16.1-r6 with a pulseaudio-daemon-16.1-r7
/usr/portage/media-sound/pulseaudio-daemon/pulseaudio-daemon-16.1-r7.ebuild 2023-10-09 14:52:31.796368408 +0300 | ||
---|---|---|
111 | 111 |
>=x11-libs/libXtst-1.0.99.2 |
112 | 112 |
) |
113 | 113 |
zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) |
114 |
!<media-sound/pulseaudio-15.0-r100 |
|
115 | 114 |
" |
116 | 115 | |
117 | 116 |
# pulseaudio ships a bundle xmltoman, which uses XML::Parser |
... | ... | |
246 | 245 |
src_install() { |
247 | 246 |
meson_src_install |
248 | 247 | |
248 |
# qpaeq moved to media-sound/qpaeq |
|
249 |
if [[ -f "${ED}"/usr/bin/qpaeq ]]; then |
|
250 |
rm "${ED}"/usr/bin/qpaeq || die |
|
251 |
fi |
|
252 | ||
249 | 253 |
# Upstream installs 'pactl' if client is built, with all symlinks except for |
250 | 254 |
# 'pulseaudio', 'pacmd' and 'pasuspender' which are installed if server is built. |
251 | 255 |
# This trips QA warning, workaround: |
... | ... | |
328 | 332 |
elog "" |
329 | 333 |
fi |
330 | 334 | |
331 |
if use equalizer; then |
|
332 |
elog "You will need to load some extra modules to make qpaeq work." |
|
333 |
elog "You can do that by adding the following two lines in" |
|
334 |
elog "/etc/pulse/default.pa and restarting pulseaudio:" |
|
335 |
elog "load-module module-equalizer-sink" |
|
336 |
elog "load-module module-dbus-protocol" |
|
337 |
elog "" |
|
338 |
fi |
|
339 | ||
340 | 335 |
if use bluetooth; then |
341 | 336 |
elog "You have enabled bluetooth USE flag for pulseaudio. Daemon will now handle" |
342 | 337 |
elog "bluetooth Headset (HSP HS and HSP AG) and Handsfree (HFP HF) profiles using" |
... | ... | |
382 | 377 |
fi |
383 | 378 | |
384 | 379 |
optfeature_header "PulseAudio can be enhanced by installing the following:" |
385 |
use equalizer && optfeature "using the qpaeq script" dev-python/PyQt5[dbus,widgets] |
|
380 |
use equalizer && optfeature "qpaeq script for equalizer GUI" media-sound/qpaeq |
|
386 | 381 |
use dbus && optfeature "restricted realtime capabilities via D-Bus" sys-auth/rtkit |
387 | 382 |
} |
388 | 383 |