app-misc/bitfake2 - 9999 (guru)

Search

Install

Install this version:

emerge -a =app-misc/bitfake2-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/bitfake2-9999

Or alternatively:

emerge --autounmask-write -a =app-misc/bitfake2-9999

Package Information

Description:
Audio tool using FFTW and libebur128
Homepage:
https://github.com/ray17x/bitfake2
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v3

EAPI=8

inherit git-r3 toolchain-funcs

DESCRIPTION="Audio tool using FFTW and libebur128"
HOMEPAGE="https://github.com/ray17x/bitfake2"
EGIT_REPO_URI="https://github.com/ray17x/bitfake2.git"

LICENSE="GPL-3"
SLOT="0"

RDEPEND="
	media-libs/taglib
	sci-libs/fftw:3.0
	media-libs/libebur128
	media-libs/libsndfile
	media-video/ffmpeg:=
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_compile() {
	emake CXX="$(tc-getCXX)"
}

src_install() {
	emake DESTDIR="${D}" PREFIX="/usr" install
}

Inherited Eclasses

Dependencies

DEPEND

	media-libs/taglib
	sci-libs/fftw:3.0
	media-libs/libebur128
	media-libs/libsndfile
	media-video/ffmpeg:=

RDEPEND

	media-libs/taglib
	sci-libs/fftw:3.0
	media-libs/libebur128
	media-libs/libsndfile
	media-video/ffmpeg:=

BDEPEND

virtual/pkgconfig