Skip to content

Commit

Permalink
audio/alsa-plugins: install vendor OSS config after 44c1432
Browse files Browse the repository at this point in the history
Allows overriding /dev/dsp without adjusting config e.g.,

$ aplay -D oss:/dev/dsp4 foo.wav

PR:		245321
See also:	alsa-project/alsa-plugins@6e40eb5fd346
  • Loading branch information
jbeich committed Feb 2, 2024
1 parent 5131751 commit 077152a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
1 change: 1 addition & 0 deletions audio/alsa-lib/Makefile
@@ -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/

Expand Down
9 changes: 0 additions & 9 deletions audio/alsa-lib/files/asound.conf.sample
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion audio/alsa-plugins/Makefile
@@ -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/

Expand Down
4 changes: 2 additions & 2 deletions audio/alsa-plugins/pkg-plist
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 077152a

Please sign in to comment.