From: Guillaume Pellerin Date: Wed, 2 Jul 2014 23:04:10 +0000 (+0200) Subject: Update Parisson Debian repos to wheezy-backports X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9e290a7b8d7715129b19353b640c195c0d0a2e49;p=timeside-diadems.git Update Parisson Debian repos to wheezy-backports --- diff --git a/README.rst b/README.rst index 46c1002..713385a 100644 --- a/README.rst +++ b/README.rst @@ -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