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
|
Source: dbmix
Section: sound
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 5), autotools-dev, libgtk2.0-dev
Standards-Version: 3.8.3
Package: dbmix
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: DJ mixer for digital audio streams
The DBMix software collection mimicks a mixing desk as used by disc jockeys.
Using only a single sound card, it allows one to mix audio streams from a variety
of sources, cross-fade between them, adjust the pitches, or punch in short
effects. Optionally, a second sound card (or output channel) can be used to
cue in songs.
Package: libdbaudiolib0-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libc6-dev, libdbaudiolib0 (= ${binary:Version})
Provides: libdbaudiolib-dev
Description: Communicate to the DBMix audio system (development files)
The dbaudiolib library allows a program to communicate with the DBMix sound
daemon (dbfsd) that mixes audio streams from multiple sources and sends the
output to a single sound card.
.
This package includes the libraries and header files needed to compile
programs using libdbaudiolib.
Package: libdbaudiolib0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Communicate to the DBMix audio system (runtime library)
The dbaudiolib library allows a program to communicate with the DBMix sound
daemon (dbfsd) that mixes audio streams from multiple sources and sends the
output to a single sound card.
.
This package includes the libraries needed to run executables using
libdbaudiolib.
|