~ubuntu-branches/ubuntu/jaunty/dbmix/jaunty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2003-06-09 21:54:06 UTC
  • Revision ID: james.westby@ubuntu.com-20030609215406-qaoxw1dm0i3e245y
Tags: 0.9.8-4
* Placate gcc 3.3 (closes: #196526):
+ */about.c: Fix multi-line strings. Patch thanks to Joshua Kwan.
+ dbmixer/save_prefs.c: Add proper expression to switch defaults.
* debian/rules: Support noopt build option, drop debug.
* debian/rules: Do not configure for cross-compiling unconditionally.
* debian/control: Remove full stop in short description. Typo fix.
* debian/control: Update standards version to 3.5.10.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: dbmix
 
2
Section: sound
 
3
Priority: optional
 
4
Maintainer: Daniel Kobras <kobras@debian.org>
 
5
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libgtk1.2-dev, xmms-dev
 
6
Standards-Version: 3.5.10
 
7
 
 
8
Package: dbmix
 
9
Section: sound
 
10
Architecture: any
 
11
Depends: ${shlibs:Depends}
 
12
Suggests: xmms-dbmix
 
13
Description: DJ mixer for digital audio streams
 
14
 The DBMix software collection mimicks a mixing desk as used by disc jockeys.
 
15
 Using only a single sound card, it allows to mix audio streams from a variety
 
16
 of sources, cross-fade between them, adjust the pitches, or punch in short
 
17
 effects.  Optionally, a second sound card (or output channel) can be used to
 
18
 cue in songs.  
 
19
 
 
20
Package: xmms-dbmix
 
21
Section: sound
 
22
Architecture: any
 
23
Depends: dbmix, ${shlibs:Depends}
 
24
Description: XMMS output interface to the DBMix audio system
 
25
 This plugin allows to direct XMMS output to DBMix, a DJ mixer for digital
 
26
 audio streams.  This way, sound from multiple instances of XMMS can be
 
27
 mixed to a single sound card.
 
28
 
 
29
Package: libdbaudiolib0-dev
 
30
Section: devel
 
31
Architecture: any
 
32
Depends: libc6-dev, libdbaudiolib0 (= ${Source-Version})
 
33
Provides: libdbaudiolib-dev
 
34
Description: Communicate to the DBMix audio system (development files)
 
35
 The dbaudiolib library allows a program to communicate with the DBMix sound
 
36
 daemon (dbfsd) that mixes audio streams from multiple sources and sends the
 
37
 output to a single sound card.
 
38
 .
 
39
 This package includes the libraries and header files needed to compile
 
40
 programs using libdbaudiolib.
 
41
 
 
42
Package: libdbaudiolib0
 
43
Section: libs
 
44
Architecture: any
 
45
Depends: ${shlibs:Depends}
 
46
Description: Communicate to the DBMix audio system (runtime library)
 
47
 The dbaudiolib library allows a program to communicate with the DBMix sound
 
48
 daemon (dbfsd) that mixes audio streams from multiple sources and sends the
 
49
 output to a single sound card.
 
50
 .
 
51
 This package includes the libraries needed to run executables using
 
52
 libdbaudiolib.
 
53