libaubio2 stable port information

Package: libaubio2
Version: 0.3.2
Revision: 1
Description: Library for audio labelling
DescDetail: <<
aubio is a library for audio labelling. Its features include segmenting
a sound file before each of its attacks, performing pitch detection,
tapping the beat and producing midi streams from live audio. The name
aubio comes from 'audio' with a typo: several transcription errors are
likely to be found in the results too.

The aim of this project is to provide these automatic labelling
features to other audio softwares. Functions can be used offline in
sound editors and software samplers, or online in audio effects and
virtual instruments.
<<
DescPackaging: <<
Disable static libs and clean .la files. Dependent packages don't need
to depend on our dependencies.
Manually install man files.
Disable python support.
<<
License: GPL
Homepage: http://aubio.org/
Maintainer: Daniel Johnson

Source: http://aubio.org/pub/aubio-%v.tar.gz
Source-MD5: ffc3e5e4880fec67064f043252263a44

Depends: %n-shlibs (= %v-%r)
BuildDepends: <<
fftw3,
jack-dev,
libflac8-dev,
libogg,
libsamplerate0-dev,
libsndfile1-dev,
pkgconfig
<<
BuildDependsOnly: true

PatchScript: perl -pi -e 's/-Wno-long-double//' configure

ConfigureParams: <<
--disable-dependency-tracking \
--disable-static \
--disable-alsa \
--disable-lash \
PYTHON=no
<<

InstallScript: <<
make install DESTDIR=%d
#Copy man files
install -d %i/share/man/man1
install -m 644 doc/aubionotes.1 doc/aubioonset.1 doc/aubiotrack.1 %i/share/man/man1
#No need for dependency_libs in .la files if not building static libs
perl -pi -e "s/dependency_libs=.*$/dependency_libs=''/" %i/lib/*.la
<<

DocFiles: AUTHORS ChangeLog COPYING NEWS README THANKS TODO

SplitOff: <<
Package: %N-shlibs

Depends: <<
fftw3-shlibs,
jack-shlibs,
libflac8,
libogg-shlibs,
libsamplerate0-shlibs,
libsndfile1-shlibs
<<

Files: lib/libaubio.*.dylib lib/libaubioext.*.dylib
Shlibs: <<
%p/lib/libaubio.2.dylib 4.0.0 %n (>= 0.3.2-1)
%p/lib/libaubioext.2.dylib 4.0.0 %n (>= 0.3.2-1)
<<

DocFiles: AUTHORS ChangeLog COPYING NEWS README THANKS TODO
<<

SplitOff2: <<
Package: %N-bin

Depends: %N-shlibs (= %v-%r)

Files: bin share/man

DocFiles: AUTHORS ChangeLog COPYING NEWS README THANKS TODO
<<