summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Hunter Sezen2018-11-04 21:49:40 +0100
committer Willy Sudiarto Raharjo2018-11-10 01:46:45 +0100
commitdc5f35afcae5c663e214f5a92af387ee81d62e53 (patch)
tree038eda9dd3d6a6fdf0be32c78bc8f97fce3a1ae7 /games
parentc5f6411607189bdb89e4e867ed31ecb0f958da32 (diff)
downloadslackbuilds-dc5f35afcae5c663e214f5a92af387ee81d62e53.tar.gz
games/blastem-libretro: Updated for version 2018.08.12_ccc1118.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/blastem-libretro/blastem-libretro.SlackBuild21
-rw-r--r--games/blastem-libretro/blastem-libretro.info6
2 files changed, 7 insertions, 20 deletions
diff --git a/games/blastem-libretro/blastem-libretro.SlackBuild b/games/blastem-libretro/blastem-libretro.SlackBuild
index 76a7b5d92f..fe1daa704f 100644
--- a/games/blastem-libretro/blastem-libretro.SlackBuild
+++ b/games/blastem-libretro/blastem-libretro.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for BlastEm-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=blastem-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2017.09.19_13209ec}
+VERSION=${VERSION:-2018.08.12_ccc1118}
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/blastem-libretro/blastem-libretro.info b/games/blastem-libretro/blastem-libretro.info
index 6209b5a6f3..46179a279c 100644
--- a/games/blastem-libretro/blastem-libretro.info
+++ b/games/blastem-libretro/blastem-libretro.info
@@ -1,8 +1,8 @@
PRGNAM="blastem-libretro"
-VERSION="2017.09.19_13209ec"
+VERSION="2018.08.12_ccc1118"
HOMEPAGE="https://www.libretro.com/"
-DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/blastem-libretro/blastem-libretro-2017.09.19_13209ec.tar.xz"
-MD5SUM="8262946517042c81aa29582df1e84bd4"
+DOWNLOAD="http://slackless.raccoons.tech/src/libretro/blastem-libretro-2018.08.12_ccc1118.tar.xz"
+MD5SUM="a4ddb4a6e1e189fb36b3f8e003ddb1db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"