]> git.parisson.com Git - timeside.git/commitdiff
fix some dependencies
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 28 May 2013 09:31:48 +0000 (11:31 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 28 May 2013 09:31:48 +0000 (11:31 +0200)
README.rst
doc/timeside_slides.html

index 3349ef8d6a3d3720275e0949733ae894f0d8d8a1..8943d5db097fdfb38384ed8932f9bd0a19baf308 100644 (file)
@@ -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
 
index ebc1180493996bccc4da15b10b7dcdaffdb78238..51153ff3713efbc7d08cada53be8e18dafc147fa 100644 (file)
@@ -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
                                        </code></pre>
@@ -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
                     </code></pre>
 
                     <p>install <a href="http://aubio.org" target="_blank">aubio</a> with "develop" branch</p>