forked from pool/gzdoom
This commit is contained in:
parent
027da40e62
commit
6081806b06
27
gzdoom-dl.patch
Normal file
27
gzdoom-dl.patch
Normal file
File diff suppressed because one or more lines are too long
@ -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
|
* This is a bugfix release without new features. The notable
|
||||||
highlight is that this fixes translucent objects in the
|
highlight is that this fixes translucent objects in the
|
||||||
software renderer.
|
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>
|
Tue Oct 1 06:23:02 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
@ -31,6 +31,7 @@ Patch2: gzdoom-lzma.patch
|
|||||||
Patch3: gzdoom-vulkan.patch
|
Patch3: gzdoom-vulkan.patch
|
||||||
Patch4: gzdoom-asmjit.patch
|
Patch4: gzdoom-asmjit.patch
|
||||||
Patch5: gzdoom-system-gme.patch
|
Patch5: gzdoom-system-gme.patch
|
||||||
|
Patch6: gzdoom-dl.patch
|
||||||
BuildRequires: cmake >= 2.8.7
|
BuildRequires: cmake >= 2.8.7
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glslang-devel
|
BuildRequires: glslang-devel
|
||||||
@ -94,7 +95,7 @@ GZDoom is a port (a modification) of the original Doom source code, featuring:
|
|||||||
%patch -P 3 -p1
|
%patch -P 3 -p1
|
||||||
rm -Rfv glslang src/rendering/vulkan/thirdparty/vulkan
|
rm -Rfv glslang src/rendering/vulkan/thirdparty/vulkan
|
||||||
%endif
|
%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{__DATE__}{""}g' src/posix/sdl/i_main.cpp
|
||||||
perl -i -pe 's{<unknown version>}{%version}g' \
|
perl -i -pe 's{<unknown version>}{%version}g' \
|
||||||
tools/updaterevision/updaterevision.c
|
tools/updaterevision/updaterevision.c
|
||||||
|
Loading…
Reference in New Issue
Block a user