@etrigubam, @alumni: Sorry about that, everything should be working now. Thanks for the heads-up.
Search Criteria
Package Details: spot-client 0.1.13-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: | |
Submitter: | dpeukert |
Maintainer: | dpeukert |
Last Packager: | dpeukert |
Votes: | 5 |
Popularity: | 1.72 |
First Submitted: | 2021-02-18 13:07 |
Last Updated: | 2021-04-13 08:24 |
Dependencies (10)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- gtk3 (gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- libhandy (libhandy-glade-catalog-disabled-git, libhandy-git)
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, libpulse-hsphfpd, pulseaudio-dummy, libpulse-nosystemd-git, libpulse-nosystemd-minimal-git, libpulse-nosystemd, pulseaudio-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- appstream-glib (appstream-glib-git) (check)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rustup-git, rust-nightly-bin, rust-wasm, rust-bin, rust, rustup) (make)
- meson>=0.50.0 (meson-git) (make)
- org.freedesktop.secrets (keepassxc-kde-fix, gnome-keyring-git, bitw-git, pass-secrets-git, keepassxc-git, gnome-keyring, keepassxc) (optional)
Required by (0)
Sources (1)
dpeukert commented on 2021-03-14 16:44
etriguba commented on 2021-03-14 14:10
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
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
@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
@kart23
Uninstall your Rust installation and download the Rust toolchain from
Then try and re-build
The developers of Rust recommend this way of installation as shown in the Arch Wiki
itsKia2 commented on 2021-02-23 07:54
builds successfully but in the end, check() fails due to a timeout and spot-client isn't installed
kart23 commented on 2021-02-23 06:55
Getting the same issue with zvariant, I'm using the same rust package as you.
rojo commented on 2021-02-19 02:45
I can try and test it again by reinstalling the extra/rust package.
Either way it seems like an issue on my end.
Thanks for doing the hard work! @dpeukert
dpeukert commented on 2021-02-19 00:12
@rojo That's weird, I'm not having any issues when building using the default extra/rust package from the repos.
rojo commented on 2021-02-18 16:44
Build error when compiling 'zvariant'
Make sure to install rust from the rust toolchain here
Pinned Comments
dpeukert commented on 2021-02-18 13:28
The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/spot-client