Search Criteria
Package Details: woof-doom 14.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/woof-doom.git (read-only, click to copy) |
---|---|
Package Base: | woof-doom |
Description: | Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems |
Upstream URL: | https://github.com/fabiangreffrath/woof |
Licenses: | GPL2 |
Conflicts: | woof-doom-git |
Submitter: | gamezelda |
Maintainer: | gamezelda |
Last Packager: | gamezelda |
Votes: | 3 |
Popularity: | 0.000002 |
First Submitted: | 2022-06-26 13:00 (UTC) |
Last Updated: | 2024-05-01 00:23 (UTC) |
Dependencies (9)
- fluidsynth (fluidsynth-gitAUR)
- libsndfile (libsndfile-gitAUR)
- libxmpAUR (libxmp-gitAUR)
- openal (openal-gitAUR)
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- sdl2_net
- cmake (cmake-gitAUR) (make)
- python3 (python) (make)
- soundfont-fluid (optional) – soundfont for MIDI playback
Latest Comments
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 reccomended 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.
gamezelda commented on 2024-05-01 00:30 (UTC)
@kinder31 Sorry that I did not see that first message. I have no immediate idea of what's going on, but It's probably better to try to keep the discussion in the GitHub issue, as you appear to have the same issue when building directly from source, I tested and it builds correctly on a clean Arch Linux install, and the PKGBUILD does nothing too special anyway.
kinker31 commented on 2024-04-29 03:25 (UTC) (edited on 2024-04-29 03:26 (UTC) by kinker31)
UPDATE: I think I finally found the issue, cmake MIGHT need the
-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=OFF
flag in order to do it's job properly. I have no idea if this doesn't affect anything or massively clobbers a crucial step in building, but Woof can now be compiled from source on Arch.And it runs.
kinker31 commented on 2024-04-12 08:12 (UTC)
I'm unable to compile/install the package through the AUR, nor does compiling directly on Github work. From what I was told from the mantainer of the source port, SDL2_net changed quite a few things since it's last release, and it broke quite a few packages that used SDL2 and SDL2_net.
This seems to only affect Arch Linux, as apparently it compiles/installs just fine on other Linux distros? Don't know if that's actually true though.
The issue that I opened up involving this can be seen here: https://github.com/fabiangreffrath/woof/issues/1625