FS#78813 - [libpipewire] include client configurations and configs
Attached to Project:
Arch Linux
Opened by Thomas Weißschuh (t-8ch) - Saturday, 17 June 2023, 14:24 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:18 GMT
Opened by Thomas Weißschuh (t-8ch) - Saturday, 17 June 2023, 14:24 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:18 GMT
|
Details
Description:
libpipewire as packages currently does not ship the client configurations and modules. These are only included in the full "pipewire" package. When the libpipewire is used in it's default configuration this will lead to user-visible warnings. ``` [W][00355.592783] pw.conf | [ conf.c: 939 try_load_conf()] can't load config client.conf: No such file or directory [E][00355.593459] pw.conf | [ conf.c: 963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory ``` Upstream advise is that such a setup of libpipewire is not useful for general use. The Fedora package as maintained by the PipeWire lead developer also included the configs and modules as part of the libpipewire package. (called "pipewire-libs" there) Additional info: * version 1:0.3.71-2 * https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3296 * https://src.fedoraproject.org/rpms/pipewire/blob/rawhide/f/pipewire.spec * https://fedora.pkgs.org/38/fedora-x86_64/pipewire-libs-0.3.67-1.fc38.x86_64.rpm.html * https://github.com/mpv-player/mpv/issues/11790 |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:18 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/pipewire/issues/1
Saturday, 25 November 2023, 20:18 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/pipewire/issues/1
Comment by
Jan Alexander Steffens (heftig) -
Sunday, 03 September 2023, 13:55 GMT
I wanted to keep libpipewire small for the people who don't use
pipewire, but I'm amenable to following upstream's desires here.