summaryrefslogtreecommitdiffstats
path: root/games/pcsx-rearmed
diff options
context:
space:
mode:
author Hunter Sezen2018-11-04 22:08:23 +0100
committer Willy Sudiarto Raharjo2018-11-10 01:46:51 +0100
commit09d0ea4792f3c4b7fdfe1709956a0517d88de92f (patch)
treec2bf4d9dd64458c475a182e84cb23e7b9a93412e /games/pcsx-rearmed
parent9e11d7a792d841b8c20f2aa5d11b15328986b051 (diff)
downloadslackbuilds-09d0ea4792f3c4b7fdfe1709956a0517d88de92f.tar.gz
games/pcsx-rearmed: Updated for version 2018.09.07_0370856.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/pcsx-rearmed')
-rw-r--r--games/pcsx-rearmed/pcsx-rearmed.SlackBuild21
-rw-r--r--games/pcsx-rearmed/pcsx-rearmed.info6
2 files changed, 7 insertions, 20 deletions
diff --git a/games/pcsx-rearmed/pcsx-rearmed.SlackBuild b/games/pcsx-rearmed/pcsx-rearmed.SlackBuild
index baf6140d0f..7c6c68d01c 100644
--- a/games/pcsx-rearmed/pcsx-rearmed.SlackBuild
+++ b/games/pcsx-rearmed/pcsx-rearmed.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for PCSX-ReARMed
-# 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=pcsx-rearmed
LIBNAM=pcsx_rearmed_libretro
-VERSION=${VERSION:-2017.12.16_ec665d1}
+VERSION=${VERSION:-2018.09.07_0370856}
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/pcsx-rearmed/pcsx-rearmed.info b/games/pcsx-rearmed/pcsx-rearmed.info
index 741dc23bbd..12e2b6bb5b 100644
--- a/games/pcsx-rearmed/pcsx-rearmed.info
+++ b/games/pcsx-rearmed/pcsx-rearmed.info
@@ -1,8 +1,8 @@
PRGNAM="pcsx-rearmed"
-VERSION="2017.12.16_ec665d1"
+VERSION="2018.09.07_0370856"
HOMEPAGE="https://www.libretro.com/"
-DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/pcsx-rearmed/pcsx-rearmed-2017.12.16_ec665d1.tar.xz"
-MD5SUM="f7346b502c98ec3f788ff25ceac87ced"
+DOWNLOAD="http://slackless.raccoons.tech/src/libretro/pcsx-rearmed-2018.09.07_0370856.tar.xz"
+MD5SUM="29ea15d12e99a0c732c7ffe4374f5af1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"