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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 17 13:54:31 BST 2023


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270436

--- Comment #28 from Jan Beich <jbeich at 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 on the CC list for the bug.


More information about the kde-freebsd mailing list