From bb3c0b8ec19cbdd33c8525580cf2c06d02871147 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 24 Dec 2009 00:07:28 +0000 Subject: [PATCH] fix doc --- INSTALL | 8 +++++--- debian/control | 23 ++++++++++++++--------- deefuzzer.py | 10 ++++++---- 3 files changed, 25 insertions(+), 16 deletions(-) diff --git a/INSTALL b/INSTALL index 9c518db..a335190 100644 --- a/INSTALL +++ b/INSTALL @@ -9,10 +9,12 @@ # # Author: Guillaume Pellerin - depends : python, python-dev, python-xml, python-shout | shout-python, libshout3, - libshout3-dev, icecast2 python-mutagen, python-twitter, python-tinyurl + depends: python, python-dev, python-xml, python-shout | shout-python, libshout3, + libshout3-dev, icecast2, python-mutagen - provides : shout-python + recommends: python-twitter, python-tinyurl, python-liblo | pyliblo (>= 0.26) + + provides: shout-python python-shout is included in the DeeFuzzer but needs to be compiled and installed if you don't install deefuzzer from its debian package with aptitude. diff --git a/debian/control b/debian/control index 7addb08..12168bd 100644 --- a/debian/control +++ b/debian/control @@ -5,16 +5,21 @@ Maintainer: Guillaume Pellerin Build-Depends: debhelper (>= 5), python Standards-Version: 3.7.2 -Package: deefuzz +Package: deefuzzer Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, icecast2, python-xml, python-shout, libshout3, python-mutagen, python-twitter +Depends: ${shlibs:Depends}, ${misc:Depends}, icecast2, python-xml, python-shout, libshout3, python-mutagen +Recommends: python-twitter, python-tinyurl, python-liblo | pyliblo (>= 0.26) Description: easy and light media streaming tool DeeFuzz Tools are new light and easy tools to stream audio and video over internet. It is dedicated to people who wants to create playlisted webradios or webTVs with rich media contents. Here are the main features of the DeeFuzz Tools: - * MP3 and OGG (audio & video) file streaming over internet + * MP3 and OGG (audio & video) file streaming over internet (Icecast) * Full metadata encapsulation and management - * RSS podcast feeding (current tracks and playlists) - * M3U playlist feefing - * Multi-theading architecture (multiple stations now authorized) - * Optional random (shuffled) playlists - * VERY light and optimized streaming process ! - See http://svn.parisson.org/deefuzz/ or http://parisson.com for more info. + * RSS podcast generator (current tracks and playlists) + * M3U playlist generator + * Recursive, random (shuffled) or pre-defined playlists + * Multi-threaded architecture : multiple station streaming with one config file + * Auto Twitter posting of the current playing tracks + * Jingling between main tracks + * OSC controller : control the main functions from a distant terminal + * Station relaying : stream other stations like *LIVE* sessions ! + * Very light and optimized streaming process + See http://svn.parisson.org/deefuzzer/ or http://parisson.com for more info. diff --git a/deefuzzer.py b/deefuzzer.py index de4ae53..9d2b211 100755 --- a/deefuzzer.py +++ b/deefuzzer.py @@ -66,10 +66,12 @@ def prog_info(): you should have received as part of this distribution. The terms are also available at http://svn.parisson.org/deefuzzer/DeeFuzzerLicense - depends : python, python-xml, python-shout, libshout3, icecast2, - python-mutagen, python-twitter, python-tinyurl, - python-liblo (pyliblo) - provides : python-shout + depends: python, python-dev, python-xml, python-shout | shout-python, libshout3, + libshout3-dev, icecast2, python-mutagen + + recommends: python-twitter, python-tinyurl, python-liblo | pyliblo (>= 0.26) + + provides: shout-python Usage : deefuzzer $1 where $1 is the path for a XML config file -- 2.39.5