Search Criteria
Package Details: ninjam-client r3657.658f12f1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ninjam-client.git (read-only, click to copy) |
---|---|
Package Base: | ninjam-client |
Description: | A program to allow people to make real music together via the Internet; ncurses client side utility |
Upstream URL: | http://www.ninjam.com/ |
Licenses: | GPL |
Submitter: | stormdragon2976 |
Maintainer: | stormdragon2976 |
Last Packager: | stormdragon2976 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-08-04 19:50 (UTC) |
Last Updated: | 2020-04-01 17:06 (UTC) |
Dependencies (6)
- alsa-lib (alsa-lib-x205ta)
- libvorbis (libvorbis-aotuv, libvorbis-aotuv-lancer, libvorbis-git)
- ncurses (ncurses-git)
- gcc (gccrs-git, gcc-git, gcc11) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- jack (jack-git, jack2-git, pipewire-full-jack-git, pipewire-common-jack-git, pipewire-jack-git, jack2, pipewire-jack) (make)
Latest Comments
stormdragon2976 commented on 2020-04-01 17:08 (UTC)
Thanks again, now also fixed.
BrainDamage commented on 2020-04-01 16:02 (UTC)
I apologize, another small nitpick that I just noticed; gcc is listed as runtime dependency, while it's only during build.
stormdragon2976 commented on 2020-04-01 00:36 (UTC)
Thanks, fixed in PKGBUILD.
BrainDamage commented on 2020-03-30 19:02 (UTC)
the package misses jack from the dependency list, without it the build fails with:
g++ -O2 -D_FORTIFY_SOURCE=2 -c -o ../../WDL/jnetlib/asyncdns.o ../../WDL/jnetlib/asyncdns.cpp ../audiostream_jack.cpp:51:10: fatal error: jack/jack.h: No such file or directory 51 | #include <jack/jack.h> | ^~~~~~~~~~~~~