[Bug 270436] www/firefox: 111.0⋯: no sound after upgrade

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 17 Apr 2023 12:54:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270436

--- Comment #28 from Jan Beich <jbeich@FreeBSD.org> ---
To emulate media.cubeb.backend=oss in binary packages one can neutralize
dlopen(3) usage in cubeb consumers via libmap.conf(5) e.g.,

$ cat /usr/local/etc/libmap.d/no-pulse.conf
[firefox thunderbird rpcs3 yuzu yuzu-cmd citra citra-qt]
libpulse.so.0 /dev/null
libpulse.so /dev/null

$ cat /usr/local/etc/libmap.d/no-jack.conf
[firefox thunderbird rpcs3 yuzu yuzu-cmd citra citra-qt]
libjack.so.0 /dev/null
libjack.so /dev/null

$ cat /usr/local/etc/libmap.d/no-sndio.conf
[firefox thunderbird rpcs3 yuzu yuzu-cmd citra citra-qt]
libsndio.so.7.2 /dev/null
libsndio.so /dev/null

$ cat /usr/local/etc/libmap.d/no-alsa.conf
[firefox thunderbird rpcs3 yuzu yuzu-cmd citra citra-qt]
libasound.so.2 /dev/null
libasound.so /dev/null

-- 
You are receiving this mail because:
You are the assignee for the bug.