Search Criteria
Package Details: nugget-doom 3.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nugget-doom.git (read-only, click to copy) |
---|---|
Package Base: | nugget-doom |
Description: | Fork of Woof! with additional features |
Upstream URL: | https://github.com/MrAlaux/Nugget-Doom |
Licenses: | GPL-2.0-or-later |
Submitter: | hype-vhs |
Maintainer: | hype-vhs |
Last Packager: | hype-vhs |
Votes: | 1 |
Popularity: | 0.007575 |
First Submitted: | 2024-01-06 01:44 (UTC) |
Last Updated: | 2024-11-06 20:36 (UTC) |
Dependencies (12)
- alsa-lib
- fluidsynth (fluidsynth-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsndfile (libsndfile-gitAUR)
- libxmpAUR (libxmp-gitAUR)
- openal (openal-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- sdl2_net
- cmake (cmake-gitAUR) (make)
- python3 (python) (make)
- soundfont-fluid (optional) – soundfont for MIDI playback
Latest Comments
hype-vhs commented on 2024-10-17 01:30 (UTC)
Your error here is suspiciously similar to the last one you posted. Check /sbin again? Either way, I can't reproduce your issue.
kinker31 commented on 2024-10-16 22:58 (UTC)
This might just be an issue on my end (again...), but I haven't been able to get Nugget to compile lately, probably due to libmpx changing it's include directories, something like that.
kinker31 commented on 2024-05-22 23:50 (UTC)
VERY LATE UPDATE: Turns out the issue was that I had /sbin in my $PATH variable all along. having a variable like that there isn't recommended if you like compiling stuff.
Got rid of it, did my best to replace $PATH to resemble how it'd look in a fresh install, and the package is able to compile and work properly.
hype-vhs commented on 2024-04-29 06:16 (UTC)
@kinker31 I build my packages using clean-chroot-manager, and run namcap to ensure all dependencies are accounted for. If you're having problems building this, try it in a chroot, on a different machine, or ensure your makepkg.conf hasn't gone stale or diverged from upstream.
kinker31 commented on 2024-04-29 03:33 (UTC)
I posted something extremely similar over at Woof, but cmake doesn't work unless the
-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=OFF
flag is set. I don't know how much of the process this clobbers, or if it even works for this port, but it does work for Woof.If it doesn't, it complains the following:
Sukid commented on 2024-03-21 08:08 (UTC)
Thanks for the PKGBUILD! This is my favorite sourceport by far.