Install this version:
emerge -a =games-arcade/freeband-0.0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-arcade/freeband-0.0.2
Or alternatively:
emerge --autounmask-write -a =games-arcade/freeband-0.0.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.2 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="Guitar Hero / Rock Band clone in C with SDL and OpenGL (archived project)."
HOMEPAGE="https://github.com/Tatsh/freeband"
SRC_URI="https://github.com/Tatsh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
media-libs/freeglut
media-libs/libsdl[opengl,X]
media-libs/libsndfile
media-libs/portaudio
media-libs/sdl-image
media-libs/sdl-ttf
virtual/opengl
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}/${PN}-0001-cmakelists-accept-sdl-in-add.patch"
)
media-libs/freeglut media-libs/libsdl[opengl,X] media-libs/libsndfile media-libs/portaudio media-libs/sdl-image media-libs/sdl-ttf virtual/opengl
media-libs/freeglut media-libs/libsdl[opengl,X] media-libs/libsndfile media-libs/portaudio media-libs/sdl-image media-libs/sdl-ttf virtual/opengl
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | freeband-0.0.2.tar.gz | 29775317 bytes | https://github.com/Tatsh/freeband/archive/v0.0.2.tar.gz |