chiark / gitweb /
debian/control: Demote `disorder-server' requirement on `httpd-cgi'.
[disorder] / debian / control
index 1ea9daddd0e7e6683f0a31a42d1b7973e5d008e3..87e231fc51626690e94a077de3837d3e9727da26 100644 (file)
@@ -1,15 +1,88 @@
 Source: disorder
-Maintainer: Richard Kettlewell <richard+disorder@sfere.greenend.org.uk>
+Maintainer: Richard Kettlewell <rjk@greenend.org.uk>
+Section: sound
 Priority: optional
-Standards-Version: 3.0.1.0
-Build-Depends: libgc6-dev | libgc-dev, libgcrypt-dev, libdb4.3-dev, libpcre3-dev, libvorbis-dev, libmad0-dev, libasound2-dev, libao-dev, python
+Standards-Version: 3.8.1.0
+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
+Vcs-Git: https://code.google.com/p/disorder/
+Homepage: http://www.greenend.org.uk/rjk/disorder/
 
 Package: disorder
 Architecture: any
 Section: sound
 Priority: extra
-Depends: httpd,pwgen,mpg321,vorbis-tools,sox,${shlibs:Depends}
-Conflicts: jukebox
+Depends: ${shlibs:Depends}
+Suggests: disorder-playrtp,disobedience
 Description: Play random or selected digital audio files continuously
-  Controlled from the command line or via a web-based interface.
-# arch-tag:747c10dcef548c0ba4ac60fc8864f4fa
+ DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
+ and other formats with suitable configuration.  It is capable of playing
+ either via a locally attached sound device or over the network using
+ an RTP stream.  It can be managed via a web interface or the graphical
+ client Disobedience.
+ .
+ This package contains command-line client and the documentation.
+ You will need to install disorder-server somewhere and might want to
+ install disorder-playrtp and/or disobedience on any client machines.
+
+Package: disorder-server
+Architecture: any
+Section: sound
+Priority: extra
+Depends: disorder,debconf,${shlibs:Depends},exim4|mail-transport-agent,adduser
+Recommends: httpd-cgi
+Suggests: disorder-playrtp,disobedience
+Description: Play random or selected digital audio files continuously
+ DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
+ and other formats with suitable configuration.  It is capable of playing
+ either via a locally attached sound device or over the network using
+ an RTP stream.  It can be managed via a web interface or the graphical
+ client Disobedience.
+ .
+ This package contains the server and the web interface.
+
+Package: disorder-playrtp
+Architecture: any
+Section: sound
+Priority: extra
+Depends: ${shlibs:Depends}
+Description: Network play client for DisOrder
+ DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
+ and other formats with suitable configuration.  It is capable of playing
+ either via a locally attached sound device or over the network using
+ an RTP stream.
+ .
+ This package contains the RTP player.  It can play audio streams generated
+ by the server, received over a LAN.
+
+Package: disorder-gstreamer
+Architecture: any
+Section: sound
+Priority: extra
+Depends: ${shlibs:Depends}, ${disorder:GstVersion}-plugins-base, ${disorder:GstVersion}-plugins-good
+Recommends: ${disorder:GstVersion}-plugins-ugly
+Enhances: disorder-server
+Description: GStreamer-based audio decoder for DisOrder
+ DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
+ and other formats with suitable configuration.  It is capable of playing
+ either via a locally attached sound device or over the network using
+ an RTP stream.
+ .
+ This package contains a GStreamer-based audio decoder.  This can (with
+ appropriate GStreamer plugins) decode different kinds of audio files, and
+ also apply ReplayGain to the decoded audio.  It also includes a GStreamer-
+ based track length plugin.
+
+Package: disobedience
+Architecture: any
+Section: sound
+Priority: extra
+Depends: disorder,${shlibs:Depends}
+Suggests: disorder-playrtp
+Description: Controller GUI for DisOrder
+ DisOrder is a software jukebox.  It can play OGG, MP3, WAV and FLAC files,
+ and other formats with suitable configuration.  It is capable of playing
+ either via a locally attached sound device or over the network using
+ an RTP stream.
+ .
+ This package contains the graphical client for controlling the
+ DisOrder software jukebox over a network.