| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0o | 7 | amd64 ~ppc x86 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="Software convolution engine for applying long FIR filters"
HOMEPAGE="https://torger.se/anders/brutefir.html"
SRC_URI="https://torger.se/anders/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
RDEPEND="
media-libs/alsa-lib
sci-libs/fftw:3.0
virtual/jack"
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}/${P}-ld.patch"
)
src_compile() {
tc-export AS CC
emake
}
src_install() {
emake LIBDIR="/usr/$(get_libdir)" DESTDIR="${D}" install
dodoc CHANGES README
insinto /usr/share/${PN}
doins xtc_config directpath.txt crosspath.txt massive_config \
bench1_config bench2_config bench3_config bench4_config \
bench5_config
}
pkg_postinst() {
elog "Brutefir is a complicated piece of software. Please"
elog "read the documentation first! You can find"
elog "documentation here: http://www.ludd.luth.se/~torger/brutefir.html"
elog "Example config files are in /usr/share/brutefir"
}
media-libs/alsa-lib sci-libs/fftw:3.0 virtual/jack
media-libs/alsa-lib sci-libs/fftw:3.0 virtual/jack
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | brutefir-1.0o.tar.gz | 246504 bytes | https://torger.se/anders/files/brutefir-1.0o.tar.gz |