From 6d856e88bb5cb0b2ac5808da5f6d004fe23d6751 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 10 Feb 2016 19:12:59 +0100 Subject: [PATCH] docs: Add missing packages for Debian stable and Ubuntu < 15.10 Fixes #1434 --- docs/installation/source.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/installation/source.rst b/docs/installation/source.rst index b5bd7b95..ee2ffad5 100644 --- a/docs/installation/source.rst +++ b/docs/installation/source.rst @@ -44,8 +44,10 @@ please follow the directions :ref:`here `. If you use Debian/Ubuntu you can install GStreamer like this:: - sudo apt-get install python-gst-1.0 gstreamer1.0-plugins-good \ - gstreamer1.0-plugins-ugly gstreamer1.0-tools + sudo apt-get install python-gst-1.0 \ + gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0 \ + gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly \ + gstreamer1.0-tools If you use Arch Linux, install the following packages from the official repository::