Package Details: spotify-tui 0.25.0-4

Git Clone URL: https://aur.archlinux.org/spotify-tui.git (read-only, click to copy)
Package Base: spotify-tui
Description: Spotify client for the terminal written in Rust
Upstream URL: https://github.com/Rigellute/spotify-tui
Keywords: spotify tui
Licenses: MIT
Submitter: flacks
Maintainer: orhun
Last Packager: orhun
Votes: 68
Popularity: 0.181097
First Submitted: 2019-10-07 18:28 (UTC)
Last Updated: 2023-11-27 11:19 (UTC)

Latest Comments

1 2 3 Next › Last »

orhun commented on 2025-04-21 19:33 (UTC)

Ah damn, we need to apply a patch to fix that probably.

I'd be happy to incorporate it in the package if anyone wants to take a stab at it. Otherwise I'm afraid I don't have time these days.

tymek1317 commented on 2025-04-21 12:29 (UTC)

This port fails to build with rust 1.86.0-1. Compiling crossterm v0.20.0 error: cannot find derive macro RustcEncodable in this scope --> /home/tymek/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.37/src/weekday.rs:33:48 | 33 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] | ^^^^^^^^^^^^^^

orhun commented on 2023-11-27 11:19 (UTC)

Good point, PKGBUILD is updated!

Richardn commented on 2023-11-25 15:45 (UTC)

I think you need to also export RUSTUP_TOOLCHAIN=stable in prepare()? I am building in AUR helper RUA with strong isolation, and prepare() failed with

error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.

orhun commented on 2023-02-09 18:52 (UTC)

It builds fine for me in chroot. If you're interested, I have a binary repository here: https://pkgbuild.com/~orhun/repo

It can be set up like this: https://github.com/orhun/pkgbuilds#pre-built-packages

docdaD commented on 2023-02-09 17:44 (UTC) (edited on 2023-02-09 17:44 (UTC) by docdaD)

I needed 'llvm-libs' to get it compiling.

XenHat commented on 2022-12-24 20:09 (UTC)

I posted a working version of the PKGBUILD on GitLab Snippets in hope that the maintainer can release a hot fix as soon as possible.

talleyhoe commented on 2022-11-09 03:23 (UTC) (edited on 2022-11-09 03:34 (UTC) by talleyhoe)

I was also having issues from the OpenSSL debacle, but was able to build with Phytolizer's 'cargo update', and eddvzg's 'remove --frozen' advice. However, I had issues building if OPENSSL_DIR was in my environment. May need to unset it if you were debugging on your own.

Phytolizer commented on 2022-11-08 05:55 (UTC)

To work around the new OpenSSL release causing issues, add cargo update at the end of prepare(). It worked for me; the lockfile in the repository is a bit out of date which is causing this issue.