mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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:
parent
1d6a1e22fb
commit
27f51d17e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556547
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user