From 537d5bf21e5dbd4448bd4088a148de97e3df73ca Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Mon, 1 Sep 2008 14:49:04 +0000 Subject: [PATCH] * Django from svn -r5313 --- INSTALL | 21 ++++++++++++++++----- debian/control | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index f8050e4e..d0af02e1 100644 --- 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. diff --git a/debian/control b/debian/control index 826aeeec..bf35fb0d 100644 --- a/debian/control +++ b/debian/control @@ -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 -- 2.39.5