summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2017-07-24 18:23:41 +0100
committer David Spencer <idlemoor@slackbuilds.org>2017-07-24 18:25:10 +0100
commit6d812faf77426ede61e48308d153ebc9e36c9298 (patch)
tree5ee257c1c2ec406753dd21f653e3674ae7436971 /games
parenteef4176189741ff2db7caf1d17d084c2e6485e85 (diff)
downloadslackbuilds-6d812faf77426ede61e48308d153ebc9e36c9298.tar.gz
slackbuilds-6d812faf77426ede61e48308d153ebc9e36c9298.tar.xz
games/RetroArch: Patched for input bugs.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/RetroArch/RetroArch.SlackBuild6
-rw-r--r--games/RetroArch/input.patch.gzbin0 -> 882 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/games/RetroArch/RetroArch.SlackBuild b/games/RetroArch/RetroArch.SlackBuild
index d6126c10b1..2251dead4b 100644
--- a/games/RetroArch/RetroArch.SlackBuild
+++ b/games/RetroArch/RetroArch.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=RetroArch
VERSION=${VERSION:-1.6.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -114,6 +114,10 @@ sed -e "s|# audio_filter_dir =|audio_filter_dir = /usr/lib${LIBDIRSUFFIX}/retroa
# https://github.com/libretro/RetroArch/commit/5c5c5ecbdfb05f78215ca6d4666b9ca20bd07805
zcat $CWD/udev.patch.gz | patch -p1
+# Disable keyboard input and restrict mouse input in some cases
+# https://github.com/libretro/RetroArch/commit/aa99f4f5ba1717414ef78b690aeb680f12d85aab
+zcat $CWD/input.patch.gz | patch -p1
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure --prefix=/usr \
diff --git a/games/RetroArch/input.patch.gz b/games/RetroArch/input.patch.gz
new file mode 100644
index 0000000000..1684306e7b
--- /dev/null
+++ b/games/RetroArch/input.patch.gz
Binary files differ