diff --git a/games/yabause/README b/games/yabause/README index ef6d56de67..8ccc5ca787 100644 --- a/games/yabause/README +++ b/games/yabause/README @@ -10,13 +10,7 @@ Yabause is a Sega Saturn emulator. It has the following features: * region select Requires: gtkglext - -Optional: mini18n, OpenAL and Qt4. - -By default the gtk interface is built. If you would like to build -the Qt4 interface then pass HAVE_QT4=yes to the slackbuild. This -additionally makes Qt4 a requirement. - +Optional: mini18n and OpenAL For translation support install mini18n. Before using Yabause, you need to configure a few things in diff --git a/games/yabause/yabause.SlackBuild b/games/yabause/yabause.SlackBuild index a6b8fdaf20..3645ae4e66 100644 --- a/games/yabause/yabause.SlackBuild +++ b/games/yabause/yabause.SlackBuild @@ -16,7 +16,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Variable to determine gtk/qt4 interface. -HAVE_QT4=${HAVE_QT4:-no} +HAVE_QT4=${HAVE_QT4:-yes} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" @@ -85,4 +85,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/games/yabause/yabause.info b/games/yabause/yabause.info index 185c246721..c5e372f71b 100644 --- a/games/yabause/yabause.info +++ b/games/yabause/yabause.info @@ -2,7 +2,9 @@ PRGNAM="yabause" VERSION="0.9.10" HOMEPAGE="http://yabause.org/" DOWNLOAD="http://downloads.sourceforge.net/yabause/yabause-0.9.10.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="7e39dd1eb37539d8f24e644fd52a72a7" +MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" APPROVED="rworkman"