diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-10-29 13:45:50 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-10-29 13:45:50 +0200 |
commit | 6787fdab6749cb1f3ee657f91c809e85c84a95c9 (patch) | |
tree | 07c4d98afe0214fd1ee64b996e0de093fea465e4 /www-client | |
parent | www-client/firefox: add 132.0 (diff) | |
download | gentoo-6787fdab6749cb1f3ee657f91c809e85c84a95c9.tar.gz gentoo-6787fdab6749cb1f3ee657f91c809e85c84a95c9.tar.bz2 gentoo-6787fdab6749cb1f3ee657f91c809e85c84a95c9.zip |
www-client/firefox-bin: clarify the apulse message
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox-bin/firefox-bin-132.0.ebuild | 6 |
1 files 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 \ |