summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2015-07-04 04:14:24 +0200
committer Willy Sudiarto Raharjo2015-07-04 05:38:21 +0200
commit6704ddf34174c0feebd82e5d45966d81b7aef6c6 (patch)
treefa8271866281210db18a460236e981ce60479762
parent9e14997d4b175e22b24b9308fc0601ffc988774d (diff)
downloadslackbuilds-6704ddf34174c0feebd82e5d45966d81b7aef6c6.tar.gz
games/yabause: Updated for version 0.9.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/yabause/README2
-rw-r--r--games/yabause/yabause.SlackBuild8
-rw-r--r--games/yabause/yabause.info6
3 files changed, 7 insertions, 9 deletions
diff --git a/games/yabause/README b/games/yabause/README
index 93591ea128..9a112ef5c2 100644
--- a/games/yabause/README
+++ b/games/yabause/README
@@ -9,7 +9,7 @@ Yabause is a Sega Saturn emulator. It has the following features:
* joystick support
* region select
-gtkglext, mini18n and OpenAL are optional dependencies.
+gtkglext, mini18n, OpenAL, SDL2 and qt5 are optional dependencies.
By default the QT version of yabause is built. To use the GTK
version, first install gtkglext then pass USE_GUI=gtk to the
diff --git a/games/yabause/yabause.SlackBuild b/games/yabause/yabause.SlackBuild
index fba6fdb666..84f136db31 100644
--- a/games/yabause/yabause.SlackBuild
+++ b/games/yabause/yabause.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for yabause
-# Copyright 2011-2013 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2011-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=yabause
-VERSION=${VERSION:-0.9.12}
+VERSION=${VERSION:-0.9.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,8 +74,6 @@ USE_GUI=${USE_GUI:-qt}
# Fix location of man file.
sed -i 's|share/man|man|' src/CMakeLists.txt
-# Fix hard linked lib directory for gtkglext detection.
-sed -i "s|lib/|lib${LIBDIRSUFFIX}/|" src/gtk/CMakeLists.txt
mkdir build
cd build
@@ -87,7 +85,7 @@ cd build
-DYAB_MULTIBUILD=OFF \
-DYAB_NETWORK=ON \
-DYAB_OPTIMIZED_DMA=ON \
- -DYAB_PERKEYNAME=ON \
+ -DGDKGLEXT_CONFIG_INCLUDE_DIR:PATH="/usr/lib${LIBDIRSUFFIX}/gtkglext-1.0/include" \
-DCMAKE_BUILD_TYPE=Release ..
make VERBOSE=1
diff --git a/games/yabause/yabause.info b/games/yabause/yabause.info
index f1264c3e2b..e7e2676e4f 100644
--- a/games/yabause/yabause.info
+++ b/games/yabause/yabause.info
@@ -1,8 +1,8 @@
PRGNAM="yabause"
-VERSION="0.9.12"
+VERSION="0.9.14"
HOMEPAGE="http://yabause.org/"
-DOWNLOAD="http://downloads.sourceforge.net/yabause/yabause-0.9.12.tar.gz"
-MD5SUM="c7876c04489f8a1b59b3166598084cb8"
+DOWNLOAD="http://downloads.sourceforge.net/yabause/yabause-0.9.14.tar.gz"
+MD5SUM="c9248b31a1484fc72f55958afe742b82"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""