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
|
Source: wildmidi
Section: sound
Priority: optional
Maintainer: Emmet Hikory <emmet.hikory@gmail.com>
Uploaders: Sebastian Dröge <slomo@debian.org>
Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
Standards-Version: 3.7.3
Homepage: http://wildmidi.sourceforge.net/
Package: wildmidi
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: software MIDI player
Minimal MIDI player implementation based on the wildmidi library
Package: libwildmidi0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: freepats
Description: software MIDI player library
MIDI streaming library designed to process a midi file 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: all
Depends: libwildmidi0 (>= ${binary:Version})
Description: software MIDI player library headers
MIDI streaming library designed to process a midi file 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
|