new blfs: media-video/pipewire-1.4.9

This commit is contained in:
wyj
2026-01-14 15:34:23 -05:00
parent 684c63a337
commit 950f619342
5 changed files with 279 additions and 0 deletions
@@ -0,0 +1,17 @@
# Load pipewire configuration at conf hook processing time. This allows to
# override pulseaudio defaults configuration which is also applied via hook.
#
# Note since hooks are run after /etc/asound.conf and ~/.asoundrc are applied,
# we load these again here make sure that user configuration takes precedence.
@hooks [
{
func load
files [
"/usr/share/alsa/alsa.conf.d/99-pipewire-default.conf"
"/etc/asound.conf"
"~/.asoundrc"
]
errors false
}
]