1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
Source: aubio
Section: sound
Priority: optional
Maintainer: Paul Brossier <piem@debian.org>
Build-Depends: debhelper (>= 9.0.0),
libtool,
libjack-dev | libjack-jackd2-dev,
libavcodec-dev,
libavformat-dev,
libavresample-dev,
libavutil-dev,
libsndfile1-dev,
libsamplerate-dev,
libasound2-dev,
libfftw3-dev,
dh-python,
python | python-all | python-dev | python-all-dev,
python-setuptools,
libpython2.7-dev,
python-numpy,
python3 | python3-all | python3-dev | python3-all-dev,
python3-setuptools,
libpython3-dev,
python3-numpy,
sox,
python-nose2,
python3-nose2,
txt2man,
Build-Depends-Indep: doxygen,
libjs-jquery,
libjs-mathjax,
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: http://aubio.org
Vcs-Git: https://anonscm.debian.org/git/collab-maint/aubio.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/aubio.git/
Package: libaubio-dev
Section: libdevel
Architecture: any
Depends: libaubio5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: library for audio and music analysis, synthesis, and effects
aubio gathers a set of functions for audio signal segmentation and labelling.
The library contains a phase vocoder, onset and pitch detection functions, a
beat tracking algorithm and other sound processing utilities.
.
This package contains the development files for libaubio.
Package: libaubio5
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libaubio4
Description: library for audio segmentation
aubio gathers a set of functions for audio signal segmentation and labelling.
The library contains a phase vocoder, onset and pitch detection functions, a
beat tracking algorithm and other sound processing utilities.
.
This package provides the shared library libaubio.
Package: aubio-tools
Section: sound
Architecture: any
Depends: python3-aubio (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: library for audio segmentation -- utilities
aubio gathers a set of functions for audio signal segmentation and labelling.
The library contains a phase vocoder, onset and pitch detection functions, a
beat tracking algorithm and other sound processing utilities.
.
This package provides command line tools to run the different algorithms.
Package: libaubio-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery, libjs-mathjax
Description: library for audio segmentation -- documentation
aubio gathers a set of functions for audio signal segmentation and labelling.
The library contains a phase vocoder, onset and pitch detection functions, a
beat tracking algorithm and other sound processing utilities.
.
This package provides the documentation for the C interface.
Package: python-aubio
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Suggests: python-matplotlib
Description: python interface for aubio, a library for audio segmentation
aubio gathers a set of functions for audio signal segmentation and labelling.
The library contains a phase vocoder, onset and pitch detection functions, a
beat tracking algorithm and other sound processing utilities.
.
This package provides the aubio module for Python 2.
Package: python3-aubio
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Suggests: python3-matplotlib
Description: python interface for aubio, a library for audio segmentation
aubio gathers a set of functions for audio signal segmentation and labelling.
The library contains a phase vocoder, onset and pitch detection functions, a
beat tracking algorithm and other sound processing utilities.
.
This package provides the aubio module for Python 3.
|