Package Details: qzdoom-git 2.2pre+2995+ga4054a756-1

Git Clone URL: https://aur.archlinux.org/qzdoom-git.git (read-only, click to copy)
Package Base: qzdoom-git
Description: Advanced Doom source port with true color renderer (git version)
Upstream URL: http://www.zdoom.org/
Licenses: GPL3, BSD, LGPL3, custom:dumb
Conflicts: qzdoom
Provides: qzdoom
Submitter: grubber
Maintainer: grubber
Last Packager: grubber
Votes: 0
Popularity: 0.000000
First Submitted: 2017-01-11 19:50 (UTC)
Last Updated: 2020-01-07 18:25 (UTC)

Dependencies (32)

Required by (0)

Sources (3)

Latest Comments

fenugrec commented on 2024-02-29 16:50 (UTC)

git URL appears to have changed, source line should be

source=("${_name}::git+https://github.com/ZDoom/${_name}.git"
...

Other build issues though, didn't dig.

jwhickman commented on 2022-03-10 20:58 (UTC)

Fyi, the '0001-Fix-soundfont-search-path.patch' needs removed now. However, with that change I get a build failure:

At top level:
/tmp/pkgbuilder-1000/qzdoom-git/src/qzdoom/src/common/objects/autosegs.cpp:72:1: error: ‘ActionFunctonsDummyPointer’ causes a section type conflict with ‘_PlayerInfo_GetDisplayColor_HookPtr’
   72 | AUTOSEG_VARIABLE(ActionFunctons, AUTOSEG_AREG)
      | ^
/tmp/pkgbuilder-1000/qzdoom-git/src/qzdoom/src/d_netinfo.cpp:219:1: note: ‘_PlayerInfo_GetDisplayColor_HookPtr’ was declared here
  219 | DEFINE_ACTION_FUNCTION(_PlayerInfo, GetDisplayColor)
      | ^
/tmp/pkgbuilder-1000/qzdoom-git/src/qzdoom/src/common/objects/autosegs.cpp:74:1: error: ‘ClassFieldsDummyPointer’ causes a section type conflict with ‘VMField_DBot_dest_HookPtr’
   74 | AUTOSEG_VARIABLE(ClassFields, AUTOSEG_FREG)
      | ^
/tmp/pkgbuilder-1000/qzdoom-git/src/qzdoom/src/playsim/bots/b_bot.cpp:66:1: note: ‘VMField_DBot_dest_HookPtr’ was declared here
   66 | DEFINE_FIELD(DBot, dest)
      | ^
make[3]: *** [/tmp/ccijYvaK.mk:383: /tmp/ccG7N2Ka.ltrans127.ltrans.o] Error 1