From 1e8d18f517377dbc76bf97c7fd29c33d06dc4a70 Mon Sep 17 00:00:00 2001 From: Lunush <76045303+lunush@users.noreply.github.com> Date: Fri, 26 Feb 2021 07:32:07 +0300 Subject: [PATCH] Add Gstreamer plugins to Arch Linux deps script I was unable to compile servo on my machine because of errors related to gst. Installing the following solved the issue. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c04240bc8a..fe25ee42e9d 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,8 @@ sudo zypper install libX11-devel libexpat-devel Mesa-libEGL-devel Mesa-libGL-dev ``` sh sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake libxmu \ - pkg-config ttf-fira-sans harfbuzz ccache llvm clang autoconf2.13 gstreamer gstreamer-vaapi + pkg-config ttf-fira-sans harfbuzz ccache llvm clang autoconf2.13 gstreamer gstreamer-vaapi \ + gst-plugins-base gst-plugins-good gst-plugins-bad ``` #### On Gentoo Linux