Date: Thu, 3 Mar 2016 00:08:23 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409992 - in branches/2016Q1: . audio/alsa-plugins Message-ID: <201603030008.u2308NaR008994@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Mar 3 00:08:22 2016 New Revision: 409992 URL: https://svnweb.freebsd.org/changeset/ports/409992 Log: MFH: r409976 audio/alsa-plugins: partially revert r380063 Restore BUFSZ_P2=on by default as a temporarily fix for excessive CPU usage in Firefox. r378529 wasn't enough to make BUFSZ_P2=off transition smooth. PR: 203732 Reported by: Henry Hu, Arto Pekkanen, many more indirectly Approved by: ports-secteam (feld) Modified: branches/2016Q1/UPDATING branches/2016Q1/audio/alsa-plugins/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/UPDATING ============================================================================== --- branches/2016Q1/UPDATING Wed Mar 2 23:46:37 2016 (r409991) +++ branches/2016Q1/UPDATING Thu Mar 3 00:08:22 2016 (r409992) @@ -5,6 +5,22 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160302: + AFFECTS: audio/alsa-utils, www/firefox, www/firefox-esr, www/seamonkey + AUTHOR: jbeich@FreeBSD.org + + ALSA backend in libcubeb as used by Firefox has an unresolved issue + with the OSS patch in audio/alsa-plugins. To avoid excessive CPU + usage when playing HTML5 videos rebuild the port with BUFSZ_P2 + option enabled or reset options to default. + + However, with BUFSZ_P2 enabled alsa-utils may crash: + + $ aplay test.wav + Playing WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Stereo + Assertion failed: (err >= 0), function set_params, file aplay.c, line 1289. + Aborted by signal Abort trap... + 20151227: AFFECTS: users of games/nethack34 AUTHOR: glewis@FreeBSD.org Modified: branches/2016Q1/audio/alsa-plugins/Makefile ============================================================================== --- branches/2016Q1/audio/alsa-plugins/Makefile Wed Mar 2 23:46:37 2016 (r409991) +++ branches/2016Q1/audio/alsa-plugins/Makefile Thu Mar 3 00:08:22 2016 (r409992) @@ -3,6 +3,7 @@ PORTNAME= alsa-plugins PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ALSA/plugins \ GENTOO @@ -20,7 +21,7 @@ EXTRA_PATCHES+= ${FILESDIR}/alsa-plugins INSTALL_TARGET= install-strip CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files -OPTIONS_DEFAULT=IO_PTR +OPTIONS_DEFAULT=BUFSZ_P2 IO_PTR OPTIONS_DEFINE= JACK FFMPEG PULSEAUDIO SAMPLERATE SPEEX OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603030008.u2308NaR008994>