]> git.parisson.com Git - telemeta.git/commitdiff
* Django from svn -r5313
authoryomguy <>
Mon, 1 Sep 2008 14:49:04 +0000 (14:49 +0000)
committeryomguy <>
Mon, 1 Sep 2008 14:49:04 +0000 (14:49 +0000)
INSTALL
debian/control

diff --git a/INSTALL b/INSTALL
index f8050e4e56b0b3a371b28559755bea1e1095e16b..d0af02e18845e3673f5bc5f3c8f43efeb1e15339 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -18,7 +18,7 @@ lame, ecasound, par2
 
 2.0. Install Telemeta:
 
-* On Debian or Ubuntu :
+    * On Debian (Testing recommended) or Ubuntu Hoary :
 
     Just add these lines to your /etc/apt/sources-list:
 
@@ -36,7 +36,7 @@ lame, ecasound, par2
 
     Go to 2.2.
 
-* On other linux platforms
+    * On other linux platforms
 
     Install all dependencies listed at 1.
 
@@ -53,16 +53,26 @@ lame, ecasound, par2
 
     $ sudo python setup.py install
 
-2.1. Install audiolab
+2.1.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/
+    $ svn export http://svn.scipy.org/svn/scikits/trunk/audiolab
+    $ cd audiolab/
+    $ sudo python setup.py install
+
+2.1.2. Install the development version of the Django framework:
+
+    $ svn co -r5313 http://code.djangoproject.com/svn/django/trunk/ django/
+    $ cd django
     $ sudo python setup.py install
     
+    WARNING: last know revision that works with Telemeta: 5313
+    See http://www.djangoproject.com
+
 2.2. Create a Django project if you haven't already done it:
 
     $ cd ~/my_projects
@@ -114,7 +124,8 @@ lame, ecasound, par2
 2.8. Go the web page:
 
     http://localhost:8000
-
+    or
+    http://localhost:9000
 
 See README and http://svn.parisson.org/telemeta/ for more informations.
 
index 826aeeeca58fa5be147469e7254ea70d2eb12ee1..bf35fb0d1fdb352b2bdaaef3628f79f9b5c4bbb9 100644 (file)
@@ -8,7 +8,7 @@ Standards-Version: 3.8.0
 
 Package: telemeta
 Architecture: any
-Depends: ${python:Depends}, python-xml, python-mutagen, python-django (>= 0.96.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-audiolab (>= 0.7)
+Depends: ${python:Depends}, python-xml, python-mutagen, python-django (>= 0.97-pre), 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