You are not logged in.
Hi guys, I just installed on my Arch "pipewire" for replacement for Pulse Audio, but I need the 32 bits packages for Steam support, I already have audio from games but I don't have voice, basically I'm trying to install "lib32-pipewire" and "lib32-pipewire-jack" according to the oficial documentation https://wiki.archlinux.org/title/PipeWire, but when trying to install the "lib32-pipewire" there are some missing dependencies that are not available on Aur.
yay -S lib32-pipewire
lib32-speexdsp (Required by: lib32-pipewire-git -> lib32-libpulse-nosystemd-
lib32-tdb (Required by por: lib32-pipewire-git -> lib32-libpulse-nosystemd-git)
lib32-gst-plugins-base (Required by: lib32-pipewire-git)
Is this the expected behaviour ?
Thanks in advance!.
Last edited by maximiliano (2021-08-23 12:14:25)
Offline
They are available in multilib repo. Do you have that enabled in /etc/pacman.conf?
$ pacman -Ss lib32-speexdsp
multilib/lib32-speexdsp 1.2.0-1
DSP library derived from Speex (32-bit)
$ pacman -Ss lib32-tdb
multilib/lib32-tdb 1.4.5-1
A Trivial Database similar to GDBM but allows simultaneous commits (32-bit)
$ pacman -Ss lib32-gst-plugins-base
multilib/lib32-gst-plugins-base 1.18.4-1
GStreamer Multimedia Framework Base Plugins (32-bit)
https://wiki.archlinux.org/title/Offici … s#multilib
Last edited by pebcak (2021-08-23 06:10:01)
Offline
I had the multilib repo disabled in /etc/pacman.conf ( extreme facepalm ) thanks a lot pebcak !.
Offline
How did you manage to find lib32-pipewire which is in multilib itself anyway?
Some broken yay magic/feature maybe?
I suggest you to use pacman for official packages.
Last edited by kokoko3k (2021-08-23 12:54:37)
Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !
Offline
How did you manage to find lib32-pipewire which is in multilib itself anyway?
They didn't, the error shows that it found lib32-pipewire-git from the AUR, which provides lib32-pipewire.
Offline
Yeah, indeed, i was (wrongly) fooled by the -S switch.
Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !
Offline