Search Criteria
Package Details: gzdoom 4.14.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gzdoom.git (read-only, click to copy) |
---|---|
Package Base: | gzdoom |
Description: | Feature centric port for all Doom engine games |
Upstream URL: | http://www.zdoom.org/ |
Licenses: | GPL3, BSD, LGPL3 |
Replaces: | gzdoom-legacy, gzdoom1 |
Submitter: | None |
Maintainer: | xente |
Last Packager: | xente |
Votes: | 169 |
Popularity: | 1.55 |
First Submitted: | 2009-02-22 22:28 (UTC) |
Last Updated: | 2025-05-05 15:13 (UTC) |
Dependencies (27)
- 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)
- sdl2-compat (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2AUR)
- 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
- hexen1-wadAUR (optional) – Hexen demo game data
- kdialog (kdialog-gitAUR) (optional) – crash dialog (KDE)
- square1-wadAUR (optional) – The Adventures of Square, Episode 1 game data
- strife0-wadAUR (optional) – Strife shareware game data
- urbanbrawl-wadAUR (optional) – Urban Brawl: Action Doom 2 game data
- vulkan-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, swiftshader-gitAUR, amdvlk-debugAUR, amdvlk-2023q3.3AUR, amdvlk-2021q2.5AUR, amdvlk-gitAUR, vulkan-amdgpu-pro-legacyAUR, mesa-wsl2-gitAUR, vulkan-radeon-amd-bc250AUR, vulkan-amdgpu-proAUR, vulkan-terakanAUR, nvidia-535xx-utilsAUR, nvidia-470xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-550xx-utilsAUR, mesa-minimal-gitAUR, vulkan-terakan-gitAUR, nvidia-565xx-utilsAUR, vulkan-nouveau-gitAUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-vulkan-utilsAUR, mesa-gitAUR, nvidia-390xx-utilsAUR, nvidia-utils-betaAUR, mesa-fp8-gitAUR, amdonly-gaming-vulkan-radeon-gitAUR, mesa-fsr4-gitAUR, amdvlk, nvidia-utils, vulkan-dzn, vulkan-gfxstream, vulkan-intel, vulkan-nouveau, vulkan-radeon, vulkan-swrast, vulkan-virtio) (optional, x86_64) – Vulkan renderer
- vulkan-icd-loader (vulkan-icd-loader-gitAUR) (optional, x86_64) – Vulkan renderer
- xorg-xmessage (optional) – crash dialog (other)
Required by (10)
- ashes-2063
- brutal-doom
- doom-infinity
- gz-models
- obaddon-git (optional)
- project-brutality-git (optional)
- qzdl-git (optional)
- supergzdoom
- touhoudoom
- ultimate-doom-visor-git (optional)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 17 Next › Last »
Brottweiler commented on 2018-08-14 14:34 (UTC) (edited on 2018-08-14 14:34 (UTC) by Brottweiler)
==> WARNING: Package contains reference to $srcdir
usr/bin/gzdoom
SteelT commented on 2018-03-27 21:48 (UTC)
There's something weird when gzdoom is compiled from AUR, P2P networking mode don't work for 3+ players, it just gets stuck on "waiting for number" with number being a random player number each time, and the client/server mode just ends up being out of sync, none of these problems are present if I download the source code from site and compile manually.
grubber commented on 2018-02-25 06:05 (UTC)
Added the fix from upstream.
DosAmp commented on 2018-02-24 15:23 (UTC) (edited on 2018-02-24 15:58 (UTC) by DosAmp)
EDIT: This has been fixed upstream (
SHARE_DIR
was added back) and should be included in the next version.The issue mentioned by maxlefou also affects new installations of GZDoom without a configuration file. GZDoom 3.2.1+ no longer searchs
SHARE_DIR
as part of the default[FileSearch.Directories]
: https://github.com/coelckers/gzdoom/pull/377The only solution for the current version is to either
/usr/share/gzdoom
directory: defineINSTALL_PK3_PATH
asshare/doom
(andSHARE_DIR
as/usr/share/doom
) so the GZDoom PK3 files are installed in the well known/usr/share/doom
directorysrc/gameconfigfile.cpp
to add/usr/share/gzdoom
to the list of default file search directories.wincraft71 commented on 2018-01-23 03:43 (UTC)
openal should not be listed as an optional dependency in the PKGBUILD because it is required to hear in-game audio.
jazztickets commented on 2018-01-10 15:48 (UTC)
Looks good now, thanks.
grubber commented on 2018-01-10 06:40 (UTC)
My bad. Fixed, hopefully.
jazztickets commented on 2018-01-09 19:00 (UTC)
After every update I need to run "sudo mogrify -resize 48x48 /usr/share/icons/hicolor/48x48/apps/gzdoom.xpm"
Anyone else getting huge icons in the menus on xfce?
grubber commented on 2017-12-31 09:53 (UTC)
maxlefou, it seems you have outdated configuration, make sure /usr/share/gzdoom is listed in the [FileSearch.Directories] section in ~/.config/gzdoom/gzdoom.ini, like this:
[FileSearch.Directories] Path=~/.config/gzdoom Path=/usr/share/gzdoom Path=$DOOMWADDIR
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 17 Next › Last »