games/bsnes: Updated for version 0.080.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Larry Hajali 2011-08-04 07:15:27 -03:00 committed by Niels Horn
parent a0ae03b0d3
commit dfef3794a5
3 changed files with 9 additions and 10 deletions

View File

@ -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.

View File

@ -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 \

View File

@ -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"