From 6704ddf34174c0feebd82e5d45966d81b7aef6c6 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sat, 4 Jul 2015 09:14:24 +0700 Subject: games/yabause: Updated for version 0.9.14. Signed-off-by: Willy Sudiarto Raharjo --- games/yabause/README | 2 +- games/yabause/yabause.SlackBuild | 8 +++----- games/yabause/yabause.info | 6 +++--- 3 files changed, 7 insertions(+), 9 deletions(-) (limited to 'games') 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 +# Copyright 2011-2015 Larry Hajali # 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="" -- cgit v1.2.3