chiark / gitweb /
Put myself as the primary maintainer.
[disorder] / debian / control
CommitLineData
460b9539 1Source: disorder
0488cc08 2Maintainer: Mark Wooding <mdw@distorted.org.uk>
eb5f83f4 3Section: sound
460b9539 4Priority: optional
c94f44c1 5Standards-Version: 3.8.1.0
18165907 6Build-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
0488cc08 7Vcs-Git: https://github.com/ewxrjk/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
04c0301c
MW
31Depends: disorder,debconf,${shlibs:Depends},exim4|mail-transport-agent,adduser
32Recommends: httpd-cgi
6f3acea9 33Suggests: disorder-playrtp,disobedience
460b9539 34Description: Play random or selected digital audio files continuously
07184dd3
RK
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.
66ec39ed
RK
42
43Package: disorder-playrtp
44Architecture: any
45Section: sound
46Priority: extra
47Depends: ${shlibs:Depends}
48Description: Network play client for DisOrder
07184dd3
RK
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.
66ec39ed 56
ca33b0b4 57Package: disorder-gstreamer
7207a21b
MW
58Architecture: any
59Section: sound
60Priority: extra
05fd0aa1
MW
61Depends: ${shlibs:Depends}, ${disorder:GstVersion}-plugins-base, ${disorder:GstVersion}-plugins-good
62Recommends: ${disorder:GstVersion}-plugins-ugly
7207a21b
MW
63Enhances: disorder-server
64Description: 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
f8a3bdc8
MW
72 also apply ReplayGain to the decoded audio. It also includes a GStreamer-
73 based track length plugin.
7207a21b 74
6f3acea9
RK
75Package: disobedience
76Architecture: any
77Section: sound
78Priority: extra
93ca72f2 79Depends: disorder,${shlibs:Depends}
6f3acea9
RK
80Suggests: disorder-playrtp
81Description: Controller GUI for DisOrder
07184dd3
RK
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.