From b143898cd3236ded1ba517b2346cbfa748d03884 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 1 Feb 2016 20:27:36 +0100 Subject: [PATCH] gst1: Adjust list of GStreamer packages needed on Arch --- docs/installation/source.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/installation/source.rst b/docs/installation/source.rst index b4b7ad3f..ed738dda 100644 --- a/docs/installation/source.rst +++ b/docs/installation/source.rst @@ -50,11 +50,18 @@ please follow the directions :ref:`here `. If you use Arch Linux, install the following packages from the official repository:: - sudo pacman -S gst-python gst-plugins-good gst-plugins-ugly + sudo pacman -S python2-gobject gst-python gst-plugins-good + gst-plugins-ugly + + .. warning:: + + ``gst-python`` installs GStreamer GI overrides for Python 3. As far as + we know, Arch currently lacks a package with the corresponding overrides + built for Python 2. If a ``gst-python2`` package is added, it will + depend on ``python2-gobject``, so we can then shorten this package list. If you use Fedora you can install GStreamer like this:: - # TODO Update to GStreamer 1 sudo yum install -y python-gstreamer1 gstreamer1-plugins-good \ gstreamer1-plugins-ugly