From 8bd3b00dcb0b4e546d6c7cdc43a2122280873c8e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 4 Oct 2015 11:59:28 +0200 Subject: games-emulation/mupen64plus*: Version bump to 2.5 Bump mupen64plus to 2.5 which brings a number of bug fixes. Switch to SDL2 as its support become stable and the default. Also switch m64py to SDL2 to match. Package-Manager: portage-2.2.22 --- games-emulation/mupen64plus/mupen64plus-2.5.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 games-emulation/mupen64plus/mupen64plus-2.5.ebuild (limited to 'games-emulation/mupen64plus/mupen64plus-2.5.ebuild') diff --git a/games-emulation/mupen64plus/mupen64plus-2.5.ebuild b/games-emulation/mupen64plus/mupen64plus-2.5.ebuild new file mode 100644 index 000000000000..746a4d0e04a5 --- /dev/null +++ b/games-emulation/mupen64plus/mupen64plus-2.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, meta-package" +HOMEPAGE="http://www.mupen64plus.org/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+audio-sdl +input-sdl +rsp-hle +ui-console +ui-m64py +video-glide64mk2 +video-rice" + +RDEPEND=">=games-emulation/mupen64plus-core-2.5 + audio-sdl? ( >=games-emulation/mupen64plus-audio-sdl-2.5 ) + input-sdl? ( >=games-emulation/mupen64plus-input-sdl-2.5 ) + rsp-hle? ( >=games-emulation/mupen64plus-rsp-hle-2.5 ) + ui-console? ( >=games-emulation/mupen64plus-ui-console-2.5 ) + ui-m64py? ( >=games-emulation/m64py-0.2.3-r1 ) + video-glide64mk2? ( >=games-emulation/mupen64plus-video-glide64mk2-2.5 ) + video-rice? ( >=games-emulation/mupen64plus-video-rice-2.5 )" -- cgit v1.2.3-18-g5258