chiark / gitweb /
plugins/tracklength-gstreamer.c: Rewrite to use `GstDiscoverer'.
[disorder] / debian / control
1 Source: disorder
2 Maintainer: Richard Kettlewell <rjk@greenend.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://code.google.com/p/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,httpd-cgi,debconf,${shlibs:Depends},exim4|mail-transport-agent,adduser
32 Suggests: disorder-playrtp,disobedience
33 Description: Play random or selected digital audio files continuously
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.
41
42 Package: disorder-playrtp
43 Architecture: any
44 Section: sound
45 Priority: extra
46 Depends: ${shlibs:Depends}
47 Description: Network play client for DisOrder
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.
55
56 Package: disorder-gstreamer
57 Architecture: any
58 Section: sound
59 Priority: extra
60 Depends: ${shlibs:Depends}, ${disorder:GstVersion}-plugins-base, ${disorder:GstVersion}-plugins-good
61 Recommends: ${disorder:GstVersion}-plugins-ugly
62 Enhances: disorder-server
63 Description: GStreamer-based audio decoder for DisOrder
64  DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
65  and other formats with suitable configuration.  It is capable of playing
66  either via a locally attached sound device or over the network using
67  an RTP stream.
68  .
69  This package contains a GStreamer-based audio decoder.  This can (with
70  appropriate GStreamer plugins) decode different kinds of audio files, and
71  also apply ReplayGain to the decoded audio.  It also includes a GStreamer-
72  based track length plugin.
73
74 Package: disobedience
75 Architecture: any
76 Section: sound
77 Priority: extra
78 Depends: disorder,${shlibs:Depends}
79 Suggests: disorder-playrtp
80 Description: Controller GUI for DisOrder
81  DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
82  and other formats with suitable configuration.  It is capable of playing
83  either via a locally attached sound device or over the network using
84  an RTP stream.
85  .
86  This package contains the graphical client for controlling the
87  DisOrder software jukebox over a network.