chiark / gitweb /
Arrange for some tests to block until the first rescan has completed,
[disorder] / debian / control
1 Source: disorder
2 Maintainer: Richard Kettlewell <rjk@greenend.org.uk>
3 Priority: optional
4 Standards-Version: 3.7.2.2
5 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
6
7 Package: disorder
8 Architecture: any
9 Section: sound
10 Priority: extra
11 Depends: ${shlibs:Depends}
12 Suggests: disorder-playrtp,disobedience
13 Description: Play random or selected digital audio files continuously
14  DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
15  and other formats with suitable configuration.  It is capable of playing
16  either via a locally attached sound device or over the network using
17  an RTP stream.  It can be managed via a web interface or the graphical
18  client Disobedience.
19  .
20  This package contains command-line client and the documentation.
21  You will need to install disorder-server somewhere and might want to
22  install disorder-playrtp and/or disobedience on any client machines.
23
24 Package: disorder-server
25 Architecture: any
26 Section: sound
27 Priority: extra
28 Depends: disorder,httpd-cgi,sox,debconf,mktemp,${shlibs:Depends}
29 Suggests: disorder-playrtp,disobedience
30 Description: Play random or selected digital audio files continuously
31  DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
32  and other formats with suitable configuration.  It is capable of playing
33  either via a locally attached sound device or over the network using
34  an RTP stream.  It can be managed via a web interface or the graphical
35  client Disobedience.
36  .
37  This package contains the server and the web interface.
38
39 Package: disorder-playrtp
40 Architecture: any
41 Section: sound
42 Priority: extra
43 Depends: ${shlibs:Depends}
44 Description: Network play client for DisOrder
45  DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
46  and other formats with suitable configuration.  It is capable of playing
47  either via a locally attached sound device or over the network using
48  an RTP stream.
49  .
50  This package contains the RTP player.  It can play audio streams generated
51  by the server, received over a LAN.
52
53 Package: disobedience
54 Architecture: any
55 Section: sound
56 Priority: extra
57 Depends: disorder,${shlibs:Depends}
58 Suggests: disorder-playrtp
59 Description: Controller GUI for DisOrder
60  DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
61  and other formats with suitable configuration.  It is capable of playing
62  either via a locally attached sound device or over the network using
63  an RTP stream.
64  .
65  This package contains the graphical client for controlling the
66  DisOrder software jukebox over a network.