Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37557028
en ru br
ALT Linux repos
S:0.5.1-alt3

Group :: Sound
RPM: vamp-aubio-plugins

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: vamp-aubio-plugins
Version: 0.5.1
Release: alt2
Summary: A set of Vamp plugins
License: GPLv2
Group: Sound
Url: https://aubio.org/vamp-aubio-plugins/
# git git://git.aubio.org/git/vamp-aubio-plugins
Source: %name-%version.tar
Patch0: %name-%version-alt.patch

BuildRequires(pre): rpm-macros-make
BuildPreReq: libvamp-devel libaubio5-devel gcc-c++ waf >= 1.9.12
ExclusiveArch: %ix86 x86_64

%description
A set of Vamp plugins (http://www.sonicvisualiser.org/vamp.html) for
audio feature extraction using Paul Brossier's aubio
(http://aubio.piem.org/).

This set includes five plugins: Onset for onset detection, Pitch for
pitch tracking, Notes for combined onset and pitch, Tempo to estimate
and track beats based on onset locations, and Silence to find sections
of audio that are quieter than a given RMS signal level.  These
plugins compile into a single plugin library called vamp-aubio.so (the
file extension may vary depending on your platform).

%prep
%setup
%patch0 -p1

%build
waf configure --prefix=%prefix --libdir=%_libdir
waf build -vv

%install
waf install --destdir=%buildroot

%files
%doc README.md
%_libdir/vamp

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin