mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-27 16:15:39 +00:00
Merge pull request #22 from flathub/DependencyUpdates
Dependency updates
This commit is contained in:
commit
fb88d30afc
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "shared-modules"]
|
||||||
|
path = shared-modules
|
||||||
|
url = https://github.com/flathub/shared-modules
|
|
@ -70,6 +70,16 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="4.5.0" date="2020-10-31">
|
||||||
|
<description>
|
||||||
|
<p>Updated release package to GZDoom 4.5.0</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
|
<release version="4.4.2" date="2020-06-16">
|
||||||
|
<description>
|
||||||
|
<p>Updated release package to GZDoom 4.4.2</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="4.4.1" date="2020-06-10">
|
<release version="4.4.1" date="2020-06-10">
|
||||||
<description>
|
<description>
|
||||||
<p>Updated release package to GZDoom 4.4.1</p>
|
<p>Updated release package to GZDoom 4.4.1</p>
|
||||||
|
|
|
@ -29,15 +29,7 @@ cleanup:
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
|
|
||||||
- name: fluidsynth
|
- shared-modules/linux-audio/fluidsynth2.json
|
||||||
buildsystem: cmake-ninja
|
|
||||||
config-opts:
|
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
|
||||||
- -DLIB_SUFFIX=
|
|
||||||
sources:
|
|
||||||
- type: archive
|
|
||||||
url: https://github.com/FluidSynth/fluidsynth/archive/v1.1.11.tar.gz
|
|
||||||
sha256: da8878ff374d12392eecf87e96bad8711b8e76a154c25a571dd8614d1af80de8
|
|
||||||
|
|
||||||
# Music library behind zdoom
|
# Music library behind zdoom
|
||||||
- name: zmusic
|
- name: zmusic
|
||||||
|
@ -46,8 +38,8 @@ modules:
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/coelckers/ZMusic/archive/1.1.0.tar.gz
|
url: https://github.com/coelckers/ZMusic/archive/1.1.3.tar.gz
|
||||||
sha256: 69255ddb62ecb238474bc57e3f761a593006a22eef90c4e786ef613d9a643b3a
|
sha256: 5f432b022e023175eae7701625f79287e9ffe889a444179681381026b4fb93bf
|
||||||
|
|
||||||
# This builds both the application code and
|
# This builds both the application code and
|
||||||
# the custom game data
|
# the custom game data
|
||||||
|
@ -58,10 +50,10 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/coelckers/gzdoom.git
|
url: https://github.com/coelckers/gzdoom.git
|
||||||
tag: g4.4.2
|
tag: g4.5.0
|
||||||
commit: 04e53b815f8c1653cc77d5b6b376d99f93110be6
|
commit: 3037c08840f209f9f6b6d7e6c2c69632472a5d54
|
||||||
- type: file
|
- type: file
|
||||||
url: https://github.com/coelckers/gzdoom/raw/g4.4.2/soundfont/gzdoom.sf2
|
url: https://github.com/coelckers/gzdoom/raw/g4.5.0/soundfont/gzdoom.sf2
|
||||||
sha256: fca3e514b635a21789d4224e84865d2954a2a914d46b64aa8219ddb565c44869
|
sha256: fca3e514b635a21789d4224e84865d2954a2a914d46b64aa8219ddb565c44869
|
||||||
# I've discussed these patches upstream and a special -DFLATPAK_BUNDLE has been approved
|
# I've discussed these patches upstream and a special -DFLATPAK_BUNDLE has been approved
|
||||||
# https://forum.zdoom.org/viewtopic.php?f=15&t=68365&sid=884a41102b499f98ed9c76a62ee0e41d
|
# https://forum.zdoom.org/viewtopic.php?f=15&t=68365&sid=884a41102b499f98ed9c76a62ee0e41d
|
||||||
|
|
1
shared-modules
Submodule
1
shared-modules
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit ca1664c5d1d94899432f364f006c582898afbae2
|
Loading…
Reference in a new issue