forked from Lainports/freebsd-ports
audio/alsa-plugins: unbreak PULSEAUDIO=on config after 44c14328c0
For some reason, /usr/local/share/alsa/alsa.conf.d is no longer searched. $ sed -i '' '/pulse/s/# //' /usr/local/etc/asound.conf $ daemon -f pulseaudio $ aplay foo.wav ALSA lib pcm.c:2675:(snd_pcm_open_noupdate) Unknown PCM pcm.pulse aplay: main:839: audio open error: No such file or directory PR: 245321
This commit is contained in:
parent
b6a453d85d
commit
5131751558
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= alsa-plugins
|
||||
PORTVERSION= 1.2.7.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://www.alsa-project.org/files/pub/plugins/
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%%FFMPEG%%etc/alsa/conf.d/60-a52-encoder.conf
|
||||
@comment etc/alsa/conf.d/50-arcam-av-ctl.conf
|
||||
@comment etc/alsa/conf.d/50-oss.conf
|
||||
@comment etc/alsa/conf.d/50-pulseaudio.conf
|
||||
%%PULSEAUDIO%%etc/alsa/conf.d/50-pulseaudio.conf
|
||||
%%SPEEX%%etc/alsa/conf.d/60-speex.conf
|
||||
@comment etc/alsa/conf.d/60-upmix.conf
|
||||
@comment etc/alsa/conf.d/60-vdownmix.conf
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue