| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.6.0 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, meta-package"
HOMEPAGE="https://www.mupen64plus.org/"
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-${PV}
audio-sdl? ( >=games-emulation/mupen64plus-audio-sdl-${PV} )
input-sdl? ( >=games-emulation/mupen64plus-input-sdl-${PV} )
rsp-hle? ( >=games-emulation/mupen64plus-rsp-hle-${PV} )
ui-console? ( >=games-emulation/mupen64plus-ui-console-${PV} )
ui-m64py? ( >=games-emulation/m64py-0.2.3-r1 )
video-glide64mk2? ( >=games-emulation/mupen64plus-video-glide64mk2-${PV} )
video-rice? ( >=games-emulation/mupen64plus-video-rice-${PV} )
"
>=games-emulation/mupen64plus-core-2.6.0 audio-sdl? ( >=games-emulation/mupen64plus-audio-sdl-2.6.0 ) input-sdl? ( >=games-emulation/mupen64plus-input-sdl-2.6.0 ) rsp-hle? ( >=games-emulation/mupen64plus-rsp-hle-2.6.0 ) ui-console? ( >=games-emulation/mupen64plus-ui-console-2.6.0 ) ui-m64py? ( >=games-emulation/m64py-0.2.3-r1 ) video-glide64mk2? ( >=games-emulation/mupen64plus-video-glide64mk2-2.6.0 ) video-rice? ( >=games-emulation/mupen64plus-video-rice-2.6.0 )