Search Criteria
Package Details: dsda-doom 0.28.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dsda-doom.git (read-only, click to copy) |
---|---|
Package Base: | dsda-doom |
Description: | Fork of PrBoom+ with extra tooling for demo recording and playback, with a focus on speedrunning |
Upstream URL: | https://github.com/kraflab/dsda-doom |
Licenses: | GPL |
Submitter: | mike.cuche |
Maintainer: | mike.cuche |
Last Packager: | mike.cuche |
Votes: | 9 |
Popularity: | 1.68 |
First Submitted: | 2021-04-03 11:58 (UTC) |
Last Updated: | 2024-10-25 16:32 (UTC) |
Dependencies (11)
- dumb (dumb-a4AUR)
- fluidsynth (fluidsynth-gitAUR)
- glu (glu-gitAUR)
- libmad
- libzip (libzip-gitAUR)
- portmidi
- sdl2_image
- sdl2_mixer
- sdl2_net
- cmake (cmake-gitAUR) (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
Latest Comments
mike.cuche commented on 2023-06-18 14:22 (UTC)
@PeggyFromIT Good to know, I'm updating the pkgbuild!
PeggyFromIT commented on 2023-06-18 02:30 (UTC)
I was getting this error when trying to update the package:
Seems like libzip is a dependency now. I was able to successfully compile after adding it to the depends array:
SpookyKitten commented on 2021-07-11 03:20 (UTC)
Cheers for reporting the error. I just tested the git version and it all works just fine now
mike.cuche commented on 2021-07-10 16:02 (UTC) (edited on 2021-07-10 16:02 (UTC) by mike.cuche)
Hello SpookyKitten, I found the issue and reported it to the developer: https://www.doomworld.com/forum/topic/118074-dsda-doom-source-port-v0197/?do=findComment&comment=2347147
Now we only have to wait for the fix
SpookyKitten commented on 2021-07-10 10:49 (UTC)
I'm unable to build this package (or its git equivalent) through yay. Comes up with this error message.
/home/prenshaw/.cache/yay/dsda-doom-git/src/dsda-doom/prboom2/src/dsda.c:110:3: error: format not a string literal and no format arguments [-Werror=format-security] 110 | doom_printf(msg); | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: [src/CMakeFiles/dsda-doom.dir/build.make:118: src/CMakeFiles/dsda-doom.dir/dsda.c.o] Error 1 make[1]: [CMakeFiles/Makefile2:187: src/CMakeFiles/dsda-doom.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
Am able to compile it manually through make without issues.