summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING16
-rw-r--r--audio/alsa-plugins/Makefile3
2 files changed, 18 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 902f830d2fe5..55c03d830d07 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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...
+
20160229:
AFFECTS: users of security/openssh-portable-devel
AUTHOR: bdrewery@FreeBSD.org
diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile
index d0a2be20d728..b3ecc90e57ae 100644
--- a/audio/alsa-plugins/Makefile
+++ b/audio/alsa-plugins/Makefile
@@ -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.patch
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