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.83 |
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, glibc-eac-rocoAUR)
- 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-sile-gitAUR, pandoc-binAUR) (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
1 2 Next › Last »
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.
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 :)
1 2 Next › Last »