retroarch: update to 1.19.1.

This commit is contained in:
Vinfall 2024-07-06 13:26:58 +08:00 committed by cinerea0
parent c311635e1f
commit c1f9c1e1c2
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'retroarch' # Template file for 'retroarch'
pkgname=retroarch pkgname=retroarch
version=1.16.0.3 version=1.19.1
revision=3 revision=1
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 --disable-builtinglslang
@ -24,7 +24,7 @@ license="GPL-3.0-or-later"
homepage="https://www.retroarch.com/" homepage="https://www.retroarch.com/"
changelog="https://raw.githubusercontent.com/libretro/RetroArch/master/CHANGES.md" changelog="https://raw.githubusercontent.com/libretro/RetroArch/master/CHANGES.md"
distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz" distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz"
checksum=556aaec4afebd901d9f252181256bb1a2a91606c5eabb432927320f5e67a2c61 checksum=504a3a8a6e5861eb43a61be8339f61183e7ea940c1ff68ac2a2f57d35c67f8ff
build_options="ffmpeg flac glcore gles2 glslang jack neon pulseaudio qt5 sdl2 vulkan wayland x11" build_options="ffmpeg flac glcore gles2 glslang 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 glslang pulseaudio sdl2 vulkan wayland x11"