summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2011-08-04 12:15:27 +0200
committer Niels Horn2011-08-04 12:15:27 +0200
commitdfef3794a5f9e0535601007b87d3d7d84a4cb5ec (patch)
tree3974ded78c20c0bc158678848b415579e5f9e988
parenta0ae03b0d31360ccf6705c4e39d960d04d97b940 (diff)
downloadslackbuilds-dfef3794a5f9e0535601007b87d3d7d84a4cb5ec.tar.gz
games/bsnes: Updated for version 0.080.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--games/bsnes/README6
-rw-r--r--games/bsnes/bsnes.SlackBuild5
-rw-r--r--games/bsnes/bsnes.info8
3 files changed, 9 insertions, 10 deletions
diff --git a/games/bsnes/README b/games/bsnes/README
index 059112c7d0..00ba5f0c3a 100644
--- a/games/bsnes/README
+++ b/games/bsnes/README
@@ -15,7 +15,7 @@ then pass INTERFACE=gtk to the slackbuild.
2) There are 3 modes that bsnes can be built. The 3 modes can no
longer be chosen from within the game. There can only be one mode
-chosen at build time. The 3 modes are accuracy (default),
-compatibility, and performance. To choose compatibility modes
-pass PROFILE=compatibility to the slackbuild. For performance
+chosen at build time. The 3 modes are compatibility (default),
+accuracy, and performance. To choose accuracy modes
+pass PROFILE=accuracy to the slackbuild. For performance
mode pass PROFILE=performance to the slackbuild.
diff --git a/games/bsnes/bsnes.SlackBuild b/games/bsnes/bsnes.SlackBuild
index cfde6e25e0..3c5bc2d16d 100644
--- a/games/bsnes/bsnes.SlackBuild
+++ b/games/bsnes/bsnes.SlackBuild
@@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=bsnes
-VERSION=${VERSION:-0.079}
+VERSION=${VERSION:-0.080}
SRCVER=${VERSION:2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,9 +80,8 @@ fi
# Determine which mode to build bsnes.
# Possible values for PROFILE are accuracy, compatibility, and performance.
-PROFILE=${PROFILE:-accuracy}
+PROFILE=${PROFILE:-compatibility}
-# Determine which mode for profile in compatibility performance accuracy; do
CXXFLAGS="$SLKCFLAGS" \
make \
platform=x \
diff --git a/games/bsnes/bsnes.info b/games/bsnes/bsnes.info
index 92360ec36c..142a202a11 100644
--- a/games/bsnes/bsnes.info
+++ b/games/bsnes/bsnes.info
@@ -1,10 +1,10 @@
PRGNAM="bsnes"
-VERSION="0.079"
+VERSION="0.080"
HOMEPAGE="http://byuu.org/bsnes/"
-DOWNLOAD="http://bsnes.googlecode.com/files/bsnes_v079-source.tar.bz2"
-MD5SUM="22513f713e29824a85a0fe193298f9f2"
+DOWNLOAD="http://bsnes.googlecode.com/files/bsnes_v080-source.tar.bz2"
+MD5SUM="a5697cc0a15cb22e628eea2c74396e88"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
-APPROVED="rworkman"
+APPROVED="rworkman,Niels Horn"