Search Criteria
Package Details: ncspot 0.4.0-2
Git Clone URL: | https://aur.archlinux.org/ncspot.git (read-only, click to copy) |
---|---|
Package Base: | ncspot |
Description: | Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes. |
Upstream URL: | https://github.com/hrkfdn/ncspot |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | alevalv |
Maintainer: | alevalv |
Last Packager: | alevalv |
Votes: | 19 |
Popularity: | 3.57 |
First Submitted: | 2019-11-22 19:08 |
Last Updated: | 2021-02-08 02:13 |
Dependencies (11)
- dbus (dbus-elogind, dbus-git, dbus-x11, dbus-nosystemd-minimal-git, dbus-selinux, dbus-nosystemd)
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, pulseaudio-git, libpulse-hsphfpd, pulseaudio-dummy, libpulse-nosystemd, libpulse-nosystemd-git, libpulse-nosystemd-minimal-git)
- libxcb (libxcb-git)
- ncurses (ncurses-nohex, ncurses-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm) (make)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rust-bin, rustup-git, rust-nightly-bin, rust-wasm, rust, rustup) (make)
- git (git-git) (make)
- pkgconf (pkgconf-git) (make)
- python (python-dbg) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Latest Comments
zethra commented on 2021-02-05 08:41
Hey friend, you're missing a few dependencies. Looking at the ncspot README you're missing dbus and libxcb. You also need to add pkgconf to makedepends. Besides those ncspot (at least on my system) seems to link to libs from the following packages:
Not sure you need to include all of those but you might want to look into it.
By the way, you can generate that package list with the following command
ldd /usr/bin/ncspot | awk '{print $3}' | xargs pacman -Qqo | sort | uniq
jrballesteros05 commented on 2020-08-25 14:44
Hello, I made some modifications from your PKGBUILD. I personally don't install pulseaudio. The changes just check if pulseaudio is installed. If it isn't it just compile with alsa backend. If you feel the changes are ugly or it does not make sense feel free to reject them.
mundo03 commented on 2020-07-18 01:35
I got an error from rust. "error: no default toolchain configured" had to do this: rustup install stable
jal666 commented on 2020-06-01 10:05
Works also with armv7l (pi4) - nice with guake!
timttmy commented on 2020-02-15 10:08
Just a thank you for the PKGBUILD. Works like a charm even on armv8 (If you add it as a target ARCH).
alevalv commented on 2019-12-17 01:54
jgalar, the makepkg wouldn't even run without you installing the make dependencies, so this is not an issue with this PKGBUILD. I tried with yay and using the PKGBUILD only and it works as expected.
jgalar commented on 2019-12-16 16:28
Getting this error:
I'm not sure makedepends packages are supposed to be used during the "prepare" step.