From 5532ed43ad3f1656d4b73c545d2532119f15ff19 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 18 Jul 2013 11:03:07 +0200 Subject: [PATCH] add deps --- INSTALL.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 70506ee4..d7ad0c48 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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:: -- 2.39.5