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
|
Source: wildmidi
Section: sound
Priority: optional
Maintainer: Bret Curtis <psi29a@gmail.com>
Uploaders: Emmet Hikory <emmet.hikory@gmail.com>, Sebastian Dröge <slomo@debian.org>
Build-Depends: debhelper (>= 9~),
cmake,
libasound2-dev [linux-any]
Standards-Version: 3.9.8
Homepage: http://www.mindwerks.net/projects/wildmidi/
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/wildmidi.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/wildmidi.git
Package: wildmidi
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: software MIDI player
Minimal MIDI player implementation based on the wildmidi library that
can either dump to WAV or playback over ALSA. It is intended to
demonstrate the features of libWildMidi, including: reberb, logarithmic
volume and high-quality linear or gauss resampling.
Package: libwildmidi2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libwildmidi-config,
${shlibs:Depends},
${misc:Depends}
Replaces: libwildmidi0
Description: software MIDI player library
MIDI streaming library designed to process a MIDI file using sound patches
and stream the results as stereo audio data through a buffer which an
external program can then process further.
Package: libwildmidi-dev
Section: libdevel
Architecture: any
Depends: libwildmidi2 (= ${binary:Version}),
${misc:Depends}
Description: software MIDI player library headers
MIDI streaming library designed to process a MIDI file using sound patches
and stream the results as stereo audio data through a buffer which an
external program can then process further.
.
This package contains the development headers, static library and symlinks
to libWildMidi.so.1
Package: libwildmidi-config
Section: misc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: freepats
Description: software MIDI player configuration
MIDI streaming library designed to process a MIDI file using sound patches
and stream the results as stereo audio data through a buffer which an
external program can then process further.
.
This package contains the configuration files and relevant documentation
|