From 345da67d5ddeffcb7253af320e2a121690aec53f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 4 Oct 2015 12:58:52 +0200 Subject: games-emulation/mupen64plus-core: Use DejaVu font, #548214 Use DejaVu Sans instead of deprecated BitStream Vera for OSD. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=548214 Package-Manager: portage-2.2.22 --- .../mupen64plus-core-2.5-r1.ebuild | 112 +++++++++++++++++++++ .../mupen64plus-core/mupen64plus-core-2.5.ebuild | 112 --------------------- 2 files changed, 112 insertions(+), 112 deletions(-) create mode 100644 games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild delete mode 100644 games-emulation/mupen64plus-core/mupen64plus-core-2.5.ebuild (limited to 'games-emulation') diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild new file mode 100644 index 000000000000..1954420fce96 --- /dev/null +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild @@ -0,0 +1,112 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_P=${PN}-src-${PV} +inherit eutils multilib toolchain-funcs + +DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, core library" +HOMEPAGE="http://www.mupen64plus.org/" +SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0/2-sdl2" +KEYWORDS="~amd64 ~x86" +IUSE="debugger gles2 lirc new-dynarec +osd cpu_flags_x86_sse" + +RDEPEND="media-libs/libpng:0= + media-libs/libsdl2:0=[joystick,opengl,video] + sys-libs/zlib:0=[minizip] + lirc? ( app-misc/lirc:0 ) + osd? ( + media-fonts/dejavu + media-libs/freetype:2= + virtual/opengl:0= + virtual/glu:0= + ) + !