From: Guillaume Pellerin Date: Tue, 28 May 2013 09:31:48 +0000 (+0200) Subject: fix some dependencies X-Git-Tag: 0.5.0~102 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=301c71bf24dd63fd12699048ed1919f29fa3c10b;p=timeside.git fix some dependencies --- diff --git a/README.rst b/README.rst index 3349ef8..8943d5d 100644 --- a/README.rst +++ b/README.rst @@ -148,9 +148,9 @@ TimeSide needs some other python modules to run. The following methods explain h $ sudo apt-get update $ sudo apt-get install python python-pip python-setuptools python-gobject \ - python-gst0.10 gstreamer0.10-plugins-base gir1.0-gstreamer-0.10 \ + python-gst0.10 gstreamer0.10-plugins-base gir1.2-gstreamer-0.10 \ gstreamer0.10-plugins-good gstreamer0.10-plugins-bad \ - gobject-introspection + gstreamer0.10-plugins-ugly gobject-introspection python-mutagen $ sudo pip install timeside diff --git a/doc/timeside_slides.html b/doc/timeside_slides.html index ebc1180..51153ff 100644 --- a/doc/timeside_slides.html +++ b/doc/timeside_slides.html @@ -144,9 +144,9 @@ print 'Level:', analyzer.results() sudo apt-get update sudo apt-get install python python-pip python-setuptools python-gobject \ - python-gst0.10 gstreamer0.10-plugins-base gir1.0-gstreamer-0.10 \ + python-gst0.10 gstreamer0.10-plugins-base gir1.2-gstreamer-0.10 \ gstreamer0.10-plugins-good gstreamer0.10-plugins-bad \ - gobject-introspection + gstreamer0.10-plugins-ugly gobject-introspection python-mutagen sudo pip install timeside @@ -159,10 +159,11 @@ sudo pip install timeside sudo apt-get update sudo apt-get install python python-pip python-setuptools python-gobject \ - python-gst0.10 gstreamer0.10-plugins-base gir1.0-gstreamer-0.10 \ + python-gst0.10 gstreamer0.10-plugins-base gir1.2-gstreamer-0.10 \ gstreamer0.10-plugins-good gstreamer0.10-plugins-bad \ - gobject-introspection libsndfile-dev libsamplerate-dev docbook-to-man \ - liblash-dev libfftw3-dev gcc git-core ipython + gstreamer0.10-plugins-ugly gobject-introspection \ + libsndfile-dev libsamplerate-dev docbook-to-man \ + liblash-dev libfftw3-dev gcc git-core ipython python-mutagen

install aubio with "develop" branch