Search Criteria
Package Details: ncspot-git 1.2.0-2
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-2-Clause |
Conflicts: | ncspot |
Provides: | ncspot |
Submitter: | nicoulaj |
Maintainer: | gugylucky |
Last Packager: | gugylucky |
Votes: | 10 |
Popularity: | 0.43 |
First Submitted: | 2019-03-12 18:47 (UTC) |
Last Updated: | 2024-11-12 01:42 (UTC) |
Dependencies (16)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libxcb (libxcb-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- pandoc-cli (pandoc-binAUR, pandoc-sile-gitAUR, pandoc-static-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- portaudio (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- ueberzug (python-ueberzug-gitAUR, ueberzugpp-noglAUR, ueberzugpp) (make)
- ncurses (ncurses-gitAUR) (optional) – ncurses backend
- portaudio (optional) – PortAudio backend
- ueberzugpp (optional) – display album art in terminal (X11)
Latest Comments
« First ‹ Previous 1 2
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...
« First ‹ Previous 1 2