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

Tobias C. Berner tcberner at freebsd.org
Sat Sep 26 16:06:36 UTC 2020


Moin moin

I'm not sure at the moment whether it would be possible to have
them both off -- I'll have to check the configure scripts for that, and
will adapt it if possible.

mfg Tobias

On Sat, 26 Sep 2020 at 18:03, Jan Beich <jbeich at freebsd.org> wrote:
>
> "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