For Debian based distributions, we provide a safe repository which provides all additional dependencies that are not included in Debian yet::
- $ echo "deb http://debian.parisson.com/debian/ stable main" | sudo tee -a /etc/apt/sources.list
+ $ echo "deb http://ftp.debian.org/debian/ wheezy-backports main" | sudo tee -a /etc/apt/sources.list
+ $ echo "deb http://debian.parisson.com/debian/ wheezy-backports main" | sudo tee -a /etc/apt/sources.list
+
$ sudo apt-get update
- $ sudo apt-get install python-timeside
+ $ sudo apt-get install -t wheezy-backports python-timeside
This method is known to be compatible with Debian 7 Wheezy with backports and Ubuntu 14.04 LTS. It will install additional binary packages from several audio feature extraction librairies like Aubio and Yaafe for which TimeSide has some nice processors.
-Note you can also use pip if you already have already satisfied all the dependencies::
+Note you can also use pip if you already have already satisfied all the binary dependencies::
$ sudo pip install timeside
Needed::
- python (>=2.7) python-setuptools python-numpy python-scipy python-h5py python-matplotlib pillow
+ python (>=2.7) python-setuptools python-numpy python-scipy python-h5py python-matplotlib python-imaging
python-simplejson python-yaml python-mutagen libhdf5-serial-dev python-gst0.10
gstreamer0.10-gnonlin gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly
For versions >=0.5 on Debian 7 Wheezy::
- $ echo "deb http://debian.parisson.com/debian/ stable main" | sudo tee -a /etc/apt/sources.list
+ $ echo "deb http://ftp.debian.org/debian/ wheezy-backports main" | sudo tee -a /etc/apt/sources.list
$ echo "deb-src http://debian.parisson.com/debian/ stable main" | sudo tee -a /etc/apt/sources.list
$ sudo apt-get update
$ sudo apt-get install git