chiark / gitweb /
miscellaneous debianization fixes
[disorder] / debian / control
1 Source: disorder
2 Maintainer: Richard Kettlewell <richard+disorder@sfere.greenend.org.uk>
3 Uploaders: Ian Jackson <ian@davenant.greenend.org.uk>
4 Priority: optional
5 Standards-Version: 3.7.2.2
6 Build-Depends: libgc6-dev | libgc-dev, libgcrypt-dev, libdb4.3-dev, libpcre3-dev, libvorbis-dev, libmad0-dev, libasound2-dev, libao-dev, python, libflac-dev, libgtk2.0-dev
7
8 Package: disorder
9 Architecture: any
10 Section: sound
11 Priority: extra
12 Depends: httpd-cgi,pwgen,sox,debconf,${shlibs:Depends}
13 Suggests: disorder-playrtp,disobedience
14 Description: Play random or selected digital audio files continuously
15  DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
16  and other formats with suitable configuration.  It is capable of playing
17  either via a locally attached sound device or over the network using
18  an RTP stream.  It can be managed via a web interface or the graphical
19  client Disobedience.
20  .
21  This package contains the server and the web interface.
22
23 Package: disorder-playrtp
24 Architecture: any
25 Section: sound
26 Priority: extra
27 Depends: ${shlibs:Depends}
28 Description: Network play client for DisOrder
29  DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
30  and other formats with suitable configuration.  It is capable of playing
31  either via a locally attached sound device or over the network using
32  an RTP stream.
33  .
34  This package contains the RTP player.  It can play audio streams generated
35  by the server, received over a LAN.
36
37 Package: disobedience
38 Architecture: any
39 Section: sound
40 Priority: extra
41 Depends: ${shlibs:Depends}
42 Suggests: disorder-playrtp
43 Description: Controller GUI for DisOrder
44  DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
45  and other formats with suitable configuration.  It is capable of playing
46  either via a locally attached sound device or over the network using
47  an RTP stream.
48  .
49  This package contains the graphical client for controlling the
50  DisOrder software jukebox over a network.