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

Tobias C. Berner tcberner at FreeBSD.org
Sat Sep 26 15:28:49 UTC 2020


Author: tcberner
Date: Sat Sep 26 15:28:48 2020
New Revision: 550194
URL: https://svnweb.freebsd.org/changeset/ports/550194

Log:
  multimedia/qt5-multimedia: allow PULSE and ALSA options to coexist
  
  In r451940 this was made exclusive, to follow the internal build system
  of Qt. However, nowadays, the two backends are coinstallable again.
  
  PR:		249406
  Submitted by:	yuri

Modified:
  head/multimedia/qt5-multimedia/Makefile

Modified: head/multimedia/qt5-multimedia/Makefile
==============================================================================
--- head/multimedia/qt5-multimedia/Makefile	Sat Sep 26 15:10:56 2020	(r550193)
+++ head/multimedia/qt5-multimedia/Makefile	Sat Sep 26 15:28:48 2020	(r550194)
@@ -30,8 +30,8 @@ QT_DEFINES=	_QTMULTIMEDIA_DUMMY
 
 OPTIONS_DEFINE=			GSTREAMER OPENAL
 OPTIONS_DEFAULT=		ALSA GSTREAMER OPENAL
-OPTIONS_RADIO=			AUDIOPLUGIN
-OPTIONS_RADIO_AUDIOPLUGIN=	ALSA PULSEAUDIO
+OPTIONS_MULTI=			AUDIOPLUGIN
+OPTIONS_MULTI_AUDIOPLUGIN=	ALSA PULSEAUDIO
 OPTIONS_SUB=			yes
 
 AUDIOPLUGIN_DESC=	Audio plugins to build


More information about the svn-ports-all mailing list