Install this version:
emerge -a =media-sound/fische-4.0.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/fische-4.0.3
Or alternatively:
emerge --autounmask-write -a =media-sound/fische-4.0.3
# Copyright 1999-2025 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
CMAKE_IN_SOURCE_BUILD="1"
DESCRIPTION="Stand alone sound visualization"
HOMEPAGE="https://github.com/maysl/fische"
SRC_URI="https://github.com/maysl/fische/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="virtual/opengl
media-libs/freeglut
dev-libs/boost:=[threads]"
DEPEND="${RDEPEND}"
src_install() {
dobin fische
}
virtual/opengl media-libs/freeglut dev-libs/boost:=[threads]
virtual/opengl media-libs/freeglut dev-libs/boost:=[threads]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fische-4.0.3.tar.gz | 19183 bytes | https://github.com/maysl/fische/archive/v4.0.3.tar.gz |