chiark / gitweb /
lib/cgi.c (cgi__input): Write terminating null within allocated buffer.
[disorder] / debian / control
CommitLineData
460b9539 1Source: disorder
a41d2ebe 2Maintainer: Richard Kettlewell <rjk@greenend.org.uk>
eb5f83f4 3Section: sound
460b9539 4Priority: optional
c94f44c1 5Standards-Version: 3.8.1.0
5cd650e5 6Build-Depends: libgc6-dev | libgc-dev, libgcrypt-dev, libdb4.3-dev | libdb4.5-dev | libdb4.7-dev | libdb4.8-dev | libdb5.1-dev, libpcre3-dev, libvorbis-dev, libmad0-dev, libasound2-dev, python, libflac-dev, libgtk2.0-dev (>= 2.12.12)
4255c180 7Vcs-Git: https://code.google.com/p/disorder/
78629c1b 8Homepage: http://www.greenend.org.uk/rjk/disorder/
460b9539 9
10Package: disorder
11Architecture: any
12Section: sound
13Priority: extra
93ca72f2
RK
14Depends: ${shlibs:Depends}
15Suggests: disorder-playrtp,disobedience
16Description: Play random or selected digital audio files continuously
17 DisOrder is a software jukebox. It can play OGG, MP3, WAV and FLAC files,
18 and other formats with suitable configuration. It is capable of playing
19 either via a locally attached sound device or over the network using
20 an RTP stream. It can be managed via a web interface or the graphical
21 client Disobedience.
22 .
23 This package contains command-line client and the documentation.
24 You will need to install disorder-server somewhere and might want to
25 install disorder-playrtp and/or disobedience on any client machines.
26
27Package: disorder-server
28Architecture: any
29Section: sound
30Priority: extra
69a3ec00 31Depends: disorder,httpd-cgi,sox,debconf,${shlibs:Depends},exim4|mail-transport-agent,adduser
6f3acea9 32Suggests: disorder-playrtp,disobedience
460b9539 33Description: Play random or selected digital audio files continuously
07184dd3
RK
34 DisOrder is a software jukebox. It can play OGG, MP3, WAV and FLAC files,
35 and other formats with suitable configuration. It is capable of playing
36 either via a locally attached sound device or over the network using
37 an RTP stream. It can be managed via a web interface or the graphical
38 client Disobedience.
39 .
40 This package contains the server and the web interface.
66ec39ed
RK
41
42Package: disorder-playrtp
43Architecture: any
44Section: sound
45Priority: extra
46Depends: ${shlibs:Depends}
47Description: Network play client for DisOrder
07184dd3
RK
48 DisOrder is a software jukebox. It can play OGG, MP3, WAV and FLAC files,
49 and other formats with suitable configuration. It is capable of playing
50 either via a locally attached sound device or over the network using
51 an RTP stream.
52 .
53 This package contains the RTP player. It can play audio streams generated
54 by the server, received over a LAN.
66ec39ed 55
6f3acea9
RK
56Package: disobedience
57Architecture: any
58Section: sound
59Priority: extra
93ca72f2 60Depends: disorder,${shlibs:Depends}
6f3acea9
RK
61Suggests: disorder-playrtp
62Description: Controller GUI for DisOrder
07184dd3
RK
63 DisOrder is a software jukebox. It can play OGG, MP3, WAV and FLAC files,
64 and other formats with suitable configuration. It is capable of playing
65 either via a locally attached sound device or over the network using
66 an RTP stream.
67 .
68 This package contains the graphical client for controlling the
69 DisOrder software jukebox over a network.