diff --git a/recipes/wip/games/engines/gzdoom/recipe.toml b/recipes/wip/games/engines/gzdoom/recipe.toml deleted file mode 100644 index 801f5d155..000000000 --- a/recipes/wip/games/engines/gzdoom/recipe.toml +++ /dev/null @@ -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", -] diff --git a/recipes/wip/games/engines/uzdoom/recipe.toml b/recipes/wip/games/engines/uzdoom/recipe.toml new file mode 100644 index 000000000..7d5119edb --- /dev/null +++ b/recipes/wip/games/engines/uzdoom/recipe.toml @@ -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", +]