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 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
Source: libdrumstick
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>,
Adrian Knoth <adi@drcomp.erfurt.thur.de>,
Arnout Engelen <arnouten@bzzt.net>,
Ross Gammon <rosco2@ubuntu.com>
Build-Depends:
cmake,
debhelper-compat (= 12),
docbook-xml,
docbook-xsl,
libasound2-dev,
libfluidsynth-dev (>= 1.1.1),
libpulse-dev,
libqt5svg5-dev,
qtbase5-dev,
libx11-dev,
pkg-config,
xsltproc
Standards-Version: 4.4.0
Homepage: http://drumstick.sourceforge.net/
Vcs-Git: https://salsa.debian.org/multimedia-team/libdrumstick.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libdrumstick
Package: libdrumstick-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libdrumstick-alsa1 (= ${binary:Version}),
libdrumstick-file1 (= ${binary:Version}),
libdrumstick-rt1 (= ${binary:Version}),
${misc:Depends}
Description: Qt5/C++ wrapper for ALSA Sequencer (development files)
This library is a C++ wrapper around the ALSA library sequencer interface,
using Qt5 objects, idioms and style. ALSA sequencer provides software support
for MIDI technology on Linux. Complementary classes for OVE and WRK file
processing are also included.
.
This package provides the development files.
Package: libdrumstick-alsa1
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Qt5/C++ wrapper for ALSA Sequencer (shared library)
This library is a C++ wrapper around the ALSA library sequencer interface,
using Qt5 objects, idioms and style. ALSA sequencer provides software support
for MIDI technology on Linux. Complementary classes for OVE and WRK file
processing are also included.
.
This package provides the shared library.
Package: libdrumstick-file1
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: File format support library for drumstick (shared library)
This library is a C++ wrapper around the ALSA library sequencer interface,
using Qt5 objects, idioms and style. ALSA sequencer provides software support
for MIDI technology on Linux. Complementary classes for OVE and WRK file
processing are also included.
.
This package contains the shared library for support of MIDI, Cakewalk and
Overture file formats.
Package: libdrumstick-rt1
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Recommends:
libdrumstick-rt-backends (= ${binary:Version}),
rtkit
Description: Realtime MIDI I/O with pluggable backends (shared library)
This library is a C++ wrapper around the ALSA library sequencer interface,
using Qt5 objects, idioms and style. ALSA sequencer provides software support
for MIDI technology on Linux. Complementary classes for OVE and WRK file
processing are also included.
.
This package contains the shared library for realtime MIDI I/O with plugin
support.
Package: libdrumstick-rt-backends
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Realtime MIDI I/O backends
This library is a C++ wrapper around the ALSA library sequencer interface,
using Qt5 objects, idioms and style. ALSA sequencer provides software support
for MIDI technology on Linux. Complementary classes for OVE and WRK file
processing are also included.
.
This package contains the bakcends for realtime MIDI I/O.
Package: drumstick-tools
Section: sound
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Qt5/C++ wrapper for ALSA Sequencer (utilities)
This library is a C++ wrapper around the ALSA library sequencer interface,
using Qt5 objects, idioms and style. ALSA sequencer provides software support
for MIDI technology on Linux. Complementary classes for OVE and WRK file
processing are also included.
.
This package provides utilities shipped with the library:
- drumstick-buildsmf: Standard MIDI File creation from scratch.
- drumstick-dumpgrid: Simple Qt drum sequencer.
- drumstick-dumpmid: Write ALSA MIDI events to STDOUT.
- drumstick-dumpsmf: Write MIDI events from a MIDI file to STDOUT.
- drumstick-dumpwrk: Write MIDI events from a Cakewalk WRK file to STDOUT.
- drumstick-guiplayer: Simple Qt MIDI file player.
- drumstick-metronome: Headless MIDI metronome.
- drumstick-playsmf: Headless MIDI file player.
- drumstick-sysinfo: Display information about ALSA MIDI.
- drumstick-timertest: Test performance of the ALSA timer.
- drumstick-vpiano: Virtual Piano Keyboard GUI application.
|