dev-cpp/kfr - 5.0.2 (touchfish-os)

Search

Package Information

Description:
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters
Homepage:
https://github.com/kfrlib/kfr
License:
GPL-2.0

Ebuild Details

Version EAPI Keywords Slot
5.0.2 8 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters"
HOMEPAGE="https://github.com/kfrlib/kfr"
SRC_URI="https://github.com/kfrlib/kfr/archive/refs/tags/${PV}.tar.gz"

LICENSE="GPL-2.0"
SLOT="0"
KEYWORDS=""

PATCHES=(
	"${FILESDIR}/install-into-lib64.patch"
)

src_configure() {
	export CXX=clang++
	local mycmakeargs=(
        -DCMAKE_CXX_COMPILER=clang++
        -DKFR_ENABLE_CAPI_BUILD=ON
	)
	cmake_src_configure
}

Manifest for 5.0.2

Type File Size Source URLs
DIST 5.0.2.tar.gz 11214067 bytes https://github.com/kfrlib/kfr/archive/refs/tags/5.0.2.tar.gz