svn commit: r550194 - head/multimedia/qt5-multimedia

Jan Beich jbeich at FreeBSD.org
Sat Sep 26 16:03:07 UTC 2020


"Tobias C. Berner" <tcberner at FreeBSD.org> writes:

> -OPTIONS_RADIO=			AUDIOPLUGIN
> -OPTIONS_RADIO_AUDIOPLUGIN=	ALSA PULSEAUDIO
> +OPTIONS_MULTI=			AUDIOPLUGIN
> +OPTIONS_MULTI_AUDIOPLUGIN=	ALSA PULSEAUDIO

Are you sure about disallowing ALSA=off + PULSEAUDIO=off builds?
_RADIO (unlike _SINGLE) selects between 0 and 1 while _MULTI (unlike _GROUP)
selects between 1 and many.

$ make config WITHOUT="ALSA PULSEAUDIO"
====> You must check at least one option in the AUDIOPLUGIN multi
Config is invalid. Re-edit? [Y/n]

Note, I don't understand how it works in practice given OPENAL is not a plugin.


More information about the svn-ports-all mailing list