Package: libaubio4 Version: 0.4.1 Revision: 2 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. << License: GPL3 Homepage: http://aubio.org/ Maintainer: Daniel Johnson Source: http://aubio.org/pub/aubio-%v.tar.bz2 Source-Checksum: SHA256(25d7df0a9cd6366fda764a803424caddf5fb819fc75b42a7a03e1e6f8eb3c695) Depends: %n-shlibs (= %v-%r) BuildDepends: << doxygen, jack-dev, libsamplerate0-dev, libsndfile1-dev, pkgconfig, txt2man << BuildDependsOnly: true Conflicts: libaubio2, libaubio4, libaubio5 Replaces: libaubio2, libaubio4, libaubio5 PatchScript: << # Don't build fat binaries. perl -pi -e "s/'-arch', 'i386', //" wscript # waf is naf so clean up it's crap. # This makes it use the correct install_name (libaubio.4.dylib) # instead of libaubio.dylib, which is wrong and dumb because # it prevents installing multiple versions of aubio. perl -pi -e "s/self\.link_task\.outputs\[0\]\.name/name2/" waflib/Tools/ccroot.py << ConfigureParams: << --disable-fftw3f \ --disable-fftw3 \ --disable-avcodec << CompileScript: << ./waf configure %c ./waf build $MAKEFLAGS << InstallScript: << ./waf install --destdir=%d rm %i/lib/libaubio.a mv %i/share/doc/libaubio-doc %i/share/doc/%n << DocFiles: AUTHORS ChangeLog COPYING README.md SplitOff: << Package: %N-shlibs Depends: << libsamplerate0-shlibs, libsndfile1-shlibs << Files: lib/libaubio.*.dylib Shlibs: << %p/lib/libaubio.4.dylib 1.0.0 %n (>= 0.4.0-1) << DocFiles: AUTHORS ChangeLog COPYING README.md << SplitOff2: << Package: %N-bin Depends: << %N-shlibs (= %v-%r), jack-shlibs, libsamplerate0-shlibs, libsndfile1-shlibs << Conflicts: libaubio2-bin, libaubio4-bin, libaubio5-bin, aubio-bin Replaces: libaubio2-bin, libaubio4-bin, libaubio5-bin, aubio-bin Files: bin share/man DocFiles: AUTHORS ChangeLog COPYING README.md <<