Search Criteria
Package Details: ncspot-git 1.3.1-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-2-Clause |
Conflicts: | ncspot |
Provides: | ncspot |
Submitter: | nicoulaj |
Maintainer: | gugylucky |
Last Packager: | gugylucky |
Votes: | 10 |
Popularity: | 0.002652 |
First Submitted: | 2019-03-12 18:47 (UTC) |
Last Updated: | 2025-08-25 21:04 (UTC) |
Dependencies (17)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libxcb (libxcb-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- pandoc-cli (pandoc-static-gitAUR, pandoc-binAUR, pandoc-sile-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- portaudio (make)
- python (python37AUR) (make)
- ueberzug (python-ueberzug-gitAUR, ueberzugpp-new-gitAUR, ueberzugpp-noglAUR, ueberzugpp) (make)
- ncurses (ncurses-gitAUR) (optional) – ncurses backend
- portaudio (optional) – PortAudio backend
- ueberzugpp (ueberzugpp-new-gitAUR) (optional) – display album art in terminal (X11)
Latest Comments
1 2 Next › Last »
peppidesu commented on 2025-09-03 19:30 (UTC)
ncspot needs nightly features to build as of commit 1f2c85f (or v1.3.1).
HurricanePootis commented on 2025-08-25 16:17 (UTC)
Please change the
pkgver()
function to properly report how many revisions it has been after a git tag, according to the VCS Packaging Guidelines.ykelvis commented on 2024-11-19 15:41 (UTC)
hi there, a small thing: you forgot
git
(makedepends) in recent commit.HurricanePootis commented on 2024-11-11 23:11 (UTC)
Hello, this package could do with the following changes:
rust
frommakepends()
setting the propperRUSTUP_TOOLCHAIN
variables, and changing theprepare()
target. This is for users who userustup
instead ofrust
.-ffat-lto-objects
toCFLAGS
. For example,CFLAGS+=' -ffat-lto-objects'
.LICENSE
file to/usr/share/licenses/ncspot-git
instead of/usr/share/licenses/ncspot
. This is not thencspot
package, it is thencspot-git
package.ueberzug
andpkgconf
tomakedepends()
, for the covers feature.glibc
,gcc-libs
,libxcb
,dbus
,ncurses
, andhicolor-icon-theme
todepends()
. These are missing.Here is a patch file:
Here is a patch file: ```
pollyzoid commented on 2024-10-19 14:51 (UTC)
Required adding
options=(!lto)
to build for me, due to: https://github.com/briansmith/ring/issues/1444benbick commented on 2023-07-02 17:54 (UTC)
forgive my erroneous flag
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.
1 2 Next › Last »