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
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- ncurses (ncurses-gitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, 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> | ^~~~~~~~~~~~~