Hi. I am getting this error below after trying to launch signal-desktop-7.38.0. % signal-desktop ld-elf.so.1: Shared object "libsndio.so.7.3" not found, required by "signal-desktop" It does launch after installing sndio. I think it would be solved if we add: diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index 19d5183e6..4e724dd26 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -55,7 +55,8 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libwayland-client.so:graphics/wayland \ libwebp.so:graphics/webp \ libxkbcommon.so:x11/libxkbcommon \ - libxshmfence.so:x11/libxshmfence + libxshmfence.so:x11/libxshmfence \ + libsndio.so:audio/sndio Thanks in advance.
Created attachment 257003 [details] net-im/signal-desktop: Add missing dependency libsndio.so I didn't test it in poudriere.