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
# 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)
}
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
dev-libs/libltdl media-libs/libsdl2[joystick,opengl,video] media-libs/sdl2-image gles1-only? ( media-libs/libsdl2[gles1(-)] ) virtual/opengl
dev-libs/libltdl media-libs/libsdl2[joystick,opengl,video] media-libs/sdl2-image gles1-only? ( media-libs/libsdl2[gles1(-)] ) virtual/opengl