From: Guillaume Pellerin Date: Sat, 27 Jul 2013 11:03:45 +0000 (+0200) Subject: add deps, add news X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3dfd584740db3a5cd51bc173fffd9d1fcb10656f;p=deefuzzer.git add deps, add news --- diff --git a/MANIFEST.in b/MANIFEST.in index 70b9587..03a2151 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,7 +3,11 @@ include *.txt include *.rst exclude *.cfg recursive-include doc * +recursive-include example * +recursive-include scripts * global-exclude *.pyc prune dist prune build +recursive-exclude TimeSide.egg-info * + diff --git a/README.rst b/README.rst index 2f7b86c..5e52a25 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,12 @@ Because our aim is to get DeeFuzzer as light as possible it is NOT capable of re News ===== +0.6.5 + + * add WebM live streaming through Stream-m server + * read yaml configuration files + * minor fixes + 0.6.4 is out! * Fix install bug again (add main script to install), sorry :( @@ -72,7 +78,7 @@ an install inside Gygwin should work well. To install it, say on Debian, do:: - sudo apt-get install python-pip liblo-dev libshout3-dev gnutls-dev librtmp-dev + sudo apt-get install python-pip liblo-dev libshout3-dev gnutls-dev librtmp-dev python-yaml Now, the easiest way to install the DeeFuzzer from a shell:: @@ -97,7 +103,7 @@ Uncompress, go to the deefuzzer app directory and run install as root. For examp Follow the related package list to install optional or recommended applications: * **depends**: python, python-dev, python-xml, python-shout | shout-python, libshout3, libshout3-dev, python-mutagen, python-pycurl | pycurl - * **optional**: python-twitter, python-liblo | pyliblo (>= 0.26) + * **optional**: python-twitter, python-liblo | pyliblo (>= 0.26), python-yaml * **recommends**: icecast2, python-setuptools, stream-m For more informations, please see on `GitHub `_ or twitt a message to @parisson_studio