Sid <[email protected]> writes: > In /usr/ports/Mk/bsd.gecko.mk can Pulseaudio be disabled for Firefox > and Thunderbird, since these programs already use OSS and Sndio? This > way, the default packages won't install with Pulseaudio.
pulseaudio is a build-only dependency, not required by binary packages. In some cases OSS is not enough e.g., multiplexing, postprocessing or integration with widgets/panels in GNOME/KDE (via DBus). $ pkg rquery %dn firefox | fgrep pulse Binary packages are supposed to be full-featured. If not SNDIO and JACK would be disabled as well. ;) _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
