wireplumber: add example config snippet for launching wireplumber
This commit is contained in:
parent
f275ffb6b4
commit
e6ccaa0fd9
|
@ -0,0 +1,5 @@
|
|||
# copy or symlink this file to /etc/pipewire/pipewire.conf.d (system configuration)
|
||||
# or ${XDG_CONFIG_HOME}/pipewire/pipewire.conf.d (per-user configuration)
|
||||
# to configure pipewire to launch wireplumber directly
|
||||
|
||||
context.exec = [ { path = "/usr/bin/wireplumber" args = "" } ]
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wireplumber'
|
||||
pkgname=wireplumber
|
||||
version=0.4.14
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
configure_args="-Dintrospection=enabled -Dsystem-lua=true"
|
||||
|
@ -22,6 +22,7 @@ post_install() {
|
|||
vlicense LICENSE
|
||||
vsv wireplumber
|
||||
vinstall "${FILESDIR}/wireplumber.desktop" 644 usr/share/applications
|
||||
vsconf "${FILESDIR}/10-wireplumber.conf"
|
||||
}
|
||||
|
||||
wireplumber-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue