Update and rename gzdoom recipe to uzdoom

This commit is contained in:
Ribbon 2026-02-17 19:11:11 -03:00
parent 8aec2345df
commit cee57b40cc
2 changed files with 24 additions and 19 deletions

View File

@ -1,19 +0,0 @@
#TODO not compiled or tested
# build instructions: https://zdoom.org/wiki/Compile_GZDoom_on_Linux
[source]
git = "https://github.com/ZDoom/gzdoom"
branch = "4.14.2"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DHAVE_VULKAN=OFF",
"-DHAVE_GLES2=OFF",
]
dependencies = [
"sdl2",
#"mesa",
#"mesa-glu",
"openal",
"zmusic",
]

View File

@ -0,0 +1,24 @@
#TODO not compiled or tested
#TODO determine minumum dependencies from cmake log
# build instructions: https://github.com/UZDoom/UZDoom/wiki/Compilation#linux
[source]
git = "https://github.com/UZDoom/UZDoom"
branch = "4.14.3"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DHAVE_VULKAN=OFF",
"-DHAVE_GLES2=OFF",
]
dependencies = [
"sdl2",
#"mesa",
#"mesa-glu",
"openal",
"bzip2",
"openmp",
#"libvpx",
#"libwebp",
#"zmusic",
]