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.
This commit is contained in:
Lunush 2021-02-26 07:32:07 +03:00 committed by GitHub
parent 5916911281
commit 1e8d18f517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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