From c1f9c1e1c2f6a41dacd4f8b99d78bec9c8f61993 Mon Sep 17 00:00:00 2001 From: Vinfall Date: Sat, 6 Jul 2024 13:26:58 +0800 Subject: [PATCH] retroarch: update to 1.19.1. --- srcpkgs/retroarch/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template index 5429d13ef3e..2bbd93ce75c 100644 --- a/srcpkgs/retroarch/template +++ b/srcpkgs/retroarch/template @@ -1,7 +1,7 @@ # Template file for 'retroarch' pkgname=retroarch -version=1.16.0.3 -revision=3 +version=1.19.1 +revision=1 build_style=configure configure_args="--prefix=/usr --sysconfdir=/etc --enable-networking --enable-udev --disable-builtinflac --disable-builtinglslang @@ -24,7 +24,7 @@ license="GPL-3.0-or-later" homepage="https://www.retroarch.com/" changelog="https://raw.githubusercontent.com/libretro/RetroArch/master/CHANGES.md" 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_default="ffmpeg flac glcore glslang pulseaudio sdl2 vulkan wayland x11"