]> git.parisson.com Git - telemeta.git/commitdiff
* Fix install features and doc
authoryomguy <>
Mon, 26 May 2008 08:40:53 +0000 (08:40 +0000)
committeryomguy <>
Mon, 26 May 2008 08:40:53 +0000 (08:40 +0000)
INSTALL
debian/control
debian/pyversions

diff --git a/INSTALL b/INSTALL
index 954cd79dcf45ae74fc48248f79f74861ef9a665c..836bc60d4fd7ee787c1c9628e09204e7451742b8 100644 (file)
--- 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
index e6094aa67857c7fca7b4da3a2ff8cbcd14512d6d..f7cede481b247aa3cb997f5aaca4568fe79f7ebd 100644 (file)
@@ -3,12 +3,12 @@ Section: sound
 Priority: optional
 Maintainer: Guillaume Pellerin <yomguy@altern.org>
 Uploaders: Paul Brossier <piem@debian.org>
-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
index 57a7586e4b339553ca15ce2f76600a89f5c6d01d..95e3ba8192053fb4a18be631cb8d273638ac768b 100644 (file)
@@ -1 +1 @@
-2.3-
+2.5