audio/alsa-plugins: install vendor OSS config after 44c14328c0
Allows overriding /dev/dsp without adjusting config e.g., $ aplay -D oss:/dev/dsp4 foo.wav PR: 245321 See also: https://github.com/alsa-project/alsa-plugins/commit/6e40eb5fd346
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PORTNAME= alsa-lib
|
||||
PORTVERSION= 1.2.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://www.alsa-project.org/files/pub/lib/
|
||||
|
||||
|
||||
@@ -1,15 +1,6 @@
|
||||
#
|
||||
# FreeBSD/OSS
|
||||
#
|
||||
pcm.oss {
|
||||
type oss
|
||||
hint.description "Open Sound System"
|
||||
}
|
||||
|
||||
ctl.oss {
|
||||
type oss
|
||||
}
|
||||
|
||||
pcm.!sysdefault pcm.plug:oss
|
||||
ctl.!sysdefault ctl.oss
|
||||
pcm.!default pcm.sysdefault
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= alsa-plugins
|
||||
PORTVERSION= 1.2.7.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://www.alsa-project.org/files/pub/plugins/
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%%JACK%%etc/alsa/conf.d/50-jack.conf
|
||||
%%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
|
||||
etc/alsa/conf.d/50-oss.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
|
||||
@@ -56,7 +56,7 @@ lib/alsa-lib/libasound_module_pcm_vdownmix.so
|
||||
%%SPEEX%%share/alsa/alsa.conf.d/10-speexrate.conf
|
||||
@comment share/alsa/alsa.conf.d/50-arcam-av-ctl.conf
|
||||
%%JACK%%share/alsa/alsa.conf.d/50-jack.conf
|
||||
@comment share/alsa/alsa.conf.d/50-oss.conf
|
||||
share/alsa/alsa.conf.d/50-oss.conf
|
||||
%%PULSEAUDIO%%share/alsa/alsa.conf.d/50-pulseaudio.conf
|
||||
%%FFMPEG%%share/alsa/alsa.conf.d/60-a52-encoder.conf
|
||||
%%SPEEX%%share/alsa/alsa.conf.d/60-speex.conf
|
||||
|
||||
Reference in New Issue
Block a user