mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-27 16:15:39 +00:00
Update ZMusic to 1.1.7
This commit is contained in:
parent
fb88d30afc
commit
5d62f9798d
|
@ -29,6 +29,9 @@ cleanup:
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
|
|
||||||
|
# Upgrading to 2.2.x can only be done with ZMusic 1.1.8 which is not out yet
|
||||||
|
# FluidSynth 2.2.x will also include a proper SDL2 backend which should resolve
|
||||||
|
# the warning messages you now get.
|
||||||
- shared-modules/linux-audio/fluidsynth2.json
|
- shared-modules/linux-audio/fluidsynth2.json
|
||||||
|
|
||||||
# Music library behind zdoom
|
# Music library behind zdoom
|
||||||
|
@ -38,8 +41,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.3.tar.gz
|
url: https://github.com/coelckers/ZMusic/archive/1.1.7.tar.gz
|
||||||
sha256: 5f432b022e023175eae7701625f79287e9ffe889a444179681381026b4fb93bf
|
sha256: 3800e40da5015fb3eee408b0639d69ece49cfd0d00466292e48b8ff94383d9f2
|
||||||
|
|
||||||
# This builds both the application code and
|
# This builds both the application code and
|
||||||
# the custom game data
|
# the custom game data
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ca1664c5d1d94899432f364f006c582898afbae2
|
Subproject commit a79072c2f6cd6c5b1a6cb8ccec649cfb87608926
|
Loading…
Reference in a new issue