-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency Requirement: libsoup (also, Gnome & multimedia keys?) #21
Comments
This is best handled in the AUR packaging. @snakeroot: Do you want to take a look? |
To add: it appears to be a dependency across the board, so even building
from source (and/or from the AUR) it will compile but can't run without
libsoup
…On Tue, Sep 10, 2024, 9:19 AM Peter Oliver ***@***.***> wrote:
This is best handled in the AUR packaging.
@snakeroot <https://github.com/snakeroot>: Do you want to take a look?
—
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM3K3S7VYTKA6X4FYW7Y63DZV3WWZAVCNFSM6AAAAABN3L7SZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBQG42TKMZSGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Indeed. Soup is only required at run-time, not build time, which is why it isn't checked for at build time. When building a package, the build machine and the install machine aren't the same, so won't have the same things installed. |
It seems I could either add it as a dependency or as a local dependency in the package( ) function. While the former may not be technically correct, it is straightforward and I doubt there are many people building the package on (libsoupless) machine A for installation on machine B. https://gitlab.archlinux.org/pacman/pacman/-/issues/22 Let me know your thoughts, and I'll take care of it at the weekend. |
@snakeroot: I don't know anything about Arch packages, but had naïvely assumed you could simply add Thanks for packaging this, by the way! |
Building from source or installing from the Arch AUR will appear successful but fail with
Simply installing libsoup allows it to run and I can interact via Playerctl
Just for info in case someone else needs it:
Since I'm not using Gnome, I do get this message as well:
The text was updated successfully, but these errors were encountered: