From 9b2056d871834e8d46e754dfd934b304725b0f3d Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Mon, 26 May 2008 08:40:53 +0000 Subject: [PATCH] * Fix install features and doc --- INSTALL | 22 +++++++++++----------- debian/control | 4 ++-- debian/pyversions | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/INSTALL b/INSTALL index 954cd79d..836bc60d 100644 --- a/INSTALL +++ b/INSTALL @@ -16,15 +16,7 @@ lame, ecasound, par2 # 2. Install # ========== -2.0. Install Django - Warning: last know revision that works with Telemeta: 5313 - Then, please use subversion to install it : - - $ svn co -r5313 http://code.djangoproject.com/svn/django/trunk/ django - $ cd django - $ sudo python setup.py install - -2.1. Install Telemeta: +2.0. Install Telemeta: * On debian or Ubuntu just add these lines to your /etc/apt/sources-list: @@ -38,14 +30,22 @@ lame, ecasound, par2 $ 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://debian.parisson.org/ + 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: $ sudo python setup.py install -* Compile wav2png in telemeta/telemeta/visualization/wav2png +2.1. Compile wav2png + In order to get the wavforms of the audio files, wav2png have to be compiled in telemeta : + + $ cd $DIR/telemeta/visualization/wav2png/ + + where $DIR is the directory where telemeta has been installed (e.g. /usr/lib/python2.5/site-packages/) + + $ make + 2.2. Create a Django project if you haven't already done it: $ cd ~/my_projects diff --git a/debian/control b/debian/control index e6094aa6..f7cede48 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.3.5-7), cdbs (>= 0.4.42), python-setuptools (>= 0.6b3), python-support (>= 0.3), python-dev (>= 2.3.5-7) +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), sox, vorbis-tools, flac, normalize-audio, python-mysqldb, sqlite3 | mysql-server, octave2.9, octave2.9-forge, python-tk, libgd2-xpm, libsndfile1 +Depends: ${python:Depends}, python-xml, python-mutagen, python-django (>= 0.96.2), sox, vorbis-tools, flac, normalize-audio, python-mysqldb, mysql-server, octave2.9, octave2.9-forge, python-tk, libgd2-xpm, libsndfile1 Recommends: lame Suggests: ecasound, festival, par2 Description: web frontend to backup, transcode and tag any audio content with metadata diff --git a/debian/pyversions b/debian/pyversions index 57a7586e..95e3ba81 100644 --- a/debian/pyversions +++ b/debian/pyversions @@ -1 +1 @@ -2.3- +2.5 -- 2.39.5