X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/6f3acea989cf8191569cc59d492722662fb25464..f4604d0d467ae510f8167d3109e6fd05f57f1cde:/debian/control diff --git a/debian/control b/debian/control index f02e0cb..9c2ef37 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,43 @@ Source: disorder -Maintainer: Richard Kettlewell +Maintainer: Richard Kettlewell +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: 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, libao-dev, python, libflac-dev, libgtk2.0-dev (>= 2.12.12) +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,debconf,${shlibs:Depends} +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. + 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,httpd-cgi,sox,debconf,${shlibs:Depends},exim4|mail-transport-agent,adduser,findutils +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 @@ -19,16 +45,25 @@ Section: sound Priority: extra Depends: ${shlibs:Depends} Description: Network play client for DisOrder - Plays RTP streams issued by DisOrder. This is only useful if you - have an install of the disorder package somewhere. + 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: disobedience Architecture: any Section: sound Priority: extra -Depends: ${shlibs:Depends} +Depends: disorder,${shlibs:Depends} Suggests: disorder-playrtp Description: Controller GUI for DisOrder - Allows DisOrder users to remotely control what is played, etc. - This is only useful if you have an install of the disorder package - somewhere. + 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.