# 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:
$ 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
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