Source: tse3
Section: sound
Priority: optional
Maintainer: Daniel Burrows <dburrows@debian.org>
Build-Depends: debhelper (>= 4), autotools-dev, libasound2-dev
Standards-Version: 3.6.1.0

Package: libtse3-0.3.1c2a
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libtse3-0.3.1
Replaces: libtse3-0.3.1
Description: portable MIDI sequencer engine in C++ - development files
 TSE3 is a portable open source MIDI sequencer engine written in C++.
 It provides programmers with rich and powerful sequencing
 capabilities.  Although it does not provide a user interface, it
 provides a lot of assistance to a UI, attempting to provide as much
 functionality as possible in as generic a manner as possible.
 .
 This package provides the shared library libtse3, which is required
 in order to run programs linked against tse3.


Package: libtse3-dev
Section: libdevel
Architecture: any
Depends: libc6-dev, libtse3-0.3.1c2a
Description: portable MIDI sequencer engine in C++ - development files
 TSE3 is a portable open source MIDI sequencer engine written in C++.
 It provides programmers with rich and powerful sequencing
 capabilities.  Although it does not provide a user interface, it
 provides a lot of assistance to a UI, attempting to provide as much
 functionality as possible in as generic a manner as possible.
 .
 This package provides the headers and static libraries that are
 needed to compile something that uses tse3. It is not required to run
 programs that are linked against tse3.

Package: tse3play
Architecture: any
Depends: ${shlibs:Depends}
Description: MIDI/TSE3MDL player/converter
 tse3play plays TSE3MDL files and MIDI files using the TSE3 sequencer
 engine.
 .
 It can convert files between the two supported formats. While playing
 it provides text-based visual feedback and can stream an English
 representation of the contents of the file to standard output.
