]> git.parisson.com Git - timeside.git/commitdiff
Update Parisson Debian repos to wheezy-backports
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 2 Jul 2014 23:04:10 +0000 (01:04 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 2 Jul 2014 23:04:10 +0000 (01:04 +0200)
README.rst

index 46c10028146f8e29cdbf492d4dadf6562464b842..713385a72d95a03a15ced8cb1ce97f93981626f3 100644 (file)
@@ -260,13 +260,15 @@ Debian, Ubuntu
 
 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
 
@@ -289,7 +291,7 @@ Dependencies
 
 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
 
@@ -386,7 +388,7 @@ Development
 
 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