mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
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:
parent
5131751558
commit
077152a79a
4 changed files with 4 additions and 12 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= alsa-lib
|
PORTNAME= alsa-lib
|
||||||
PORTVERSION= 1.2.10
|
PORTVERSION= 1.2.10
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= https://www.alsa-project.org/files/pub/lib/
|
MASTER_SITES= https://www.alsa-project.org/files/pub/lib/
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,6 @@
|
||||||
#
|
#
|
||||||
# FreeBSD/OSS
|
# FreeBSD/OSS
|
||||||
#
|
#
|
||||||
pcm.oss {
|
|
||||||
type oss
|
|
||||||
hint.description "Open Sound System"
|
|
||||||
}
|
|
||||||
|
|
||||||
ctl.oss {
|
|
||||||
type oss
|
|
||||||
}
|
|
||||||
|
|
||||||
pcm.!sysdefault pcm.plug:oss
|
pcm.!sysdefault pcm.plug:oss
|
||||||
ctl.!sysdefault ctl.oss
|
ctl.!sysdefault ctl.oss
|
||||||
pcm.!default pcm.sysdefault
|
pcm.!default pcm.sysdefault
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= alsa-plugins
|
PORTNAME= alsa-plugins
|
||||||
PORTVERSION= 1.2.7.1
|
PORTVERSION= 1.2.7.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= https://www.alsa-project.org/files/pub/plugins/
|
MASTER_SITES= https://www.alsa-project.org/files/pub/plugins/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
%%JACK%%etc/alsa/conf.d/50-jack.conf
|
%%JACK%%etc/alsa/conf.d/50-jack.conf
|
||||||
%%FFMPEG%%etc/alsa/conf.d/60-a52-encoder.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-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
|
%%PULSEAUDIO%%etc/alsa/conf.d/50-pulseaudio.conf
|
||||||
%%SPEEX%%etc/alsa/conf.d/60-speex.conf
|
%%SPEEX%%etc/alsa/conf.d/60-speex.conf
|
||||||
@comment etc/alsa/conf.d/60-upmix.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
|
%%SPEEX%%share/alsa/alsa.conf.d/10-speexrate.conf
|
||||||
@comment share/alsa/alsa.conf.d/50-arcam-av-ctl.conf
|
@comment share/alsa/alsa.conf.d/50-arcam-av-ctl.conf
|
||||||
%%JACK%%share/alsa/alsa.conf.d/50-jack.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
|
%%PULSEAUDIO%%share/alsa/alsa.conf.d/50-pulseaudio.conf
|
||||||
%%FFMPEG%%share/alsa/alsa.conf.d/60-a52-encoder.conf
|
%%FFMPEG%%share/alsa/alsa.conf.d/60-a52-encoder.conf
|
||||||
%%SPEEX%%share/alsa/alsa.conf.d/60-speex.conf
|
%%SPEEX%%share/alsa/alsa.conf.d/60-speex.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue