Search Criteria
Package Details: dhewm3-git 1:1.5.5_RC2.r13.g098f77e-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dhewm3-git.git (read-only, click to copy) |
|---|---|
| Package Base: | dhewm3-git |
| Description: | Doom 3 source port |
| Upstream URL: | https://dhewm3.org/ |
| Keywords: | engine game port source |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | dhewm3 |
| Provides: | dhewm3 |
| Submitter: | chungy |
| Maintainer: | abouvier |
| Last Packager: | abouvier |
| Votes: | 12 |
| Popularity: | 0.000000 |
| First Submitted: | 2012-06-09 22:47 (UTC) |
| Last Updated: | 2026-03-16 13:09 (UTC) |
Dependencies (16)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libbacktrace.so (libbacktrace-gitAUR, libbacktrace)
- libcurl.so (curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libgcc_s.so (libgcc-snapshotAUR, lib32-gcc-libs-snapshotAUR, libgcc)
- libopenal.so (openal-gitAUR, lib32-openal, openal)
- libstdc++.so (libstdc++-snapshotAUR, lib32-gcc-libs-snapshotAUR, libstdc++)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libbacktrace (libbacktrace-gitAUR) (make)
- libgcc (libgcc-snapshotAUR) (make)
- libstdc++ (libstdc++-snapshotAUR) (make)
- openal (openal-gitAUR) (make)
- doom3-dataAUR (doom3-data-steamAUR) (optional) – for game data
Latest Comments
1 2 Next › Last »
abouvier commented on 2026-03-16 13:07 (UTC)
The default flags
-O3 -DNDEBUGnormally added by CMake are overwritten in dhewm3'sCMakeLists.txt, which adds-O2instead. And that flag is indeed deleted inprepare().asyync1024 commented on 2026-03-16 12:36 (UTC) (edited on 2026-03-16 12:38 (UTC) by asyync1024)
Hello! I wanted to ask why is this package using
CMAKE_BUILD_TYPE=Release? This automatically appends-O3 -DNDEBUGto the flags, the latter is okay, but the former isn't very safe to add. So unless you have any specific reason to setRelease, I would recommend setting the build flag toNone. So that the user's flags are used to pick up which optimization level is used.You can append
-DNDEBUGif you want to, though I haven't tested if adding it changes the output binary.See Wiki: Makepkg#C_and_C++ for more details about the
-O3flag, at the bottom.abouvier commented on 2021-07-06 17:09 (UTC)
And what was the error?
hazelnot commented on 2021-07-06 14:07 (UTC) (edited on 2021-07-06 14:08 (UTC) by hazelnot)
Oof I had to edit the build files to remove the libbacktrace.so dependency to get it to build
alexbrinister commented on 2019-07-28 18:21 (UTC)
I was able to build by changing MAKEFLAGS to 1. False alarm!
abouvier commented on 2019-07-28 17:45 (UTC)
And I don't know why because it's building fine on my also up to date system (inside a chroot) :p
alexbrinister commented on 2019-07-28 13:06 (UTC)
I am getting the following build error:
I am building with latest GCC (9.1.0).
devzero commented on 2018-12-22 20:53 (UTC)
The patch assumes the source is constant, which doesn't make sense for a "-git" package. It would be clearer and more sensible to simply call "sed -i 's|/usr/local|/usr/share|g' neo/framework/Licensee.h" instead of patching.
chungy commented on 2015-10-11 13:15 (UTC)
87dv commented on 2015-10-11 11:02 (UTC) (edited on 2015-10-11 11:03 (UTC) by 87dv)
1 2 Next › Last »