games-emulation/dosbox-svn-libretro - 9999 (menelkir)

Search

Install

Install this version:

emerge -a =games-emulation/dosbox-svn-libretro-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-emulation/dosbox-svn-libretro-9999

Or alternatively:

emerge --autounmask-write -a =games-emulation/dosbox-svn-libretro-9999

Package Information

Description:
DOSBox libretro core
Homepage:
https://github.com/libretro/dosbox-svn
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

LIBRETRO_REPO_NAME="libretro/dosbox-svn"

inherit libretro-core

DESCRIPTION="DOSBox libretro core"
HOMEPAGE="https://github.com/libretro/dosbox-svn"
KEYWORDS=""

LICENSE="GPL-2+"
SLOT="0"

DEPEND="media-libs/libinstpatch
		media-libs/sdl-net
		media-libs/munt-mt32emu
		media-sound/munt-mt32emu-alsadrv
		media-libs/flac
		media-sound/fluidsynth
		dev-libs/libfmt
		dev-libs/glib
		dev-libs/libffi
		media-libs/libsndfile
		media-libs/libogg
		media-libs/opus
		media-libs/libsdl
		media-libs/libvorbis
		"
RDEPEND="${DEPEND}
		games-emulation/libretro-info"

S="${S}/libretro"

src_compile() {
		libretro-core_src_compile
}

Inherited Eclasses

Dependencies

DEPEND

media-libs/libinstpatch
		media-libs/sdl-net
		media-libs/munt-mt32emu
		media-sound/munt-mt32emu-alsadrv
		media-libs/flac
		media-sound/fluidsynth
		dev-libs/libfmt
		dev-libs/glib
		dev-libs/libffi
		media-libs/libsndfile
		media-libs/libogg
		media-libs/opus
		media-libs/libsdl
		media-libs/libvorbis
		

RDEPEND

media-libs/libinstpatch
		media-libs/sdl-net
		media-libs/munt-mt32emu
		media-sound/munt-mt32emu-alsadrv
		media-libs/flac
		media-sound/fluidsynth
		dev-libs/libfmt
		dev-libs/glib
		dev-libs/libffi
		media-libs/libsndfile
		media-libs/libogg
		media-libs/opus
		media-libs/libsdl
		media-libs/libvorbis
		
		games-emulation/libretro-info