Install this version:
emerge -a =games-rpg/freedroid-1.9.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-rpg/freedroid-1.9.1
Or alternatively:
emerge --autounmask-write -a =games-rpg/freedroid-1.9.1
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools desktop
DESCRIPTION="The original Freedroid, a clone of the C64 classic Paradroid"
HOMEPAGE="https://github.com/ReinhardPrix/FreedroidClassic"
SRC_URI="https://github.com/ReinhardPrix/FreedroidClassic/archive/refs/tags/${P}-sdl2-port.tar.gz"
S=${WORKDIR}/FreedroidClassic-${P}-sdl2-port
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
media-libs/libsdl2[joystick,sound,video]
media-libs/sdl2-image[jpeg,png]
media-libs/sdl2-mixer[mod,vorbis]
"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
"
src_prepare() {
default
eautoreconf
}
src_install() {
default
newicon graphics/paraicon_48x48.png ${PN}.png
make_desktop_entry --eapi9 ${PN} -c "Game;"
}
media-libs/libsdl2[joystick,sound,video] media-libs/sdl2-image[jpeg,png] media-libs/sdl2-mixer[mod,vorbis]
media-libs/libsdl2[joystick,sound,video] media-libs/sdl2-image[jpeg,png] media-libs/sdl2-mixer[mod,vorbis]
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | freedroid-1.9.1-sdl2-port.tar.gz | 25023771 bytes | https://github.com/ReinhardPrix/FreedroidClassic/archive/refs/tags/freedroid-1.9.1-sdl2-port.tar.gz |