summaryrefslogtreecommitdiff
path: root/games-emulation/mupen64plus/mupen64plus-2.5.9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-25 19:33:39 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-28 08:31:11 +0100
commitad6182343997a405079870a2fe91c4e0c6b94595 (patch)
tree4aa7483cd0ad7de54338afc8e7971417abe1dd81 /games-emulation/mupen64plus/mupen64plus-2.5.9.ebuild
parente8f81810baa21f490d6910e8e2d424546b72a333 (diff)
gentoo resync : 25.09.2019
Diffstat (limited to 'games-emulation/mupen64plus/mupen64plus-2.5.9.ebuild')
-rw-r--r--games-emulation/mupen64plus/mupen64plus-2.5.9.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/games-emulation/mupen64plus/mupen64plus-2.5.9.ebuild b/games-emulation/mupen64plus/mupen64plus-2.5.9.ebuild
new file mode 100644
index 000000000000..0f1c91b5f000
--- /dev/null
+++ b/games-emulation/mupen64plus/mupen64plus-2.5.9.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, meta-package"
+HOMEPAGE="https://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-${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} )"