File: control

package info (click to toggle)
midisnoop 0.1.2~repack0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 452 kB
  • ctags: 246
  • sloc: cpp: 2,093; python: 243; sh: 166; makefile: 12
file content (28 lines) | stat: -rw-r--r-- 834 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
Source: midisnoop
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
 Jaromír Mikeš <mira.mikes@seznam.cz>
Build-Depends:
 debhelper (>= 9),
 qt4-qmake,
 libqt4-dev,
 librtmidi-dev (>= 2.1.0~ds0),
 python
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/midisnoop.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/midisnoop.git
Homepage: http://code.google.com/p/midisnoop/

Package: midisnoop
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: MIDI monitor and prober
 Can be used to monitor a MIDI device and/or software,
 and to send MIDI messages to a MIDI port
 to see how the device/software responds.
 .
 Support both ALSA and JACK MIDI ports via the RtMidi library.