ALSA option was split during r426855. Also it set ALSA to off by default which
led to non-working audio. Turn back on by default. Development repositories have some code to choose between ALSA and PulseAudio. This will be merged with the next version update. PR: 214924 Submitted by: timp87@gmail.com Approved by: chromium (rene) MFH: 2016Q4
This commit is contained in:
parent
acdfb92420
commit
1247ae020b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427414
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= chromium
|
||||
PORTVERSION= 54.0.2840.100
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on
|
||||
@ -109,7 +110,7 @@ OPTIONS_DEFINE= ALSA CODECS GCONF PULSEAUDIO TEST KERBEROS DEBUG DRIVER
|
||||
CODECS_DESC= Compile and enable patented codecs like H.264
|
||||
DRIVER_DESC= Install chromedriver
|
||||
|
||||
OPTIONS_DEFAULT= CODECS GCONF KERBEROS
|
||||
OPTIONS_DEFAULT= ALSA CODECS GCONF KERBEROS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
GCONF_USE= GNOME=gconf2
|
||||
|
Loading…
Reference in New Issue
Block a user