]> git.parisson.com Git - teleforma.git/commitdiff
add deps
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 18 Jul 2013 09:03:07 +0000 (11:03 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 18 Jul 2013 09:03:07 +0000 (11:03 +0200)
INSTALL.rst

index 70506ee407862e0d7d7d456add5c7eefeacc157e..d7ad0c4858c6151f05b90ee412d009cc39120428 100644 (file)
@@ -33,13 +33,17 @@ Install the system dependencies
             python-ctypes python-setuptools python-support python-docutils \
             python-libxml2 python-lxml python-numpy \
             python-scipy python-imaging python-mutagen python-gobject python-gst0.10 \
-            gstreamer0.10-plugins-base gobject-introspection python-psutil nginx
+            gobject-introspection python-psutil nginx \
+            gstreamer0.10-plugins-base gstreamer0.10-plugins-good \
+            gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly
+
+        sudo apt-get remove --purge pulseaudio
 
     To get MP3 reading and writing::
 
         echo 'deb http://www.debian-multimedia.org stable main' | sudo tee -a /etc/apt/sources-list
         sudo apt-get update
-        sudo aptitude install gstreamer0.10-fluendo-mp3 gstreamer0.10-lame
+        sudo aptitude install gstreamer0.10-lame
 
     More packages::