diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-15 11:48:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-15 12:51:08 +0200 |
commit | 39a6273afbeabf9891ffc41d3093b8ed386a4b3c (patch) | |
tree | 2747fb3c31bc889fff549041b2e1b3c44e5652f9 /games-emulation | |
parent | games-emulation/mupen64plus-video-rice: Bump to 2.6.0 (diff) | |
download | gentoo-39a6273afbeabf9891ffc41d3093b8ed386a4b3c.tar.gz gentoo-39a6273afbeabf9891ffc41d3093b8ed386a4b3c.tar.bz2 gentoo-39a6273afbeabf9891ffc41d3093b8ed386a4b3c.zip |
games-emulation/mupen64plus: Bump to 2.6.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64plus/mupen64plus-2.6.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games-emulation/mupen64plus/mupen64plus-2.6.0.ebuild b/games-emulation/mupen64plus/mupen64plus-2.6.0.ebuild new file mode 100644 index 000000000000..17240fd12bac --- /dev/null +++ b/games-emulation/mupen64plus/mupen64plus-2.6.0.ebuild @@ -0,0 +1,23 @@ +# 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} ) +" |