Search Criteria
Package Details: crispy-doom-git 6.0.r122.ge69e50c9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/crispy-doom-git.git (read-only, click to copy) |
---|---|
Package Base: | crispy-doom-git |
Description: | Limit-removing enhanced-resolution Doom source port based on Chocolate Doom |
Upstream URL: | https://github.com/fabiangreffrath/crispy-doom |
Licenses: | GPL2 |
Conflicts: | crispy-doom |
Provides: | crispy-doom |
Submitter: | MGislv |
Maintainer: | MGislv |
Last Packager: | MGislv |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-03-31 20:08 (UTC) |
Last Updated: | 2023-09-20 23:48 (UTC) |
Dependencies (10)
- fluidsynth (fluidsynth-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libsamplerate (libsamplerate-gitAUR)
- sdl2_mixer
- sdl2_net
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- freedmAUR (freedm-gitAUR) (optional) – Free deathmatch game
- freedoomAUR (freedm-gitAUR) (optional) – Free Doom compatible game
Required by (1)
- qzdl-git (requires crispy-doom) (optional)
Latest Comments
wallabra commented on 2023-09-09 21:58 (UTC)
Please add
CC="$CC"
to the end of the./configure
line inbuild()
, or else this will fail to build for users whose systems are configured to use Clang. I have verified that it works flawlessly after this change even when built with Clang.