From d85e249774f9972afb28e4fcc00158620a19dde1 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sun, 4 Nov 2018 21:08:52 +0000 Subject: games/scummvm-libretro: Updated for version 2018.10.09_20d71cd. Signed-off-by: David Spencer --- games/scummvm-libretro/scummvm-libretro.SlackBuild | 21 ++++----------------- games/scummvm-libretro/scummvm-libretro.info | 6 +++--- 2 files changed, 7 insertions(+), 20 deletions(-) (limited to 'games') diff --git a/games/scummvm-libretro/scummvm-libretro.SlackBuild b/games/scummvm-libretro/scummvm-libretro.SlackBuild index fd192b50da..25664f8eae 100644 --- a/games/scummvm-libretro/scummvm-libretro.SlackBuild +++ b/games/scummvm-libretro/scummvm-libretro.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ScummVM-libretro -# 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=scummvm-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2017.12.18_6345d9a} +VERSION=${VERSION:-2018.10.09_20d71cd} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,21 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -# requires patching the Makefile to properly use -# the default CFLAGS and CXXFLAGS are probably fine -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi +LIBDIRSUFFIX= +[ "$ARCH" = x86_64 ] && LIBDIRSUFFIX=64 set -eu diff --git a/games/scummvm-libretro/scummvm-libretro.info b/games/scummvm-libretro/scummvm-libretro.info index 2f8e7d67e0..cc9b4c614b 100644 --- a/games/scummvm-libretro/scummvm-libretro.info +++ b/games/scummvm-libretro/scummvm-libretro.info @@ -1,8 +1,8 @@ PRGNAM="scummvm-libretro" -VERSION="2017.12.18_6345d9a" +VERSION="2018.10.09_20d71cd" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/scummvm-libretro/scummvm-libretro-2017.12.18_6345d9a.tar.xz" -MD5SUM="534e5a19ef9353f26c023c866254312a" +DOWNLOAD="http://slackless.raccoons.tech/src/libretro/scummvm-libretro-2018.10.09_20d71cd.tar.xz" +MD5SUM="9ef0f055c8a94708f7d2137084df473c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" -- cgit v1.2.3