diff options
author | 2013-12-15 13:36:42 +0000 | |
---|---|---|
committer | 2013-12-15 13:36:42 +0000 | |
commit | 80ba5fcb82acb081dc529eba13b0142a4d4239c3 (patch) | |
tree | f1a0a57812723585e5cab78d464f2a3256e94d78 /games-emulation | |
parent | initial import (diff) | |
download | gentoo-2-80ba5fcb82acb081dc529eba13b0142a4d4239c3.tar.gz gentoo-2-80ba5fcb82acb081dc529eba13b0142a4d4239c3.tar.bz2 gentoo-2-80ba5fcb82acb081dc529eba13b0142a4d4239c3.zip |
Add a meta-package for mupen64plus-2.0.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64plus/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/mupen64plus/metadata.xml | 13 | ||||
-rw-r--r-- | games-emulation/mupen64plus/mupen64plus-2.0.ebuild | 23 |
3 files changed, 43 insertions, 1 deletions
diff --git a/games-emulation/mupen64plus/ChangeLog b/games-emulation/mupen64plus/ChangeLog index 114853cea939..970e4bf251aa 100644 --- a/games-emulation/mupen64plus/ChangeLog +++ b/games-emulation/mupen64plus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/mupen64plus # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.22 2013/03/02 21:14:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.23 2013/12/15 13:36:42 mgorny Exp $ + +*mupen64plus-2.0 (15 Dec 2013) + + 15 Dec 2013; Michał Górny <mgorny@gentoo.org> +mupen64plus-2.0.ebuild, + metadata.xml: + Add a meta-package for mupen64plus-2.0. 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> mupen64plus-1.5-r1.ebuild, mupen64plus-1.5-r2.ebuild: diff --git a/games-emulation/mupen64plus/metadata.xml b/games-emulation/mupen64plus/metadata.xml index 1081051cb5f9..904c1fe55c4c 100644 --- a/games-emulation/mupen64plus/metadata.xml +++ b/games-emulation/mupen64plus/metadata.xml @@ -2,10 +2,23 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <maintainer> <email>joker@gentoo.org</email> <name>Christian Birchinger</name> </maintainer> <herd>games</herd> + <use> + <flag name='audio-sdl'>Enable SDL audio plugin.</flag> + <flag name='input-sdl'>Enable SDL input plugin.</flag> + <flag name='rsp-hle'>Enable HLE RSP plugin.</flag> + <flag name='ui-console'>Enable default console UI.</flag> + <flag name='ui-m64py'>Enable PyQt4 UI using <pkg>games-emulation/m64py</pkg>.</flag> + <flag name='video-glide64mk2'>Enable Glide64mk2 video plugin.</flag> + <flag name='video-rice'>Enable Rice video plugin.</flag> + </use> <longdescription>Mupen64Plus is a plugin-based N64 emulator for Linux which is capable of accurately playing many games. Included are four MIPS R4300 CPU emulators, with dynamic recompilers for 32-bit x86 and 64-bit amd64 systems, and necessary plugins for audio, graphical rendering (RDP), signal co-processor (RSP), and input. diff --git a/games-emulation/mupen64plus/mupen64plus-2.0.ebuild b/games-emulation/mupen64plus/mupen64plus-2.0.ebuild new file mode 100644 index 000000000000..1811ff13003f --- /dev/null +++ b/games-emulation/mupen64plus/mupen64plus-2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-2.0.ebuild,v 1.1 2013/12/15 13:36:42 mgorny Exp $ + +EAPI=5 + +DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, meta-package" +HOMEPAGE="http://code.google.com/p/mupen64plus/" +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 + audio-sdl? ( games-emulation/mupen64plus-audio-sdl ) + input-sdl? ( games-emulation/mupen64plus-input-sdl ) + rsp-hle? ( games-emulation/mupen64plus-rsp-hle ) + ui-console? ( games-emulation/mupen64plus-ui-console ) + ui-m64py? ( games-emulation/m64py ) + video-glide64mk2? ( games-emulation/mupen64plus-video-glide64mk2 ) + video-rice? ( games-emulation/mupen64plus-video-rice )" |