PKGNAME=gzdoom
PKGSEC=games
PKGDES="A DOOM source port with graphic and modding extensions"
PKGDEP="sdl2 zlib bzip2 libjpeg-turbo fluidsynth game-music-emu openal-soft \
	mpg123 libsndfile gtk-3 timidity++ nasm mesa glu tar sdl12-compat glew \
	zmusic vulkan glslang qzdl"
PKGPROV="zdoom"

CMAKE_AFTER=(
	"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
	"-DDYN_OPENAL=OFF"
)
# openSUSE: There is handcrafted assembler, which LTO does not play nice with
NOLTO=1
