From dfef3794a5f9e0535601007b87d3d7d84a4cb5ec Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Thu, 4 Aug 2011 07:15:27 -0300 Subject: games/bsnes: Updated for version 0.080. Signed-off-by: Niels Horn --- games/bsnes/README | 6 +++--- games/bsnes/bsnes.SlackBuild | 5 ++--- games/bsnes/bsnes.info | 8 ++++---- 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 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" -- cgit v1.2.3