games/libretro-ppsspp: Updated for version 2017.09.29_25d3bab.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2017-09-29 22:15:26 +01:00 committed by David Spencer
parent 4059b487f2
commit b8eda53905
4 changed files with 14 additions and 15 deletions

View file

@ -1,9 +1,8 @@
PPSSPP is an PlayStation Portable video game system emulator that can be used
as a libretro core.
PPSSPP is an PlayStation Portable video game system emulator that can
be used as a libretro core.
PPSSPP requires the asset files from the assets directory and both the flash0
and lang directories from the PPSSPP source tree to be placed in the
system/PPSSPP directory for operation.
PPSSPP requires the contents of the assets directory from the PPSSPP
source tree to be placed in the system/PPSSPP directory for operation.
To build the debugging symbols use:
DEBUG=1 ./libretro-ppsspp.SlackBuild

View file

@ -2,7 +2,7 @@
# Slackware build script for libretro-ppsspp
# Copyright 2016 Hunter Sezen
# Copyright 2016-2017 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:-2016.12.14_5f7bcf7bf}
VERSION=${VERSION:-2017.09.29_25d3bab}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -57,9 +57,7 @@ else
LIBDIRSUFFIX=""
fi
DEBUG=${DEBUG:-0}
set -e
set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -74,7 +72,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
make -C libretro DEBUG=$DEBUG
[ "${DEBUG:=0}" != 0 ] && DEBUG=1
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

View file

@ -1,8 +1,8 @@
PRGNAM="libretro-ppsspp"
VERSION="2016.12.14_5f7bcf7bf"
VERSION="2017.09.29_25d3bab"
HOMEPAGE="https://www.libretro.com/"
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-ppsspp-2016.12.14_5f7bcf7bf.tar.xz"
MD5SUM="943ae1ab3443f69b3a4507cc5c7b36f1"
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-ppsspp-2017.09.29_25d3bab.tar.xz"
MD5SUM="fea85f64e77bc21c1a9cf107c16b16c3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"

View file

@ -11,7 +11,7 @@ libretro-ppsspp:
libretro-ppsspp: PPSSPP is an PlayStation Portable video game system emulator that can
libretro-ppsspp: be used as a libretro core.
libretro-ppsspp:
libretro-ppsspp: Homepage: http://www.libretro.com/
libretro-ppsspp: Homepage: https://www.libretro.com/
libretro-ppsspp:
libretro-ppsspp:
libretro-ppsspp: