media-libs/libxtract - 0.6.6 (gentoo)

Search

Package Information

Description:
A simple, portable, lightweight library of audio feature extraction functions
Homepage:
https://github.com/jamiebullock/LibXtract
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.6.6 8 amd64 ~ppc ppc64 x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A simple, portable, lightweight library of audio feature extraction functions"
HOMEPAGE="https://github.com/jamiebullock/LibXtract"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ppc64 x86"
IUSE="doc fftw"

RDEPEND="fftw? ( sci-libs/fftw:3.0 )"
DEPEND="${RDEPEND}"
BDEPEND="doc? ( app-text/doxygen[dot] )"

src_configure() {
	econf \
		$(use_enable fftw fft)
	# Prevent doc from being generated automagically
	if ! use doc; then
		touch doc/doxygen-build.stamp || die
	fi
}

src_install() {
	emake DESTDIR="${D}" install
	find "${ED}" -name "*.la" -delete || die
	dodoc README.md TODO AUTHORS
	use doc && dodoc -r doc/html/.
}

USE Flags

doc

Applicable Mirrors

Mirror Name URLs
gentoo

Dependencies

DEPEND

fftw? ( sci-libs/fftw:3.0 )

RDEPEND

fftw? ( sci-libs/fftw:3.0 )

BDEPEND

doc? ( app-text/doxygen[dot] )

Manifest for 0.6.6

Type File Size Source URLs
DIST libxtract-0.6.6.tar.gz 479376 bytes mirror://gentoo/libxtract-0.6.6.tar.gz