commit: 1f9190359aa5fe7bb2caf254114786bd3b3c1020 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Tue Aug 19 14:06:05 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 15 19:32:26 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f919035
profiles/targets/desktop: Add pulseadio To match both the GNOME and Plasma profiles this will add pulseaudio to the normal dektop profile to give WM and the other DE's the same audio experience. This will make it easy for users to switch to Pipewire as a bonus and allow people that wish to use ALSA only to just set -pulseaudio in their make.conf. Closes: https://bugs.gentoo.org/961764 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43497 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/targets/desktop/gnome/make.defaults | 2 +- profiles/targets/desktop/make.defaults | 2 +- profiles/targets/desktop/plasma/make.defaults | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/targets/desktop/gnome/make.defaults b/profiles/targets/desktop/gnome/make.defaults index 8af0df35af00..b2cec5356c20 100644 --- a/profiles/targets/desktop/gnome/make.defaults +++ b/profiles/targets/desktop/gnome/make.defaults @@ -1,4 +1,4 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -USE="colord eds evo gdk-pixbuf gnome gnome-keyring gnome-online-accounts gnome-shell gstreamer introspection keyring nautilus networkmanager pulseaudio sysprof tracker" +USE="colord eds evo gdk-pixbuf gnome gnome-keyring gnome-online-accounts gnome-shell gstreamer introspection keyring nautilus networkmanager sysprof tracker" diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults index a1dc0d21ad30..a8a989efde9d 100644 --- a/profiles/targets/desktop/make.defaults +++ b/profiles/targets/desktop/make.defaults @@ -1,4 +1,4 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -USE="a52 aac acpi alsa avif bluetooth branding cairo cdda cdr cups dbus dri dts dvd dvdr elogind encode exif flac gif gpm gtk gui icu jpeg jpegxl lcms libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qml qt6 sdl sound spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb vulkan wayland webp wxwidgets X xcb xft x264 xml xv xvid" +USE="a52 aac acpi alsa avif bluetooth branding cairo cdda cdr cups dbus dri dts dvd dvdr elogind encode exif flac gif gpm gtk gui icu jpeg jpegxl lcms libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds pulseaudio qml qt6 sdl sound spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb vulkan wayland webp wxwidgets X xcb xft x264 xml xv xvid" diff --git a/profiles/targets/desktop/plasma/make.defaults b/profiles/targets/desktop/plasma/make.defaults index 952f3e112e02..bda317f36ac0 100644 --- a/profiles/targets/desktop/plasma/make.defaults +++ b/profiles/targets/desktop/plasma/make.defaults @@ -1,4 +1,4 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -USE="activities declarative dri kde kwallet networkmanager pipewire plasma policykit pulseaudio screencast semantic-desktop widgets" +USE="activities declarative dri kde kwallet networkmanager pipewire plasma policykit screencast semantic-desktop widgets"
