Update g4.3.3

Also removed an old 32bit flag
This commit is contained in:
Eonfge 2020-01-21 17:27:04 +01:00
parent b9bd991ee9
commit 8d27cf80f5
2 changed files with 9 additions and 5 deletions

View file

@ -70,6 +70,11 @@
</screenshots> </screenshots>
<releases> <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"> <release version="4.3.2" date="2020-01-12">
<description> <description>
<p>Updated release package to GZDoom 4.3.2</p> <p>Updated release package to GZDoom 4.3.2</p>

View file

@ -43,16 +43,15 @@ modules:
buildsystem: cmake-ninja buildsystem: cmake-ninja
config-opts: config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo - -DCMAKE_BUILD_TYPE=RelWithDebInfo
# Required when targeting 32-bit x86
# Required for 19.08 using GCC C++ 9.2 # Required for 19.08 using GCC C++ 9.2
- -DCMAKE_CXX_FLAGS=-msse3 -lrt - -DCMAKE_CXX_FLAGS=-lrt
sources: sources:
- type: git - type: git
url: https://github.com/coelckers/gzdoom.git url: https://github.com/coelckers/gzdoom.git
tag: g4.3.2 tag: g4.3.3
commit: 97625090848a5abcd81a200bc355e65e0a2dfa7d commit: a3b0f214a4ee42bb6ada82286bad8471f7f59798
- type: file - 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 sha256: fca3e514b635a21789d4224e84865d2954a2a914d46b64aa8219ddb565c44869
- type: patch - type: patch
path: description.patch path: description.patch