Search Criteria
Package Details: ncspot-git 0.11.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ncspot-git.git (read-only, click to copy) |
---|---|
Package Base: | ncspot-git |
Description: | Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes. |
Upstream URL: | https://github.com/hrkfdn/ncspot |
Keywords: | curses spotify |
Licenses: | BSD |
Conflicts: | ncspot |
Provides: | ncspot |
Submitter: | nicoulaj |
Maintainer: | gugylucky |
Last Packager: | gugylucky |
Votes: | 10 |
Popularity: | 0.007472 |
First Submitted: | 2019-03-12 18:47 (UTC) |
Last Updated: | 2022-09-14 23:29 (UTC) |
Dependencies (10)
- libpulse (libpulse-bluedio, pulseaudio-pali, pulseaudio-dummy, libpulse-nosystemd-git, libpulse-nosystemd, libpulse-nosystemd-minimal-git, libpulse-airplay, pulseaudio-git)
- ncurses (ncurses-nohex, ncurses-git)
- openssl (openssl-hardened, openssl-static, quictls-openssl, openssl-git)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta) (make)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312) (make)
- rust (rust-i586-git, rust-nightly, rust-nightly-bin, rust-git, rustup-git, rustup) (make)
- portaudio (optional) – PortAudio backend
- ueberzug (ueberzugpp) (optional) – cover drawing in terminal
Latest Comments
gugylucky commented on 2022-11-05 12:08 (UTC)
@roberto-diaz it also works with the latest openssl, the package just need to be rebuilt
roberto-diaz commented on 2022-11-05 12:01 (UTC)
Needed to install
core/openssl-1.1
to get it to workeschool_romance commented on 2021-03-03 06:44 (UTC)
Can you add build instructions for cover drawing? It would make ueberzug an optional dependency.
novafacing commented on 2019-10-17 21:04 (UTC)
Need to add extra/llvm-libs as a dependency for the rust LLVM backend.
dreieck commented on 2019-08-22 12:39 (UTC)
It downloads big amount of stuff during
build()
. It should not! Please make sure that everything needed to build the package gets downloaded via thesource
-array or, if this is not possible, exceptionally inprepare()
.j605 commented on 2019-03-13 21:06 (UTC)
Upstream has changed license to BSD 2-clause now, can you please update it :)
nicoulaj commented on 2019-03-13 18:10 (UTC) (edited on 2019-03-13 19:13 (UTC) by nicoulaj)
Added git and changed the versioning.
I use rustup so this is why it compiles here. Not sure if there is a clean way to require rustc >= 1.33 ? You can't just add this requirement because it will break for the rustup users.
mrochford commented on 2019-03-13 01:26 (UTC)
This requires >=rustc 1.33.0 for the package to compile and the version in the extra repo right now is 1.32.0
This issue: https://github.com/rust-lang/rust/issues/50202
Fixed in this commit: https://github.com/rust-lang/rust/commit/79bbce488e115f9a553e932832991a14b7bfe20f
sekret commented on 2019-03-12 23:10 (UTC) (edited on 2019-03-12 23:13 (UTC) by sekret)
Hm, doesn't build... Here's the log https://pastebin.com/MHVGezx5
edit: I tried to build it in a clean chroot. Maybe there's a dependency missing? I know I could try to dig deeper by following the comments by the error, e.g. running rustc --explain E0658, but honestly I don't have all that interest since I quit my Premium account with spotify.
sekret commented on 2019-03-12 22:47 (UTC)
Please add git to makedepends.
And chose a pkgver which increases over time. Yours doesn't...