summaryrefslogtreecommitdiffstats
path: root/games/vbam
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2018-07-02 05:21:29 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-07-07 06:54:21 +0700
commit30b2a044862f026aa8a25e9a06855b2408385c3f (patch)
tree3ced9694473ad81cac3a61a6508a2b9561b09d27 /games/vbam
parent8ecc68eec732b44cf80684678bab6c60099946a7 (diff)
downloadslackbuilds-30b2a044862f026aa8a25e9a06855b2408385c3f.tar.gz
slackbuilds-30b2a044862f026aa8a25e9a06855b2408385c3f.tar.xz
games/vbam: Updated for version 2.1.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/vbam')
-rw-r--r--games/vbam/README5
-rw-r--r--games/vbam/vbam.SlackBuild14
-rw-r--r--games/vbam/vbam.info6
3 files changed, 14 insertions, 11 deletions
diff --git a/games/vbam/README b/games/vbam/README
index a93e2e3a8c..a300e865d2 100644
--- a/games/vbam/README
+++ b/games/vbam/README
@@ -1,3 +1,5 @@
+vbam (cross-platform GameBoy emulator)
+
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high compatibility
with commercial games. It emulates the Nintendo Game Boy Advance hand
held console, in addition to the original Game Boy hand held systems
@@ -12,3 +14,6 @@ FFMPEG=ON will enable recording and playback. It requires ffmpeg.
There are a couple of alternatives on SBo you might try instead of this
VBAM SlackBuild: vbam-libretro, mgba, and/or libretro-mgba.
+
+Note: when upgrading from 2.0.2 to 2.1.0, you may have to "rm -rf
+~/.vbam". Do this if vbam segfaults.
diff --git a/games/vbam/vbam.SlackBuild b/games/vbam/vbam.SlackBuild
index 4dc06ba1c9..4ec87ac2b8 100644
--- a/games/vbam/vbam.SlackBuild
+++ b/games/vbam/vbam.SlackBuild
@@ -1,11 +1,10 @@
#!/bin/sh
-# Slackbuild for vbam
-
-# Currently maintained by B. Watson <yalhcru@gmail.com>
-# Previously maintained by Dugan Chen <email removed>
+# Slackbuild for vbam
-# Written by JK Wood <email removed>
+# Currently maintained by B. Watson <yalhcru@gmail.com>.
+# Previously maintained by Dugan Chen <email removed>.
+# Written by JK Wood <email removed>.
# Slackbuild is released under the Dog-on-Fire License:
# If use of this script causes your dog to catch on fire,
@@ -23,10 +22,9 @@
# Modified by the SlackBuilds.org project.
+# 20180702 bkw: updated for 2.1.0.
# 20180612 bkw: updated for 2.0.2.
-
# 20171219 bkw: updated for 2.0.1.
-
# 20170302 bkw: use long-format github URL
# 20170126 bkw:
@@ -45,7 +43,7 @@
# - Correct README, plus cosmetic reformatting.
PRGNAM=vbam
-VERSION=${VERSION:-2.0.2}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/games/vbam/vbam.info b/games/vbam/vbam.info
index 42d32655b6..086e2bd6be 100644
--- a/games/vbam/vbam.info
+++ b/games/vbam/vbam.info
@@ -1,8 +1,8 @@
PRGNAM="vbam"
-VERSION="2.0.2"
+VERSION="2.1.0"
HOMEPAGE="http://vba-m.com/"
-DOWNLOAD="https://github.com/visualboyadvance-m/visualboyadvance-m/archive/v2.0.2/visualboyadvance-m-2.0.2.tar.gz"
-MD5SUM="6dbe6116fb9fdca40c80a709d9a3f330"
+DOWNLOAD="https://github.com/visualboyadvance-m/visualboyadvance-m/archive/v2.1.0/visualboyadvance-m-2.1.0.tar.gz"
+MD5SUM="3efb50ee0935a037dc8000b0812bdfc6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2 SFML wxGTK3"