diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 01:57:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 01:57:06 +0100 |
commit | d4c081daccde5db94acf5894ba2653188ad6cea0 (patch) | |
tree | dce1e0e8087d8484fba70d91e5ef326d0ca19418 /profiles | |
parent | sys-cluster/ceph: drop 16.2.6-r2, 16.2.6-r4 (diff) | |
download | gentoo-d4c081daccde5db94acf5894ba2653188ad6cea0.tar.gz gentoo-d4c081daccde5db94acf5894ba2653188ad6cea0.tar.bz2 gentoo-d4c081daccde5db94acf5894ba2653188ad6cea0.zip |
profiles: unmask split pulseaudio packages
This is a move towards making it easier for users to choose
between pulseaudio and pipewire for their audio needs.
We now have:
- media-sound/pulseaudio (a transitory metapackage, installs no files, just
enforces deps with USE flags);
- media-libs/libpulse (the pulseaudio libraries, needed by clients using
pulseaudio's protocol to speak to pipewire, but is not the pulseaudio daemon)
- media-sound/pulseaudio-daemon (the pulseaudio daemon, to be used instead
of pipewire if desired)
While these are technically RC/pre-releases (and I have a strong reluctance
against keywording those usually), we have a good relationship
with upstream who report they've been quiet developmentwise since these tags,
these versions have been tested & work well, and this will help to improve
the experience for Gentoo users in choosing which audio server they want. So,
all in all, a win.
Bug: https://bugs.gentoo.org/536780
Bug: https://bugs.gentoo.org/744622
Bug: https://bugs.gentoo.org/827546
Bug: https://bugs.gentoo.org/841494
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 7a895d562fd5..2486f17e3771 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -469,12 +469,6 @@ x11-drivers/nvidia-drivers:0/vulkan # https://bugs.exim.org/show_bug.cgi?id=2813 =mail-mta/exim-4.95-r1 -# Mart Raudsepp <leio@gentoo.org> (2021-09-24) -# Experimental split media-sound/pulseaudio packages, bug #536780. -media-libs/libpulse -media-sound/pulseaudio-daemon ->=media-sound/pulseaudio-15.0-r100 - # Mart Raudsepp <leio@gentoo.org> (2021-09-23) # Incompatible with c++17 abseil-cpp, no in-tree consumers yet media-libs/webrtc-audio-processing:1 |