From: yomguy <> Date: Mon, 16 Mar 2009 23:21:04 +0000 (+0000) Subject: fix last words before tagging X-Git-Tag: 1.1~723 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f14c1cffe7d484bd489d21a43100899e554eedb1;p=telemeta.git fix last words before tagging --- diff --git a/README b/README index 3ac39de7..039e4848 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ # Telemeta - README # ================= -Telemeta: web frontend to backup, analyse, transcode and stream any audio content with metadata +Telemeta: web frontend to backup, analyse, transcode and stream any audio content with its metadata # Introduction @@ -19,7 +19,7 @@ Here are the main features of Telemeta: * Secure archiving, editing and publishing of audio files over internet. * "On the fly" transcoding and metadata encapsulating (FLAC, OGG, MP3, WAV, etc..) * User friendly web frontend including workflows and high level search methods - * Smart dynamical and skinable audio player (thanks to Timeside) + * Smart dynamical and skinnable audio player (thanks to Timeside and soundmanager2) * "On the fly" complex audio analyzers based on an easy plugin architecture * Strong SQL backend * XML metadata backup @@ -36,10 +36,15 @@ but could be easily adapted/overrided to sue other data stuctures. # Requirements # ============ -python (>= 2.3.5-7), python-xml, python-central (>= 0.5), -python-mutagen, python-django, sox, vorbis-tools, flac, normalize-audio, -ecasound, festival, par2, python-mysqldb, sqlite3 | mysql-server, octave2.9, -octave2.9-forge, python-tk, python-numpy, python-audiolab, libsndfile1 +python (>= 2.3.5-7), python-xml, python-mutagen, python-django (>= 1.0-1), +python-imaging (>= 1.1.6), sox, vorbis-tools, flac, normalize-audio, +python-mysqldb, mysql-server, octave2.9, python-tk, libgd2-xpm, +libsndfile1 (>= 1.0.17), python-numpy, python-ctypes (>= 1.0.1), +python-scikits-audiolab (>= 0.7), python-setuptools (>= 0.6b3), +python-support (>= 0.3), + +optional: +lame, ecasound, festival, par2 # Installation and usage