summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control107
1 files changed, 107 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0c17d37
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.