diff options
-rw-r--r-- | games/beetle-pcfx-libretro/README | 2 | ||||
-rw-r--r-- | games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild | 21 | ||||
-rw-r--r-- | games/beetle-pcfx-libretro/beetle-pcfx-libretro.info | 6 |
3 files changed, 8 insertions, 21 deletions
diff --git a/games/beetle-pcfx-libretro/README b/games/beetle-pcfx-libretro/README index 701e1ff168b03..76b5e28a685b5 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 2fae90d8ed953..62a78508caee7 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 98ccf4518605b..61069bc181495 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" |