Package Details: spot-client 0.4.0-1

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: 21
Popularity: 0.003914
First Submitted: 2021-02-18 13:07 (UTC)
Last Updated: 2023-02-24 23:00 (UTC)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

xou816 commented on 2021-07-31 12:09 (UTC) (edited on 2021-07-31 12:09 (UTC) by xou816)

Hi! I had a user report not long ago about an issue on Manjaro, did not realize this was related to this AUR package, but indeed you might run into an issue with tests. Actually, two of them:

  • #252: I had suggested a fix, I will add it to master as it turns out to be needed;

  • another issue also related to Clippy, which reports previously undetected issues in a newer version; this might happen to you if your rust toolchain is very up to date, fixed on master.

@dpeukert, will you need a spot release to make it simpler to fix the package?

dpeukert commented on 2021-07-31 11:58 (UTC)

@artofakume @babel @thomy2000: Sorry about the delay, should be fixed now.

thomy2000 commented on 2021-07-20 21:02 (UTC)

Have the exact same problem as the two comments before, the 'clippy' test doesn't work and the package doesn't get made.

babel commented on 2021-07-20 02:14 (UTC)

Same here: it fails to compile with the error reported by @artofakume. I hope this could be fixed.

Thanks in advanced.

artofakume commented on 2021-07-01 06:22 (UTC) (edited on 2021-07-01 06:22 (UTC) by artofakume)

Yay fails to build because a test is failing. Apparently this has to do with a missing cargo.toml: 2/4 Clippy FAIL 0.03s exit status 101 06:13:44 MALLOC_PERTURB_=93 /bin/bash /home/user/.cache/yay/spot-client/src/spot-0.1.15/build-aux/clippy.sh /home/user/.cache/yay/spot-client/src/spot-0.1.15 /home/user/.cache/yay/spot-client/src/build false ----------------------------------- output ----------------------------------- stderr: error: could not find `Cargo.toml` in `/home/user/.cache/yay/spot-client/src/build` or any parent directory

dpeukert commented on 2021-03-14 16:44 (UTC)

@etrigubam, @alumni: Sorry about that, everything should be working now. Thanks for the heads-up.

etriguba commented on 2021-03-14 14:10 (UTC) (edited on 2021-03-14 14:11 (UTC) by etriguba)

Same as @alumni. Removing the -Dbuildtype=release from the PKGBUILD fixes it, but I'm not familiar if the buildtype of release is necessary over plain.

==> Starting build()...
+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=true -D b_pie=true spot-0.1.10 build -Doffline=false -Dbuildtype=release

ERROR: Got argument buildtype as both -Dbuildtype and --buildtype. Pick one.

alumni commented on 2021-03-14 11:03 (UTC)

meson@0.57.1-1 complains about the buildtype parameter that is passed twice - once in the arch-meson script and once in PKGBUILD

dpeukert commented on 2021-02-23 12:19 (UTC) (edited on 2021-02-23 12:19 (UTC) by dpeukert)

@kart23 @itsKia2 Not seeing either of those issues on my machine, can you post your entire build outputs?

rojo commented on 2021-02-23 12:15 (UTC)

@kart23

Uninstall your Rust installation and download the Rust toolchain from

https://www.rustup.rs/

Then try and re-build

The developers of Rust recommend this way of installation as shown in the Arch Wiki

https://wiki.archlinux.org/index.php/rust#Rustup