Maintenance of this package is done in my Gitea repo.
Search Criteria
Package Details: spot-client 0.3.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/spot-client.git (read-only, click to copy) |
---|---|
Package Base: | spot-client |
Description: | Gtk/Rust native Spotify client |
Upstream URL: | https://github.com/xou816/spot |
Keywords: | album artist client gtk library listening music playback playlist rust spot spotify |
Licenses: | MIT |
Submitter: | dpeukert |
Maintainer: | SunRed |
Last Packager: | SunRed |
Votes: | 19 |
Popularity: | 0.78 |
First Submitted: | 2021-02-18 13:07 (UTC) |
Last Updated: | 2022-12-08 21:12 (UTC) |
Dependencies (14)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin)
- glib2 (glib2-nodocs-git, glib2-selinux, glib2-git, glib2-patched-thumbnailer)
- glibc (glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-widevine, glibc-linux4, glibc-git)
- graphene (graphene-git)
- gtk4 (gtk-rc, gtk4-git, gtk4-telegrand)
- libadwaita (libadwaita-shortwave, libadwaita-health, libadwaita-git, libadwaita-testing, libadwaita-testing-docs, libadwaita-testing-demos, libadwaita-without-adwaita-git)
- libpulse (libpulse-bluedio, pulseaudio-pali, pulseaudio-dummy, libpulse-nosystemd-git, libpulse-nosystemd, libpulse-nosystemd-minimal-git, libpulse-airplay, pulseaudio-git)
- openssl (openssl-hardened, openssl-static, quictls-openssl, openssl-git)
- pango (pango-minimal-git, pango-git, gtk4-git)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
- meson (meson-git) (make)
- appstream-glib (appstream-glib-git) (check)
- org.freedesktop.secrets (keepassxc-kde-fix, gnome-keyring-git, pass-secrets-git, keepassxc-git, bitw-git, keepassxc-allow-aur-extension-origin, gnome-keyring, keepassxc, kwallet) (optional)
Required by (0)
Sources (2)
SunRed commented on 2022-11-09 17:38 (UTC) (edited on 2022-11-09 17:38 (UTC) by SunRed)
SunRed commented on 2022-11-09 17:37 (UTC)
@wanderingice Maybe try to build the package in a clean chroot and see if you can reproduce the error. It builds and runs just fine on my machine, also using such a clean chroot.
wanderingice commented on 2022-11-07 09:28 (UTC)
This is broken currently (fails a post-build test with a MALLOC error). See this comment in the upstream issue: https://github.com/xou816/spot/issues/542#issuecomment-1208748141
(also posted this on the spot-client-git AUR package page)
dpeukert commented on 2022-03-15 23:22 (UTC)
Disowning this as I no longer use Spotify.
ChrisLane commented on 2022-01-26 17:15 (UTC)
Anyone else had issues building this with lto?
I had to add options=(!lto)
to the PKGBUILD to fix.
dpeukert commented on 2021-12-22 00:38 (UTC)
@cfebs: Should be fixed (well, just ignoring the new errors until they're fixed upstream) now.
dpeukert commented on 2021-12-21 19:25 (UTC)
@cfebs: I was able to reproduce this, looking into it.
cfebs commented on 2021-12-18 16:36 (UTC)
Seeing some Clippy failures: https://gist.github.com/cfebs/0b1c1647398ecb24eff8769d82032ad9
My rustup show
stable-x86_64-unknown-linux-gnu (default)
rustc 1.57.0 (f1edd0429 2021-11-29)
NicoHood commented on 2021-08-24 18:20 (UTC)
I want to share with you my improvements on your PKGBUILD. I took my knowledge from packaging software as a TU and made the following improvements:
- Use sha512 sums
- Simplify custom variables used
- Updated to latest version
- Follow official arch linux meson packaging guidelines and also use arch-meson
- Converted tabs to spaces
- Added a TODO for the missing GPG signatures
- Removed the tons of arch options (Arch Linux only supports x86_64)
- Added missing dependencies for using system shared libraries as suggested by namcap
https://gist.github.com/NicoHood/a763ef9c3a57fac50d55d0e079fbd8ca
NicoHood commented on 2021-08-24 18:07 (UTC)
What is -Doffline='false'
used for?
Pinned Comments
SunRed commented on 2022-11-09 17:38 (UTC) (edited on 2022-11-09 17:38 (UTC) by SunRed)
Maintenance of this package is done in my Gitea repo.