games-arcade/emilia-pinball - 9999 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =games-arcade/emilia-pinball-9999

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

autounmask =games-arcade/emilia-pinball-9999

Or alternatively:

emerge --autounmask-write -a =games-arcade/emilia-pinball-9999

Package Information

Description:
SDL OpenGL pinball game
Homepage:
https://github.com/adoptware/pinball
License:
GPL-2 CC0-1.0

Ebuild Details

Version EAPI Keywords Slot
9999 7 ~amd64 ~ppc ~sparc ~x86 0
View Raw Ebuild
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

if [[ "${PV}" == "9999" ]]
then
	EGIT_REPO_URI="https://github.com/adoptware/pinball"
	inherit git-r3
else
	MY_P="pinball-${PV}"
	SRC_URI="https://github.com/rzr/pinball/archive/${PV}.tar.gz -> ${P}.tar.gz"
	S="${WORKDIR}/${MY_P}"
	KEYWORDS="~amd64 ~ppc ~sparc ~x86"
fi

DESCRIPTION="SDL OpenGL pinball game"
HOMEPAGE="https://github.com/adoptware/pinball"

LICENSE="GPL-2 CC0-1.0"
SLOT="0"
IUSE="gles1-only"

# Note: media-libs/libsdl2::gentoo doesn't have USE=gles1 yet
RDEPEND="
	dev-libs/libltdl
	media-libs/libsdl2[joystick,opengl,video]
	media-libs/sdl2-image
	gles1-only? ( media-libs/libsdl2[gles1(-)] )
	virtual/opengl
"
DEPEND="
	${RDEPEND}
"

src_prepare() {
	default
	./bootstrap || die
}

src_configure() {
	econf $(use_enable gles1-only gles)
}

USE Flags

Manage flags for this package: euse -i <flag> -p games-arcade/emilia-pinball | euse -E <flag> -p games-arcade/emilia-pinball | euse -D <flag> -p games-arcade/emilia-pinball

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	
	dev-libs/libltdl
	media-libs/libsdl2[joystick,opengl,video]
	media-libs/sdl2-image
	gles1-only? ( media-libs/libsdl2[gles1(-)] )
	virtual/opengl

RDEPEND

	dev-libs/libltdl
	media-libs/libsdl2[joystick,opengl,video]
	media-libs/sdl2-image
	gles1-only? ( media-libs/libsdl2[gles1(-)] )
	virtual/opengl