]> git.parisson.com Git - timeside.git/commitdiff
debian/control: update dependencies, limit to python 2.7
authorPaul Brossier <piem@piem.org>
Wed, 16 Oct 2013 09:08:17 +0000 (11:08 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 16 Oct 2013 09:08:17 +0000 (11:08 +0200)
debian/control

index 44911f5f7f937a2d23b50b5df450d971f260ff90..4042dd4aed541823bde052321e4f5ed4510b615f 100644 (file)
@@ -7,12 +7,11 @@ Standards-Version: 3.9.3
 Homepage: https://github.com/yomguy/TimeSide
 Vcs-Browser: https://github.com/yomguy/TimeSide
 Vcs-Git: https://github.com/yomguy/TimeSide.git
+XS-Python-Version: 2.7
 
 Package: python-timeside
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
-  python-aubio,
-  python-yaafe,
   python-simplejson,
   python-yaml,
   python-h5py,
@@ -20,6 +19,11 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
   gstreamer0.10-plugins-good,
   gstreamer0.10-gnonlin,
   gstreamer0.10-plugins-ugly,
+  python-aubio,
+  python-yaafe,
+  python-scipy,
+  vamp-examples,
+  vamp-plugin-sdk,
 Description: open web audio processing framework
  TimeSide is a set of Python components enabling easy audio processing,
  transcoding, imaging and streaming. Its simple architecture and high-level