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]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user