Package Details: gzdoom 4.11.3-2

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: grubber
Last Packager: grubber
Votes: 157
Popularity: 1.92
First Submitted: 2009-02-22 22:28 (UTC)
Last Updated: 2024-01-30 05:05 (UTC)

Dependencies (28)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 16 Next › Last »

PopeRigby commented on 2021-10-28 16:50 (UTC) (edited on 2021-11-11 01:26 (UTC) by PopeRigby)

I'm getting this when trying to update

/home/user/.cache/paru/clone/gzdoom/PKGBUILD: line 48: patch: command not found
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'gzdoom-4.7.1-1': 
error: packages failed to build: gzdoom-4.7.1-1

EDIT: Had to clear the pacman cache pacman -Sc.

dr460nf1r3 commented on 2021-10-18 09:09 (UTC)

Cloning into 'gzdoom'... warning: You appear to have cloned an empty repository. done. fatal: invalid reference: g4.7.0

fletch2820 commented on 2021-10-18 03:12 (UTC)

No clue what the problem is. WADS have all worked in the past with GZDoom. Now when I try and open GZ, the screen just goes blank.

[bob@bob-vgnfw235j ~]$ gzdoom GZDoom g4.7.0-m - 2021-09-21 22:08:33 +0200 - SDL version Compiled on Oct 18 2021

OS: Manjaro Linux, Linux 5.13.19-2-MANJARO on x86_64 M_LoadDefaults: Load system defaults. W_Init: Init WADfiles. adding /usr/lib/gzdoom/gzdoom.pk3, 666 lumps adding /usr/lib/gzdoom/game_support.pk3, 2514 lumps adding /home/bob/.config/gzdoom/heretic.wad, 2633 lumps adding /usr/share/gzdoom/game_widescreen_gfx.pk3, 164 lumps I_Init: Setting up machine state. CPU Vendor ID: GenuineIntel Name: Intel(R) Core(TM)2 Duo CPU T5800 @ 2.00GHz Family 6, Model 15, Stepping 13 Features: SSE2 SSE3 SSSE3 HyperThreading V_Init: allocate screen. S_Init: Setting up sound. I_InitSound: Initializing OpenAL [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) Opened device Built-in Audio Analog Stereo EFX enabled ST_Init: Init startup screen. Checking cmd-line parameters... S_InitData: Load sound definitions. G_ParseMapInfo: Load map definitions. Texman.Init: Init texture manager. ParseTeamInfo: Load team definitions. LoadActors: Load actor definitions. script parsing took 362.31 ms R_Init: Init Heretic refresh subsystem. DecalLibrary: Load decals. M_Init: Init menus. P_Init: Init Playloop state. ParseSBarInfo: Loading custom status bar definition. D_CheckNetGame: Checking network game status. player 1 of 1 (1 nodes) Using video driver x11

remanifest commented on 2021-09-25 21:01 (UTC)

4.7.0 required a cleanbuild for me. Install went fine after that.

SuperBart commented on 2021-09-25 01:50 (UTC)

A minor change in patch file while updating to version 4.7.0:

@@ -159,14 +155,8 @@ FGameConfigFile::FGameConfigFile ()
 #else
        SetValueForKey("Path", "$HOME/.local/share/games/doom/soundfonts", true);
        SetValueForKey("Path", "$HOME/.local/share/games/doom/fm_banks", true);
-       SetValueForKey("Path", "/usr/local/share/doom/soundfonts", true);
-       SetValueForKey("Path", "/usr/local/share/doom/fm_banks", true);
-       SetValueForKey("Path", "/usr/local/share/games/doom/soundfonts", true);
-       SetValueForKey("Path", "/usr/local/share/games/doom/fm_banks", true);
-       SetValueForKey("Path", "/usr/share/doom/soundfonts", true);
-       SetValueForKey("Path", "/usr/share/doom/fm_banks", true);
-       SetValueForKey("Path", "/usr/share/games/doom/soundfonts", true);
-       SetValueForKey("Path", "/usr/share/games/doom/fm_banks", true);
+       SetValueForKey("Path", "/usr/share/" GAMENAMELOWERCASE "/soundfonts", true);
+       SetValueForKey("Path", "/usr/share/" GAMENAMELOWERCASE "/fm_banks", true);
 #endif

Because developers add something to the gameconfigfile.cpp :-P

tuxsavvy commented on 2021-08-16 15:54 (UTC)

Hi, thanks for maintaining this package. As per autumnontape said, here is a patch to rectify the need to have zmusic-git as a depends=() array:

--- PKGBUILD.orig
+++ PKGBUILD
@@ -14,7 +14,7 @@
          'libjpeg'
          'openal'
          'sdl2'
-         'zmusic>=1.1.1')
+         'zmusic-git')

autumnontape commented on 2021-08-06 21:47 (UTC)

The dependency on the latest zmusic should probably be part of the PKGBUILD.

grubber commented on 2021-08-03 12:48 (UTC)

simona, install the latest zmusic package

simona commented on 2021-08-03 08:37 (UTC)

/bin/ld: warning: libfluidsynth.so.2, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so, not found (try using -rpath or -rpath-link) /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to fluid_synth_get_active_voice_count' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference tofluid_synth_pitch_bend' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to fluid_synth_set_reverb' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference tonew_fluid_synth' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to fluid_settings_setstr' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference tofluid_synth_set_reverb_on' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to fluid_synth_program_change' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference todelete_fluid_settings' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to fluid_settings_setint' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference tofluid_synth_channel_pressure' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to fluid_synth_noteoff' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference tofluid_synth_set_chorus_on' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to fluid_synth_set_interp_method' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference tofluid_synth_set_polyphony' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to fluid_synth_noteon' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference tofluid_synth_sysex' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to fluid_synth_set_chorus' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference tofluid_synth_write_float' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to delete_fluid_synth' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference tofluid_synth_get_polyphony' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to fluid_settings_getint' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference tonew_fluid_settings' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to fluid_version' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference tofluid_synth_get_cpu_load' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to fluid_synth_system_reset' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference tofluid_settings_setnum' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference to fluid_synth_cc' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/libzmusic.so: undefined reference tofluid_synth_sfload' collect2: error: ld returned 1 exit status

wantija commented on 2021-05-25 14:54 (UTC)

This is happening to me with KWin too.