[SOLVED] lib32-pipewire package 13 April 2021, 10:33:11 Hello guys ! Help me please, i have a problem, I use Artix Linux with pipewire as my default sound server, I also use wine to run games, and some games just don't work for me because they need "/usr/lib32/alsa-lib/libasound_module_pcm_pipewire. so" which is not on my system, because I did not find lib32-pipewire in the repositories, and when I try to compile lib32-pipewire package from the AUR, I encounter an error, meson looks for systemd and gives the error "pipewire/meson.build:281: 0: ERROR: Dependency "systemd" not found, tried pkgconfig "..I have been dealing with wine for a long time, the problem is definitely not in the installed version of wine, I use wine-tkg 6.2 which I compiled from source, for example I took the Prototype 2 game and Gallium Nine for native Direct 3D 9 support, when using pulseaudio the game works, when using pipewire crashes with the above error..I think that if I could install 32-bit version of pipewire this error would not occur, so I need the appropriate package ! Thanks for the help in advance Last Edit: 14 April 2021, 18:38:18 by nous
Re: lib32-pipewire package request Reply #1 – 13 April 2021, 11:16:46 just add to meson config lines one line more with Code: [Select]-D systemd=disabled this option you can find in meson_build.txt.and remove from Quotepackage_lib32-pipewire() { depends=(rtkit alsa-card-profiles lib32-dbus lib32-libsndfile lib32-libudev0-shim lib32-alsa-lib lib32-systemd lib32-glib2)lib32-systemd (maybe you can replace it by lib32-eudev)that´s all, it simple. 1 Likes
Re: [SOLVED] lib32-pipewire package Reply #2 – 15 April 2021, 04:26:53 Quote from: alium – on 13 April 2021, 11:16:46just add to meson config lines one line more with Code: [Select]-D systemd=disabled this option you can find in meson_build.txt.and remove from lib32-systemd (maybe you can replace it by lib32-eudev)that´s all, it simple. Damn, that's really worked for me ! Many thanks for your tips ! That's really so simple, now i think i can fully drop pulseaudio and use PipeWire !