mr_bones_    15/02/09 21:39:51

  Modified:             ChangeLog
  Added:                yabause-0.9.14.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.38                 games-emulation/yabause/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/yabause/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/yabause/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   2 Mar 2013 21:15:10 -0000       1.37
+++ ChangeLog   9 Feb 2015 21:39:51 -0000       1.38
@@ -1,6 +1,14 @@
 # ChangeLog for games-emulation/yabause
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.37 
2013/03/02 21:15:10 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.38 
2015/02/09 21:39:51 mr_bones_ Exp $
+
+*yabause-0.9.14 (09 Feb 2015)
+
+  09 Feb 2015; Michael Sterrett <[email protected]>
+  +files/yabause-0.9.14-RWX.patch, +files/yabause-0.9.14-cmake.patch,
+  +yabause-0.9.14.ebuild, files/yabause-0.9.12-RWX.patch,
+  files/yabause-0.9.12-cmake.patch:
+  version bump
 
   02 Mar 2013; Markos Chandras <[email protected]> yabause-0.9.12.ebuild:
   Move Qt dependencies to the new category



1.1                  games-emulation/yabause/yabause-0.9.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/yabause/yabause-0.9.14.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/yabause/yabause-0.9.14.ebuild?rev=1.1&content-type=text/plain

Index: yabause-0.9.14.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.9.14.ebuild,v 1.1 
2015/02/09 21:39:51 mr_bones_ Exp $

EAPI=5
inherit eutils cmake-utils games

DESCRIPTION="A Sega Saturn emulator"
HOMEPAGE="http://yabause.org/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="openal opengl qt5 sdl"

# x11-libs/libXrandr is an automagic dep
# qt5 over qt4 and libsdl2 over libsdl is
# also done automatically.  Send patches
# upstream to make the choices explicit.
RDEPEND="
        x11-libs/libXrandr
        openal? ( media-libs/openal )
        opengl? (
                media-libs/freeglut
                virtual/glu
                virtual/opengl
        )
        qt5? (
                dev-qt/qtcore:5
                dev-qt/qtwidgets:5[opengl?]
                opengl? ( dev-qt/qtopengl:5 )
        )
        !qt5? (
                dev-libs/glib:2
                x11-libs/gtk+:2
                x11-libs/gtkglext
        )
        sdl? ( media-libs/libsdl2[opengl?,video] )"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

src_prepare() {
        epatch "${FILESDIR}"/${P}-RWX.patch \
                "${FILESDIR}"/${P}-cmake.patch
}

src_configure() {
        local mycmakeargs=(
                -DBINDIR="${GAMES_BINDIR}"
                -DTRANSDIR="${GAMES_DATADIR}"/${PN}/yts
                -DYAB_OPTIMIZATION=""
                $(cmake-utils_use sdl YAB_WANT_SDL)
                $(cmake-utils_use openal YAB_WANT_OPENAL)
                $(cmake-utils_use opengl YAB_WANT_OPENGL)
                -DYAB_PORTS=$(usex qt5 "qt" "gtk")
        )
        cmake-utils_src_configure
}

src_compile() {
        cmake-utils_src_compile
}

src_install() {
        cmake-utils_src_install
        dodoc AUTHORS ChangeLog GOALS README README.LIN
        prepgamesdirs
}




Reply via email to