Signal-Desktop: update to 8.13.0.#60917
Conversation
| # https://git.alpinelinux.org/aports/tree/testing/signal-desktop | ||
| archs="x86_64 aarch64" | ||
| hostmakedepends="pnpm electron-tasje python3" | ||
| hostmakedepends="pnpm electron-tasje python3 libpulseaudio" |
There was a problem hiding this comment.
How does that need just libpulseaudio without -devel during build?
There was a problem hiding this comment.
From 8.12.0 onwards I get [build:db-schema ] Error: libpulse.so.0: cannot open shared object file: No such file or directory
I don't see a libpulseaudio-devel package in the repos, I should've used pulseaudio-devel instead right?
pulseaudio-devel-16.1_2 /usr/lib/libpulse.so -> /usr/lib/libpulse.so.0
libpulseaudio-16.1_2 /usr/lib/libpulse.so.0 -> /usr/lib/libpulse.so.0.24.2
There was a problem hiding this comment.
Seems like this is maybe for tests, so it should probably be in checkdepends but also not sure how its possibly linking this.
Edit: or not for tests, but it seems weird that db-schema would require pulse?
There was a problem hiding this comment.
I tried libpulseaudio then pulseaudio-devel in checkdepends and I get the same error, seems only having either in hostmakedepends succeeds, other than that I'm quite new to this so I don't have any insight to offer
Testing the changes
Local build testing