mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-27 16:15:39 +00:00
Update g4.3.3
Also removed an old 32bit flag
This commit is contained in:
parent
b9bd991ee9
commit
8d27cf80f5
|
@ -70,6 +70,11 @@
|
|||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="4.3.3" date="2020-01-20">
|
||||
<description>
|
||||
<p>Updated release package to GZDoom 4.3.3</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="4.3.2" date="2020-01-12">
|
||||
<description>
|
||||
<p>Updated release package to GZDoom 4.3.2</p>
|
||||
|
|
|
@ -43,16 +43,15 @@ modules:
|
|||
buildsystem: cmake-ninja
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
# Required when targeting 32-bit x86
|
||||
# Required for 19.08 using GCC C++ 9.2
|
||||
- -DCMAKE_CXX_FLAGS=-msse3 -lrt
|
||||
- -DCMAKE_CXX_FLAGS=-lrt
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/coelckers/gzdoom.git
|
||||
tag: g4.3.2
|
||||
commit: 97625090848a5abcd81a200bc355e65e0a2dfa7d
|
||||
tag: g4.3.3
|
||||
commit: a3b0f214a4ee42bb6ada82286bad8471f7f59798
|
||||
- type: file
|
||||
url: https://github.com/coelckers/gzdoom/raw/g4.3.2/soundfont/gzdoom.sf2
|
||||
url: https://github.com/coelckers/gzdoom/raw/g4.3.3/soundfont/gzdoom.sf2
|
||||
sha256: fca3e514b635a21789d4224e84865d2954a2a914d46b64aa8219ddb565c44869
|
||||
- type: patch
|
||||
path: description.patch
|
||||
|
|
Loading…
Reference in a new issue