Search Criteria
Package Details: ninjam-client r3657.658f12f1-1
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: | |
Submitter: | stormdragon2976 |
Maintainer: | stormdragon2976 |
Last Packager: | stormdragon2976 |
Votes: | 2 |
Popularity: | 0.094325 |
First Submitted: | 2019-08-04 19:50 |
Last Updated: | 2020-04-01 17:06 |
Dependencies (6)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- libvorbis (libvorbis-git, libvorbis-aotuv, libvorbis-aotuv-lancer)
- ncurses (ncurses-nohex, ncurses-git)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
- jack (jack-git, jack-stub, jack-dbus, jack2-git, jack2) (make)
Latest Comments
stormdragon2976 commented on 2020-04-01 17:08
Thanks again, now also fixed.
BrainDamage commented on 2020-04-01 16:02
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
Thanks, fixed in PKGBUILD.
BrainDamage commented on 2020-03-30 19:02
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> | ^~~~~~~~~~~~~