gecko: enable PULSEAUDIO by default (mainly for WebRTC)
ALSA currently relies on in-kernel support to enumerate available audio devices for getUserMedia i.e., to detect a microphone. So, build with PULSEAUDIO late bindings by default preferred over ALSA, over OSS. Nop for RUN_DEPENDS or users who previously disabled PULSEAUDIO.
This commit is contained in:
parent
4f127de519
commit
8be5bca6a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404687
6 changed files with 7 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= thunderbird
|
||||
DISTVERSION= 38.4.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail news net-im ipv6
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= firefox
|
||||
DISTVERSION= 38.4.0
|
||||
DISTVERSIONSUFFIX=esr.source
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= firefox
|
||||
DISTVERSION= 43.0.1
|
||||
DISTVERSIONSUFFIX=.source
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||
|
|
|
@ -4,7 +4,8 @@ OPTIONS_DEFINE+= BUNDLED_CAIRO CANBERRA DBUS DEBUG DTRACE GCONF GIO \
|
|||
GNOMEUI GSTREAMER INTEGER_SAMPLES LIBPROXY LOGGING \
|
||||
OPTIMIZED_CFLAGS PGO PROFILE TEST
|
||||
|
||||
OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS \
|
||||
OPTIONS_DEFAULT+= DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS \
|
||||
${OPTIONS_MULTI_AUDIO} \
|
||||
${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/INTEGER_SAMPLES/}
|
||||
|
||||
OPTIONS_MULTI+= AUDIO
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libxul
|
||||
DISTVERSION= 38.4.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES?= www devel
|
||||
MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \
|
||||
MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= seamonkey
|
||||
DISTVERSION= 2.39
|
||||
MOZILLA_VER= 42 # above + 3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES?= www mail news editors irc ipv6
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
|
||||
|
|
Loading…
Reference in a new issue