From d50ef0575557890541767afb9ac82de39f59e70d Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sun, 5 Feb 2017 00:17:43 +0000 Subject: games/vba-next: Updated for version 2017.01.23_e773475. Signed-off-by: David Spencer --- games/vba-next/README | 4 ++++ games/vba-next/vba-next.SlackBuild | 4 ++-- games/vba-next/vba-next.info | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'games') diff --git a/games/vba-next/README b/games/vba-next/README index 8e456f7f23cba..6b15516f14e45 100644 --- a/games/vba-next/README +++ b/games/vba-next/README @@ -1,5 +1,9 @@ VBA-Next is a Game Boy Advance emulator based on VBA-M 2011 with backported patches for performance and compatibility improvements. +VBA-Next optionally supports using the following BIOS image file for operation: + +* gba_bios.bin (Game Boy Advance Image) + To build the debugging symbols use: DEBUG=1 ./vba-next.SlackBuild diff --git a/games/vba-next/vba-next.SlackBuild b/games/vba-next/vba-next.SlackBuild index 5e292c042d096..5c3d9d9641e19 100644 --- a/games/vba-next/vba-next.SlackBuild +++ b/games/vba-next/vba-next.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=vba-next LIBNAM=$(echo $PRGNAM | tr - _)_libretro -VERSION=${VERSION:-2016.04.19_308d0cd} +VERSION=${VERSION:-2017.01.23_e773475} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,7 @@ make -f Makefile.libretro DEBUG=$DEBUG install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so install -Dm0644 $LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info -if [ "${DEBUG:-0}" = "0" ]; then +if [ "$DEBUG" = "0" ]; then find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true fi diff --git a/games/vba-next/vba-next.info b/games/vba-next/vba-next.info index 27eb277531788..839a96e76b86f 100644 --- a/games/vba-next/vba-next.info +++ b/games/vba-next/vba-next.info @@ -1,8 +1,8 @@ PRGNAM="vba-next" -VERSION="2016.04.19_308d0cd" +VERSION="2017.01.23_e773475" HOMEPAGE="http://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/vba-next-2016.04.19_308d0cd.tar.xz" -MD5SUM="e5a6548a68d4d24e1e973943b3b0c754" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/vba-next-2017.01.23_e773475.tar.xz" +MD5SUM="c4964889cc6ef84edc404de6edb5baaa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" -- cgit v1.2.3