commit: 6787fdab6749cb1f3ee657f91c809e85c84a95c9
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 11:45:50 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 11:45:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6787fdab
www-client/firefox-bin: clarify the apulse message
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-client/firefox-bin/firefox-bin-132.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/www-client/firefox-bin/firefox-bin-132.0.ebuild
b/www-client/firefox-bin/firefox-bin-132.0.ebuild
index e3acac7f99b8..c8012119cf18 100644
--- a/www-client/firefox-bin/firefox-bin-132.0.ebuild
+++ b/www-client/firefox-bin/firefox-bin-132.0.ebuild
@@ -272,15 +272,15 @@ src_install() {
cp "${desktop_file}" "${WORKDIR}/${PN}.desktop-template" || die
# Add apulse support through our wrapper shell launcher,
patchelf-method broken since 119.0.
- # See bgo#916230
+ # See bgo#916230, bgo#941873
local apulselib=
if has_version -r media-sound/apulse[-sdk] ; then
apulselib="${EPREFIX}/usr/$(get_libdir)/apulse"
ewarn "media-sound/apulse with -sdk use flag detected!"
ewarn "Firefox-bin will be installed with a wrapper, that
attempts to load"
ewarn "apulse instead of pipewire/pulseadio. This may lead to
sound issues."
- ewarn "Please either enable sdk use flag for apulse, or remove
it to utilize"
- ewarn "pipewire/pulseaudio instead."
+ ewarn "Please either enable sdk use flag for apulse, or remove
apulse"
+ ewarn "completely and re-install firefox-bin to utilize
pipewire/pulseaudio instead."
fi
sed -i \