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, git-wd40AUR) (make)
- python (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
ParadiseofMagic commented on 2026-02-13 19:25 (UTC) (edited on 2026-02-13 19:31 (UTC) by ParadiseofMagic)
I'm not supposed to do this in the AUR comments according to the wiki but, my email failed to send to your mail server for whatever reason so I'll be putting the fixed PKGBUILD here.
This new PKGBUILD solves issue https://github.com/fabiangreffrath/crispy-doom/issues/1359
Here's the termbin link:
https://termbin.com/9eml
duffydack commented on 2025-02-02 19:17 (UTC)
Yeah, thanks. Latest pkg updates resolved it now.
duffydack commented on 2025-02-01 22:36 (UTC)
Not sure why all of a sudden, this fails to build.
Happens to non git version too
wallabra commented on 2023-09-09 21:58 (UTC)
Please add
CC="$CC"to the end of the./configureline 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.