media-sound/fische - 4.0.3 (jm-overlay)

Search

Install

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

Package Information

Description:
Stand alone sound visualization
Homepage:
https://github.com/maysl/fische
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
4.0.3 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

DEPEND

virtual/opengl
	media-libs/freeglut
	dev-libs/boost:=[threads]

RDEPEND

virtual/opengl
	media-libs/freeglut
	dev-libs/boost:=[threads]

Manifest for 4.0.3

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