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