Package Details: gzdoom-git 4.15pre+33+g7b30f93-1

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.050181
First Submitted: 2013-06-25 15:27 (UTC)
Last Updated: 2025-01-21 01:16 (UTC)

Dependencies (28)

Required by (10)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

MarisaDOOM commented on 2018-10-04 14:29 (UTC)

The patch no longer applies on this and qzdoom-git.

CobaltBlue commented on 2018-03-04 01:08 (UTC) (edited on 2018-03-23 02:06 (UTC) by CobaltBlue)

(UPDATE: This has been resolved.)

install: cannot stat 'gzdoom.sf2': No such file or directory

Removing line 84 from the PKGBUILD fixes this. Line 84: install -D -m644 ${_name}.sf2 "$pkgdir"/usr/share/$_name

There were some recent upstream changes regarding soundfont handling that may be related to this.

"Put soundfont to appropriate folder so it can be found by default" https://github.com/coelckers/gzdoom/commit/d45a50b0db7833d0e2c69d58ee99124b1b1b2be2

"- made the sound font loading a bit more error resistant." https://github.com/coelckers/gzdoom/commit/eb124f616062c6933f727c10a6c1919ebcb22ed9

"Added explicit fallback to default soundfont" https://github.com/coelckers/gzdoom/commit/8145b52037ab3b877aac56d9cab3630bd1bc752b

wincraft71 commented on 2018-01-23 03:44 (UTC)

openal should not be listed as an optional dependency in the PKGBUILD because it is required to hear in-game audio.

ProfessorKaos64 commented on 2016-12-06 15:52 (UTC)

I took over fmodex and will update accordingly to the latest version if you wish to use that. Should be up later today.

Halcyon522 commented on 2016-09-07 19:10 (UTC)

There's a capitalization error in src/gzdoom/src/g_strife/a_strifeweapons.cpp which is causing failure to build. Confirmed that changing "height" to "Height" enabled makepkg to build smoothly.

MadTux commented on 2016-02-10 09:39 (UTC)

For me the build fails for a different reason (while linking): CMakeFiles/zdoom.dir/tempfiles.cpp.o: In function `FTempFileName::FTempFileName(char const*)': /tmp/makepkg/gzdoom-git/src/gzdoom/src/tempfiles.cpp:46: warning: the use of `tempnam' is dangerous, better use `mkstemp' CMakeFiles/zdoom.dir/gl/scene/gl_walls.cpp.o: In function `GLWall::Process(seg_t*, sector_t*, sector_t*)': /tmp/makepkg/gzdoom-git/src/gzdoom/src/gl/scene/gl_walls.cpp:1602: undefined reference to `line_t::isVisualPortal() const' /tmp/makepkg/gzdoom-git/src/gzdoom/src/gl/scene/gl_walls.cpp:1478: undefined reference to `line_t::isVisualPortal() const' /tmp/makepkg/gzdoom-git/src/gzdoom/src/gl/scene/gl_walls.cpp:1489: undefined reference to `line_t::isVisualPortal() const' collect2: error: ld returned 1 exit status src/CMakeFiles/zdoom.dir/build.make:10690: recipe for target 'gzdoom' failed make[2]: *** [gzdoom] Error 1 CMakeFiles/Makefile2:862: recipe for target 'src/CMakeFiles/zdoom.dir/all' failed make[1]: *** [src/CMakeFiles/zdoom.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 Any ideas?

gurevitch commented on 2016-01-10 23:28 (UTC)

build failed for me /tmp/yaourt-tmp-chet/aur-gzdoom-git/src/gzdoom/src/GuillotineBinPack.cpp: In member function ‘void GuillotineBinPack::Insert(TArray<RectSize>&, TArray<Rect>&, bool, GuillotineBinPack::FreeRectChoiceHeuristic, GuillotineBinPack::GuillotineSplitHeuristic)’: /tmp/yaourt-tmp-chet/aur-gzdoom-git/src/gzdoom/src/GuillotineBinPack.cpp:64:19: error: ‘INT_MAX’ was not declared in this scope int bestScore = INT_MAX; ^ /tmp/yaourt-tmp-chet/aur-gzdoom-git/src/gzdoom/src/GuillotineBinPack.cpp:76:18: error: ‘INT_MIN’ was not declared in this scope bestScore = INT_MIN; ^ /tmp/yaourt-tmp-chet/aur-gzdoom-git/src/gzdoom/src/GuillotineBinPack.cpp:86:18: error: ‘INT_MIN’ was not declared in this scope bestScore = INT_MIN; ^ /tmp/yaourt-tmp-chet/aur-gzdoom-git/src/gzdoom/src/GuillotineBinPack.cpp: In static member function ‘static int GuillotineBinPack::ScoreByHeuristic(int, int, const Rect&, GuillotineBinPack::FreeRectChoiceHeuristic)’: /tmp/yaourt-tmp-chet/aur-gzdoom-git/src/gzdoom/src/GuillotineBinPack.cpp:385:33: error: ‘INT_MAX’ was not declared in this scope default: assert(false); return INT_MAX; ^ /tmp/yaourt-tmp-chet/aur-gzdoom-git/src/gzdoom/src/GuillotineBinPack.cpp: In member function ‘Rect GuillotineBinPack::FindPositionForNewNode(int, int, GuillotineBinPack::FreeRectChoiceHeuristic, int*)’: /tmp/yaourt-tmp-chet/aur-gzdoom-git/src/gzdoom/src/GuillotineBinPack.cpp:430:18: error: ‘INT_MAX’ was not declared in this scope int bestScore = INT_MAX; ^ /tmp/yaourt-tmp-chet/aur-gzdoom-git/src/gzdoom/src/GuillotineBinPack.cpp:442:16: error: ‘INT_MIN’ was not declared in this scope bestScore = INT_MIN; ^ src/CMakeFiles/zdoom.dir/build.make:4133: recipe for target 'src/CMakeFiles/zdoom.dir/GuillotineBinPack.o' failed make[2]: *** [src/CMakeFiles/zdoom.dir/GuillotineBinPack.o] Error 1 CMakeFiles/Makefile2:862: recipe for target 'src/CMakeFiles/zdoom.dir/all' failed make[1]: *** [src/CMakeFiles/zdoom.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build gzdoom-git.

FredBezies commented on 2015-12-18 19:37 (UTC) (edited on 2015-12-18 19:41 (UTC) by FredBezies)

New official url : http://forum.drdteam.org/viewforum.php?f=22 And you have to replace blasphemer by blasphemer-wad in optdepends :)

mike.cuche commented on 2015-05-15 18:49 (UTC)

==> Avvio di prepare() in corso... patching file src/m_specialpaths.cpp Hunk #1 FAILED at 497. 1 out of 1 hunk FAILED -- saving rejects to file src/m_specialpaths.cpp.rej ==> ERROR: A failure occured in prepare().

grubber commented on 2014-09-27 07:04 (UTC)

The package is the last version as well, you can tell by the commit number (48da2f8). The version number is automatically generated from git (and it will stay this way), but g2.1.pre is not properly tagged in git, that's why the version number says 1.9pre.