Search Criteria
Package Details: gzdoom-git 4.15pre+33+g7b30f93-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gzdoom-git.git (read-only, click to copy) |
---|---|
Package Base: | gzdoom-git |
Description: | Feature centric port for all Doom engine games (git version) |
Upstream URL: | http://www.zdoom.org/ |
Licenses: | GPL3, BSD, LGPL3 |
Conflicts: | gzdoom |
Provides: | gzdoom |
Replaces: | gzdoom-legacy-git, gzdoom1-git |
Submitter: | grubber |
Maintainer: | MaddieMewmews |
Last Packager: | MaddieMewmews |
Votes: | 24 |
Popularity: | 0.002840 |
First Submitted: | 2013-06-25 15:27 (UTC) |
Last Updated: | 2025-01-21 01:16 (UTC) |
Dependencies (28)
- bzip2 (bzip2-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- openal (openal-gitAUR)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- zmusicAUR (zmusic-binAUR, zmusic-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- blasphemer-wadAUR (optional) – Blasphemer (free Heretic) game data
- chexquest3-wadAUR (optional) – Chex Quest 3 game data
- doom1-wadAUR (optional) – Doom shareware game data
- freedmAUR (freedm-gitAUR) (optional) – FreeDM game data
- freedoomAUR (freedm-gitAUR) (optional) – Freedoom game data
- gxmessage (gxmessage-gtk2AUR) (optional) – crash dialog (GNOME)
- hacx-wadAUR (optional) – HacX game data
- harmony-wadAUR (optional) – Harmony game data
- heretic1-wadAUR (optional) – Heretic shareware game data
- Show 8 more dependencies...
Required by (10)
- ashes-2063 (requires gzdoom)
- brutal-doom (requires gzdoom)
- doom-infinity (requires gzdoom)
- gz-models (requires gzdoom)
- obaddon-git (requires gzdoom) (optional)
- project-brutality-git (requires gzdoom) (optional)
- qzdl-git (requires gzdoom) (optional)
- supergzdoom (requires gzdoom)
- touhoudoom (requires gzdoom)
- ultimate-doom-visor-git (requires gzdoom) (optional)
Latest Comments
1 2 3 4 5 6 Next › Last »
kinker31 commented on 2025-07-23 09:04 (UTC) (edited on 2025-07-23 10:27 (UTC) by kinker31)
I think the security-related bug got re-introduced upstream, I ended up running into the same error FabioLolix ran into when building the thing. That, or the fix didn't end up working the way as intended.
EDIT: exporting the same flags Fabio used during prepare() was able to get the issue fixed, only now the process runs into the following when it comes time to install the darned thing:
MarisaDOOM commented on 2025-01-08 15:03 (UTC)
... And now the patch is no longer needed, it was actually reported and fixed upstream.
MarisaDOOM commented on 2024-12-22 12:43 (UTC)
The
fix-format-security-error
patch is in the sources, but it's not being applied during prepare(), worth pointing out this oversight (same thing with vkdoom-git)MarisaDOOM commented on 2024-11-26 14:47 (UTC) (edited on 2024-12-19 11:39 (UTC) by MarisaDOOM)
The developers have a tendency to not bother with those kinds of issues, considering the already existing problem with makepkg having
-Wp,-D_GLIBCXX_ASSERTIONS
resulting in crashes related to calls to clamp with reverse argument order, among other things.If this does get reported upstream, they might ignore it too, as their CI builds work just fine with whatever default compiler flags they use.
Edit: Might have to just go with how the stable package does it and patch the problematic function.
FabioLolix commented on 2024-11-18 16:51 (UTC)
This need
to avoid the error and should be reported upstream
kinker31 commented on 2024-11-18 02:44 (UTC)
As of the making of this post, trying to build i_net.cpp when trying to install this package results in the following, failing to install:
Might be something over at the repo itself? Could also be my system being a lil' dumdum.
MarisaDOOM commented on 2024-10-10 09:24 (UTC)
Even with that patch there's still the issue of ZMusic needing to be updated to 1.1.14, unfortunately.
MaddieMewmews commented on 2024-10-09 00:01 (UTC)
The patch seems mostly unnecessary with modern GZDoom code, all it seems to do is remove /usr/local/share/ from the search paths, which seems somewhat arbitrary, and force $PROGDIR searching for soundfonts/fm_banks. A much smaller patch that just used that last change should work, I already integrated it into my vkdoom-git package.
Below is the patch that vkdoom-git is using, albeit this is mostly untested as of now.
MarisaDOOM commented on 2024-10-02 08:36 (UTC)
Seems that a recently merged pull request (https://github.com/ZDoom/gzdoom/pull/2610) has broken the included patch in this package.
lighterowl commented on 2023-09-28 09:40 (UTC)
The
pkgver()
in the current PKGBUILD returns4.12pre+3+g40ec46e6e
, but thepkgver
variable is set to4.12pre+3+g40ec46e6ea
, which means that AUR helpers will keep notifying you about a possible update.Please change to
pkgver=4.12pre+3+g40ec46e6e
in the PKGBUILD, thanks!1 2 3 4 5 6 Next › Last »