chiark / gitweb /
df3b2663710e1e0a43e02c3ea9667043b4e2e90a
[disorder] / debian / control
1 Source: disorder
2 Maintainer: Mark Wooding <mdw@distorted.org.uk>
3 Section: sound
4 Priority: optional
5 Standards-Version: 3.8.1.0
6 Build-Depends: debhelper (>= 9), dh-exec, netbase, libgc-dev | libgc6-dev, libgcrypt-dev, libdb5.3-dev | libdb5.1-dev | libdb4.8-dev | libdb4.7-dev | libdb4.5-dev | libdb4.3-dev, libpcre2-dev | libpcre3-dev, libvorbis-dev, libmad0-dev, libasound2-dev, libpulse-dev, python, libflac-dev, libgtk2.0-dev (>= 2.12.12), pkg-config, libgstreamer1.0-dev | libgstreamer0.10-dev, libgstreamer-plugins-base1.0-dev | libgstreamer-plugins-base0.10-dev, libsamplerate0-dev
7 Vcs-Git: https://github.com/ewxrjk/disorder/
8 Homepage: http://www.greenend.org.uk/rjk/disorder/
9
10 Package: disorder
11 Architecture: any
12 Section: sound
13 Priority: extra
14 Depends: ${shlibs:Depends}
15 Suggests: disorder-playrtp,disobedience
16 Description: 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
27 Package: disorder-server
28 Architecture: any
29 Section: sound
30 Priority: extra
31 Depends: disorder,debconf,${shlibs:Depends},exim4|mail-transport-agent,adduser
32 Recommends: httpd-cgi
33 Suggests: disorder-playrtp,disobedience
34 Description: Play random or selected digital audio files continuously
35  DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
36  and other formats with suitable configuration.  It is capable of playing
37  either via a locally attached sound device or over the network using
38  an RTP stream.  It can be managed via a web interface or the graphical
39  client Disobedience.
40  .
41  This package contains the server and the web interface.
42
43 Package: disorder-playrtp
44 Architecture: any
45 Section: sound
46 Priority: extra
47 Depends: ${shlibs:Depends}
48 Description: Network play client for DisOrder
49  DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
50  and other formats with suitable configuration.  It is capable of playing
51  either via a locally attached sound device or over the network using
52  an RTP stream.
53  .
54  This package contains the RTP player.  It can play audio streams generated
55  by the server, received over a LAN.
56
57 Package: disorder-gstreamer
58 Architecture: any
59 Section: sound
60 Priority: extra
61 Depends: ${shlibs:Depends}, ${disorder:GstVersion}-plugins-base, ${disorder:GstVersion}-plugins-good
62 Recommends: ${disorder:GstVersion}-plugins-ugly
63 Enhances: disorder-server
64 Description: GStreamer-based audio decoder for DisOrder
65  DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
66  and other formats with suitable configuration.  It is capable of playing
67  either via a locally attached sound device or over the network using
68  an RTP stream.
69  .
70  This package contains a GStreamer-based audio decoder.  This can (with
71  appropriate GStreamer plugins) decode different kinds of audio files, and
72  also apply ReplayGain to the decoded audio.  It also includes a GStreamer-
73  based track length plugin.
74
75 Package: disobedience
76 Architecture: any
77 Section: sound
78 Priority: extra
79 Depends: disorder,${shlibs:Depends}
80 Suggests: disorder-playrtp
81 Description: Controller GUI for DisOrder
82  DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
83  and other formats with suitable configuration.  It is capable of playing
84  either via a locally attached sound device or over the network using
85  an RTP stream.
86  .
87  This package contains the graphical client for controlling the
88  DisOrder software jukebox over a network.