summaryrefslogtreecommitdiffstats
path: root/games/beetle-pcfx-libretro
diff options
context:
space:
mode:
author Hunter Sezen2018-11-04 21:41:25 +0100
committer Willy Sudiarto Raharjo2018-11-10 01:46:44 +0100
commitcdfb4c7ce79b09258b9fd1028b4779e58ebd3a7d (patch)
treea98d8b923f0a1ef26ed8b70090c1cbd0faa1b33b /games/beetle-pcfx-libretro
parentcb8e89cdba6a54b64a5b8ad27602c34b4d37776e (diff)
downloadslackbuilds-cdfb4c7ce79b09258b9fd1028b4779e58ebd3a7d.tar.gz
games/beetle-pcfx-libretro: Updated for version 2018.07.20_84b7ca6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/beetle-pcfx-libretro')
-rw-r--r--games/beetle-pcfx-libretro/README2
-rw-r--r--games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild21
-rw-r--r--games/beetle-pcfx-libretro/beetle-pcfx-libretro.info6
3 files changed, 8 insertions, 21 deletions
diff --git a/games/beetle-pcfx-libretro/README b/games/beetle-pcfx-libretro/README
index 701e1ff168..76b5e28a68 100644
--- a/games/beetle-pcfx-libretro/README
+++ b/games/beetle-pcfx-libretro/README
@@ -3,7 +3,7 @@ Beetle/Mednafen PC-FX is a libretro port of Mednafen PCFX.
Beetle/Mednafen PCFX requires the following BIOS image file for CD emulation to
work:
-* pcfx.bios (PC-FX BIOS)
+* pcfx.rom (PC-FX BIOS)
To build the debugging symbols use:
DEBUG=1 beetle-pcfx-libretro.SlackBuild
diff --git a/games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild b/games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild
index 2fae90d8ed..62a78508ca 100644
--- a/games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild
+++ b/games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for beetle-pcfx-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=beetle-pcfx-libretro
LIBNAM=mednafen_pcfx_libretro
-VERSION=${VERSION:-2017.12.20_042fe51}
+VERSION=${VERSION:-2018.07.20_84b7ca6}
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/beetle-pcfx-libretro/beetle-pcfx-libretro.info b/games/beetle-pcfx-libretro/beetle-pcfx-libretro.info
index 98ccf45186..61069bc181 100644
--- a/games/beetle-pcfx-libretro/beetle-pcfx-libretro.info
+++ b/games/beetle-pcfx-libretro/beetle-pcfx-libretro.info
@@ -1,8 +1,8 @@
PRGNAM="beetle-pcfx-libretro"
-VERSION="2017.12.20_042fe51"
+VERSION="2018.07.20_84b7ca6"
HOMEPAGE="https://www.libretro.com/"
-DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/beetle-pcfx-libretro/beetle-pcfx-libretro-2017.12.20_042fe51.tar.xz"
-MD5SUM="1cbff42b508163582e54290f023cf4cd"
+DOWNLOAD="http://slackless.raccoons.tech/src/libretro/beetle-pcfx-libretro-2018.07.20_84b7ca6.tar.xz"
+MD5SUM="8ce52c0f9e8f39e1ddd3135a4bb28f12"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"