Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2020 04:54:21 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556547 - head/audio/alsa-plugins
Message-ID:  <202011290454.0AT4sLwA030638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Nov 29 04:54:21 2020
New Revision: 556547
URL: https://svnweb.freebsd.org/changeset/ports/556547

Log:
  audio/alsa-plugins: disable BUFSZ_P2 after r545611
  
  $ aplay foo.wav
  Playing WAVE 'foo.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
  Assertion failed: (err >= 0), function set_params, file aplay.c, line 1353.
  Aborted by signal Abort trap...
  
  $ veloren
  [...]
  Panic Payload: "build_output_stream failed with all supported formats: BackendSpecific { err: BackendSpecificError { description: \"ALSA function \\\'snd_pcm_hw_params_set_period_time_near\\\' failed with error \\\'EINVAL: Invalid argument\\\'\" } }"
  PanicInfo: panicked at 'build_output_stream failed with all supported formats: BackendSpecific { err: BackendSpecificError { description: "ALSA function \'snd_pcm_hw_params_set_period_time_near\' failed with error \'EINVAL: Invalid argument\'" } }', cargo-crates/rodio-0.13.0/src/stream.rs:202:22
  Game version: v0.8.0 [2020-11-28]

Modified:
  head/audio/alsa-plugins/Makefile   (contents, props changed)

Modified: head/audio/alsa-plugins/Makefile
==============================================================================
--- head/audio/alsa-plugins/Makefile	Sun Nov 29 03:40:31 2020	(r556546)
+++ head/audio/alsa-plugins/Makefile	Sun Nov 29 04:54:21 2020	(r556547)
@@ -3,7 +3,7 @@
 
 PORTNAME=	alsa-plugins
 PORTVERSION=	1.1.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio
 MASTER_SITES=	ftp://ftp.alsa-project.org/pub/plugins/ \
 		GENTOO
@@ -21,7 +21,7 @@ EXTRA_PATCHES+=	${FILESDIR}/alsa-plugins.patch
 INSTALL_TARGET=	install-strip
 CPPFLAGS+=	-I${.CURDIR}/../alsa-lib/files
 
-OPTIONS_DEFAULT=BUFSZ_P2 IO_PTR
+OPTIONS_DEFAULT=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?202011290454.0AT4sLwA030638>