From 92d56f16425e7d385041241b42476530fe327d29 Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Sun, 31 Aug 2008 17:13:16 +0000 Subject: [PATCH] * Fix README --- INSTALL | 43 ++++++++++++++++++++++++++++++------------- README | 2 +- debian/control | 4 ++-- 3 files changed, 33 insertions(+), 16 deletions(-) diff --git a/INSTALL b/INSTALL index 77d13511..f8050e4e 100644 --- a/INSTALL +++ b/INSTALL @@ -8,7 +8,7 @@ python (>= 2.3.5-7), python-xml, python-central (>= 0.5), python-mutagen, python-django (>= 0.96.2), sox, vorbis-tools, flac, normalize-audio, python-mysqldb, sqlite3 | mysql-server, octave2.9, -octave2.9-forge, python-tk, libgd2-xpm, libsndfile1 +octave2.9-forge, python-tk, libgd2-xpm, libsndfile1, python-audiolab optional: lame, ecasound, par2 @@ -18,7 +18,9 @@ lame, ecasound, par2 2.0. Install Telemeta: -* On Debian or Ubuntu just add these lines to your /etc/apt/sources-list: +* On Debian or Ubuntu : + + Just add these lines to your /etc/apt/sources-list: deb http://debian.parisson.org/ binary/ deb-src http://debian.parisson.org/ source/ @@ -29,22 +31,37 @@ lame, ecasound, par2 $ sudo apt-get update $ sudo apt-get install telemeta -* On other linux platforms, install all dependencies listed at 1. - and get the lastest tar.gz version of telemeta at http://svn.parisson.org/telemeta/ - Uncompress the archive, go to the main folder of telemeta and run this command - in a shell as root: + This method provides the installation of all needed packages + thanks to the Debian dependency system. - $ sudo python setup.py install + Go to 2.2. -2.1. Compile wav2png +* On other linux platforms - In order to get the wavforms of the audio files, wav2png have to be compiled in telemeta : - - $ cd $DIR/telemeta/visualization/wav2png/ + Install all dependencies listed at 1. + + Download the lastest release of telemeta at + + http://svn.parisson.org/telemeta/ + + Uncompress the archive like : + + $ tar xzvf telemeta_0.3.2.tar.gz - where $DIR is the directory where telemeta installed (e.g. /usr/lib/python2.5/site-packages/) + Go to the main folder of telemeta and run this command + in a shell as root: - $ make + $ sudo python setup.py install + +2.1. Install audiolab + + This is ONLY needed if you did NOT install telemeta with Debian's apt-get. + + In order to get the wavforms of the audio files, + python-audiolab have to be installed in telemeta : + + $ cd telemeta/util/audiolab/ + $ sudo python setup.py install 2.2. Create a Django project if you haven't already done it: diff --git a/README b/README index c9b2240a..44c719ee 100644 --- a/README +++ b/README @@ -39,7 +39,7 @@ soon...) including metadata editing and publishing tools. 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 +octave2.9-forge, python-tk, python-numpy, python-audiolab, libsndfile1 # 3. Installation and usage diff --git a/debian/control b/debian/control index f9eca70e..6fb8f431 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Section: sound Priority: optional Maintainer: Guillaume Pellerin Uploaders: Paul Brossier -Build-Depends: debhelper (>= 5.0.0), docbook-to-man, python (>= 2.4), cdbs (>= 0.4.42), python-setuptools (>= 0.6b3), python-support (>= 0.3), python-dev (>= 2.4), python-numpy, libsndfile1-dev (>= 1.0.17) +Build-Depends: debhelper (>= 5.0.0), docbook-to-man, python (>= 2.4), cdbs (>= 0.4.42), python-setuptools (>= 0.6b3), python-support (>= 0.3), python-dev (>= 2.4) Standards-Version: 3.7.3 Package: telemeta Architecture: any -Depends: ${python:Depends}, python-xml, python-mutagen, python-django (>= 0.96.2), 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-audiolab +Depends: ${python:Depends}, python-xml, python-mutagen, python-django (>= 0.96.2), 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-audiolab (>= 0.7) Recommends: lame, vamp-examples Suggests: ecasound, festival, par2 Description: web frontend to backup, transcode and tag any audio content with metadata -- 2.39.5