From d1d463e693af5d499f26f0b15d2bccfcd8c2c93d Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Wed, 24 Jan 2018 11:02:24 +0000 Subject: [PATCH] games/libretro-ppsspp: Updated for version 2018.01.23_af33ca2. Signed-off-by: David Spencer --- games/libretro-ppsspp/libretro-ppsspp.SlackBuild | 8 ++++---- games/libretro-ppsspp/libretro-ppsspp.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/games/libretro-ppsspp/libretro-ppsspp.SlackBuild b/games/libretro-ppsspp/libretro-ppsspp.SlackBuild index d49aace409..f72d39e4c5 100644 --- a/games/libretro-ppsspp/libretro-ppsspp.SlackBuild +++ b/games/libretro-ppsspp/libretro-ppsspp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libretro-ppsspp -# Copyright 2016-2017 Hunter Sezen +# Copyright 2016-2018 Hunter Sezen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=libretro-ppsspp LIBNAM=ppsspp_libretro -VERSION=${VERSION:-2017.09.29_25d3bab} +VERSION=${VERSION:-2018.01.23_af33ca2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,12 +74,12 @@ find -L . \ [ "${DEBUG:=0}" != 0 ] && DEBUG=1 -make -C libretro DEBUG="$DEBUG" +make -C libretro DEBUG=$DEBUG install -Dm0644 libretro/$LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so install -Dm0644 $LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info -if [ "$DEBUG" = "0" ]; then +if [ $DEBUG = 0 ]; then find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true fi diff --git a/games/libretro-ppsspp/libretro-ppsspp.info b/games/libretro-ppsspp/libretro-ppsspp.info index 6adb541f7a..f413c588ab 100644 --- a/games/libretro-ppsspp/libretro-ppsspp.info +++ b/games/libretro-ppsspp/libretro-ppsspp.info @@ -1,8 +1,8 @@ PRGNAM="libretro-ppsspp" -VERSION="2017.09.29_25d3bab" +VERSION="2018.01.23_af33ca2" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-ppsspp-2017.09.29_25d3bab.tar.xz" -MD5SUM="fea85f64e77bc21c1a9cf107c16b16c3" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-ppsspp-2018.01.23_af33ca2.tar.xz" +MD5SUM="1b68dadbf07f6486b5be261eeeb5b9d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch"