From 2a5b730715b072b41348b720b0fb3d28cad2c0d1 Mon Sep 17 00:00:00 2001 From: kwyxz Date: Fri, 23 Aug 2024 01:23:51 -0700 Subject: [PATCH] temporarily using a git revision to fix broken command-line arguments and enable use with ES-DE (#10851) --- games-emulation/retroarch/retroarch-1.19.1.recipe | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/games-emulation/retroarch/retroarch-1.19.1.recipe b/games-emulation/retroarch/retroarch-1.19.1.recipe index 0a12c1fc1..b99a6fc91 100644 --- a/games-emulation/retroarch/retroarch-1.19.1.recipe +++ b/games-emulation/retroarch/retroarch-1.19.1.recipe @@ -6,11 +6,14 @@ shaders, netplay, rewinding, next-frame response times, and more!" HOMEPAGE="https://www.retroarch.com/" COPYRIGHT="2010-2022 The RetroArch Team" LICENSE="GNU GPL v3" -REVISION="1" -SOURCE_URI="https://github.com/libretro/RetroArch/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="504a3a8a6e5861eb43a61be8339f61183e7ea940c1ff68ac2a2f57d35c67f8ff" +REVISION="2" +#SOURCE_URI="https://github.com/libretro/RetroArch/archive/v$portVersion.tar.gz" +srcGitRev="fab86199a8bc150b3aa755d262acca0b4c63693f" +SOURCE_URI="https://github.com/libretro/RetroArch/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="69b841f4505db6f798e078e96b4cd9928096ce977e3d0975c5a574df35fabd78" SOURCE_FILENAME="retroarch-$portVersion.tar.gz" -SOURCE_DIR="RetroArch-$portVersion" +#SOURCE_DIR="RetroArch-$portVersion" +SOURCE_DIR="RetroArch-$srcGitRev" ADDITIONAL_FILES="retroarch.rdef.in" ARCHITECTURES="all !x86_gcc2"