File: control

package info (click to toggle)
ruby-aubio 0.3.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 7,236 kB
  • sloc: ruby: 420; sh: 4; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,064 bytes parent folder | download
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
Source: ruby-aubio
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Valentin Vidic <vvidic@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               libaubio5,
               ruby-ffi (>= 1.9)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-ruby
Homepage: https://github.com/xavriley/ruby-aubio
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-aubio.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-aubio
XS-Ruby-Versions: all

Package: ruby-aubio
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby,
         ruby-ffi (>= 1.9),
         libaubio5,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby bindings for the aubio audio library
 Aubio is a tool designed for the extraction of annotations from audio signals.
 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.