svn commit: r553141 - head/www/chromium
Joseph Mingrone
jrm at FreeBSD.org
Fri Oct 23 20:48:39 UTC 2020
Author: jrm
Date: Fri Oct 23 20:48:38 2020
New Revision: 553141
URL: https://svnweb.freebsd.org/changeset/ports/553141
Log:
www/chromium: Use SNDIO instead of ALSA for audio by default
There are stuttering sound issues when using ALSA, so switch to something
that works.
PR: 250370
Modified:
head/www/chromium/Makefile (contents, props changed)
Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile Fri Oct 23 20:18:34 2020 (r553140)
+++ head/www/chromium/Makefile Fri Oct 23 20:48:38 2020 (r553141)
@@ -3,6 +3,7 @@
PORTNAME= chromium
PORTVERSION= 85.0.4183.121
+PORTREVISION= 1
CATEGORIES?= www java
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
LOCAL/rene/chromium/:fonts
@@ -146,7 +147,7 @@ DRIVER_DESC= Install chromedriver
OPTIONS_GROUP= AUDIO
OPTIONS_GROUP_AUDIO= ALSA PULSEAUDIO SNDIO
-OPTIONS_DEFAULT= ALSA CODECS CUPS DRIVER KERBEROS
+OPTIONS_DEFAULT= CODECS CUPS DRIVER KERBEROS SNDIO
OPTIONS_SUB= yes
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
More information about the svn-ports-all
mailing list