diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-11-04 21:08:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:46:51 +0700 |
commit | d85e249774f9972afb28e4fcc00158620a19dde1 (patch) | |
tree | 7469862507fbe6e4944eebeed0e8ecd0befd8628 /games | |
parent | 25abe73ee5ca19acc59f16d4cdeeb03a06d29cd0 (diff) | |
download | slackbuilds-d85e249774f9972afb28e4fcc00158620a19dde1.tar.gz |
games/scummvm-libretro: Updated for version 2018.10.09_20d71cd.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm-libretro/scummvm-libretro.SlackBuild | 21 | ||||
-rw-r--r-- | games/scummvm-libretro/scummvm-libretro.info | 6 |
2 files changed, 7 insertions, 20 deletions
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" |