mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
retroarch: use builtin glslang
This commit is contained in:
parent
e7751e935b
commit
3805f7f3f4
1 changed files with 7 additions and 18 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'retroarch'
|
# Template file for 'retroarch'
|
||||||
pkgname=retroarch
|
pkgname=retroarch
|
||||||
version=1.19.1
|
version=1.19.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --sysconfdir=/etc --enable-networking
|
configure_args="--prefix=/usr --sysconfdir=/etc --enable-networking
|
||||||
--enable-udev --disable-builtinflac --disable-builtinglslang
|
--enable-udev --disable-builtinflac --enable-systemmbedtls
|
||||||
--enable-systemmbedtls --disable-builtinbearssl --disable-builtinzlib
|
--disable-builtinbearssl --disable-builtinzlib
|
||||||
$(vopt_enable ffmpeg) $(vopt_enable flac) $(vopt_enable glslang) $(vopt_enable jack)
|
$(vopt_enable ffmpeg) $(vopt_enable flac) $(vopt_enable jack)
|
||||||
$(vopt_enable pulseaudio pulse) $(vopt_enable qt5 qt)
|
$(vopt_enable pulseaudio pulse) $(vopt_enable qt5 qt)
|
||||||
$(vopt_enable sdl2) $(vopt_enable vulkan) $(vopt_enable wayland) $(vopt_enable x11)"
|
$(vopt_enable sdl2) $(vopt_enable vulkan) $(vopt_enable wayland) $(vopt_enable x11)"
|
||||||
conf_files="/etc/retroarch.cfg"
|
conf_files="/etc/retroarch.cfg"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="alsa-lib-devel eudev-libudev-devel freetype-devel libusb-devel libxkbcommon-devel
|
makedepends="alsa-lib-devel eudev-libudev-devel freetype-devel libusb-devel libxkbcommon-devel
|
||||||
mbedtls-devel zlib-devel $(vopt_if ffmpeg ffmpeg6-devel) $(vopt_if flac libflac-devel)
|
mbedtls-devel zlib-devel $(vopt_if ffmpeg ffmpeg6-devel) $(vopt_if flac libflac-devel)
|
||||||
$(vopt_if glslang 'glslang-devel SPIRV-Tools-devel') $(vopt_if jack jack-devel)
|
$(vopt_if jack jack-devel) $(vopt_if pulseaudio pulseaudio-devel)
|
||||||
$(vopt_if pulseaudio pulseaudio-devel)
|
|
||||||
$(vopt_if qt5 qt5-devel) $(vopt_if sdl2 SDL2-devel) $(vopt_if vulkan vulkan-loader-devel)
|
$(vopt_if qt5 qt5-devel) $(vopt_if sdl2 SDL2-devel) $(vopt_if vulkan vulkan-loader-devel)
|
||||||
$(vopt_if x11 'libXext-devel libXinerama-devel libXxf86vm-devel')"
|
$(vopt_if x11 'libXext-devel libXinerama-devel libXxf86vm-devel')"
|
||||||
depends="$(vopt_if vulkan vulkan-loader) $(vopt_if x11 xdg-utils)"
|
depends="$(vopt_if vulkan vulkan-loader) $(vopt_if x11 xdg-utils)"
|
||||||
|
@ -26,11 +25,10 @@ changelog="https://raw.githubusercontent.com/libretro/RetroArch/master/CHANGES.m
|
||||||
distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz"
|
distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz"
|
||||||
checksum=504a3a8a6e5861eb43a61be8339f61183e7ea940c1ff68ac2a2f57d35c67f8ff
|
checksum=504a3a8a6e5861eb43a61be8339f61183e7ea940c1ff68ac2a2f57d35c67f8ff
|
||||||
|
|
||||||
build_options="ffmpeg flac glcore gles2 glslang jack neon pulseaudio qt5 sdl2 vulkan wayland x11"
|
build_options="ffmpeg flac glcore gles2 jack neon pulseaudio qt5 sdl2 vulkan wayland x11"
|
||||||
build_options_default="ffmpeg flac glcore glslang pulseaudio sdl2 vulkan wayland x11"
|
build_options_default="ffmpeg flac glcore pulseaudio sdl2 vulkan wayland x11"
|
||||||
|
|
||||||
desc_option_glcore="Enable support for OpenGL 3.2 core+ and OpenGL ES 3+"
|
desc_option_glcore="Enable support for OpenGL 3.2 core+ and OpenGL ES 3+"
|
||||||
desc_option_glslang="Enable support for GLSL shaders"
|
|
||||||
desc_option_neon="Enable support for ARM Neon SIMD extension"
|
desc_option_neon="Enable support for ARM Neon SIMD extension"
|
||||||
|
|
||||||
vopt_conflict glcore gles2 # gles2 disables glcore support
|
vopt_conflict glcore gles2 # gles2 disables glcore support
|
||||||
|
@ -42,9 +40,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_glcore" ]; then
|
if [ "$build_option_glcore" ]; then
|
||||||
if [ -z "$build_option_glslang" ]; then
|
|
||||||
msg_error "$pkgname: 'glcore' option requires 'glslang'.\n"
|
|
||||||
fi
|
|
||||||
configure_args+=" --enable-opengl_core"
|
configure_args+=" --enable-opengl_core"
|
||||||
else
|
else
|
||||||
configure_args+=" --disable-opengl_core"
|
configure_args+=" --disable-opengl_core"
|
||||||
|
@ -61,12 +56,6 @@ if [ "$build_option_qt5" ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_vulkan" ]; then
|
|
||||||
if [ -z "$build_option_glslang" ]; then
|
|
||||||
msg_error "$pkgname: 'vulkan' option requires 'glslang'.\n"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$build_option_wayland" ]; then
|
if [ "$build_option_wayland" ]; then
|
||||||
if [ -z "$build_option_gles2" -a -z "$build_option_glcore" ]; then
|
if [ -z "$build_option_gles2" -a -z "$build_option_glcore" ]; then
|
||||||
msg_error "$pkgname: 'wayland' option requires 'gles2' or 'glcore'.\n"
|
msg_error "$pkgname: 'wayland' option requires 'gles2' or 'glcore'.\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue