Parisson packages repository

For Debian based distributions, we provide a package repository which includes the required dependencies, included packages or versions that are not in Debian yet. Latest versions of Aubio, Yaafe, and TimeSide will be installed on your system.

add repo key

First install the parisson key, then add the sources required for your distribution:

$ sudo gpg --keyserver pgpkeys.mit.edu --recv-key E3298399DF14BB7C
$ sudo gpg -a --export E3298399DF14BB7C | sudo apt-key add - 

debian

On Debian Jessie (testing):

$ echo "deb http://debian.parisson.com/debian/ jessie main" | sudo tee -a /etc/apt/sources.list.d/parisson.list
$ echo "deb-src http://debian.parisson.com/debian/ jessie main" | sudo tee -a /etc/apt/sources.list.d/parisson.list

On Debian Wheezy (stable, 7.0):

$ echo "deb http://http.debian.net/debian/ wheezy-backports main" | sudo tee -a /etc/apt/sources.list.d/parisson.list
$ echo "deb-src http://http.debian.net/debian/ wheezy-backports main" | sudo tee -a /etc/apt/sources.list.d/parisson.list
$ echo "deb http://debian.parisson.com/debian/ wheezy main" | sudo tee -a /etc/apt/sources.list.d/parisson.list
$ echo "deb-src http://debian.parisson.com/debian/ wheezy main" | sudo tee -a /etc/apt/sources.list.d/parisson.list

ubuntu

On Ubuntu Trusty (14.04LTS):

$ echo "deb http://debian.parisson.com/debian/ trusty main" | sudo tee -a /etc/apt/sources.list.d/parisson.list
$ echo "deb-src http://debian.parisson.com/debian/ trusty main" | sudo tee -a /etc/apt/sources.list.d/parisson.list

On Ubuntu Precise (12.04LTS):

$ echo "deb http://debian.parisson.com/debian/ precise main" | sudo tee -a /etc/apt/sources.list.d/parisson.list
$ echo "deb-src http://debian.parisson.com/debian/ precise main" | sudo tee -a /etc/apt/sources.list.d/parisson.list

update

Update your apt sources (if this produces warnings, make sure you have no old or duplicated line in /etc/apt/sources.list nor in /etc/apt/sources.list.d/):

$ sudo apt-get update

install

You can now install python-timeside:

$ sudo apt-get install python-timeside

Or

$ sudo apt-get install -t wheezy-backports python-timeside