SHA256
1
0
forked from pool/gzdoom
Jan Engelhardt 2019-12-19 22:12:32 +00:00 committed by Git OBS Bridge
parent 027da40e62
commit 6081806b06
3 changed files with 30 additions and 2 deletions

27
gzdoom-dl.patch Normal file

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@ Tue Dec 17 00:10:32 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
* This is a bugfix release without new features. The notable
highlight is that this fixes translucent objects in the
software renderer.
- Add gzdoom-system-gme.patch
- Add gzdoom-system-gme.patch, gzdoom-dl.patch
-------------------------------------------------------------------
Tue Oct 1 06:23:02 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -31,6 +31,7 @@ Patch2: gzdoom-lzma.patch
Patch3: gzdoom-vulkan.patch
Patch4: gzdoom-asmjit.patch
Patch5: gzdoom-system-gme.patch
Patch6: gzdoom-dl.patch
BuildRequires: cmake >= 2.8.7
BuildRequires: gcc-c++
BuildRequires: glslang-devel
@ -94,7 +95,7 @@ GZDoom is a port (a modification) of the original Doom source code, featuring:
%patch -P 3 -p1
rm -Rfv glslang src/rendering/vulkan/thirdparty/vulkan
%endif
%patch -P 4 -P 5 -p1
%patch -P 4 -P 5 -P 6 -p1
perl -i -pe 's{__DATE__}{""}g' src/posix/sdl/i_main.cpp
perl -i -pe 's{<unknown version>}{%version}g' \
tools/updaterevision/updaterevision.c