Search Criteria
Package Details: spectrum-git r275.eea444e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/spectrum-git.git (read-only, click to copy) |
---|---|
Package Base: | spectrum-git |
Description: | Console-based music player with equalizer written in C++. |
Upstream URL: | https://github.com/v1nns/spectrum |
Keywords: | c++ music player tui |
Licenses: | MIT |
Conflicts: | spectrum |
Provides: | spectrum |
Submitter: | viniciuslongaray |
Maintainer: | viniciuslongaray |
Last Packager: | viniciuslongaray |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-04-14 15:52 (UTC) |
Last Updated: | 2023-10-06 15:59 (UTC) |
Dependencies (8)
- alsa-lib
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- fftw
- libxml++
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Latest Comments
winnie_ua commented on 2023-10-11 00:06 (UTC)
Yes, @viniciuslongaray
I am using AUR helper (yay) and it asks should it remove make dependencies. I always chose yes.
I believe it is intended behavior. Theoretically someone can build package on one machine and install it on another.
Thanks, for fixing PKGBUILD.
viniciuslongaray commented on 2023-10-06 15:54 (UTC)
@winnie_ua I think you may have removed make dependencies after the package installation, so that's why you are getting this error. I will move all necessary package dependencies from makedepends to depends inside the PKGBUILD.
winnie_ua commented on 2023-10-06 15:09 (UTC)
I've got following error.
So
libxml++
is notmakedepends
butdepends
, unless makefile being modified for static linking.Vedun commented on 2023-04-14 20:01 (UTC)
@viniciuslongaray Thank you! It's all good now.
viniciuslongaray commented on 2023-04-14 18:06 (UTC)
Removed GTest dependency to build and install only the executable! Now should be fine to build this package.
Vedun commented on 2023-04-14 16:49 (UTC) (edited on 2023-04-14 16:53 (UTC) by Vedun)
Error when building a package