Date: Wed, 30 Nov 2016 09:32:28 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427414 - head/www/chromium Message-ID: <201611300932.uAU9WS8q054101@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Nov 30 09:32:28 2016 New Revision: 427414 URL: https://svnweb.freebsd.org/changeset/ports/427414 Log: 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 Modified: head/www/chromium/Makefile Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Wed Nov 30 09:00:41 2016 (r427413) +++ head/www/chromium/Makefile Wed Nov 30 09:32:28 2016 (r427414) @@ -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 PULSEA 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611300932.uAU9WS8q054101>