From 0716ae63c6eeeefbc05123b70b9c70f41418a5c1 Mon Sep 17 00:00:00 2001 From: RomanJos <42180076+RomanJos@users.noreply.github.com> Date: Mon, 4 Apr 2022 22:48:01 +0200 Subject: [PATCH] add `gst-plugins-good` in PKGBUILD for arch linux I had this line `GStreamer element autoaudiosink not found. Please install it` and couldn't start playing a song, after installing `gst-plugins-good` it worked. I now have `WebKit wasn't able to find a WebVTT encoder. Subtitles handling will be degraded unless gst-plugins-bad is installed.` but installing it only get rid of the message without having any noticeable improvement so I didn't put it in the PKGBUILD since the plugin have a lot of dependencies. --- aur-struct/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aur-struct/PKGBUILD b/aur-struct/PKGBUILD index e605abd4..b4f1fab2 100644 --- a/aur-struct/PKGBUILD +++ b/aur-struct/PKGBUILD @@ -8,7 +8,7 @@ arch=(x86_64) url="https://github.com/KRTirtho/spotube/" license=('BSD-4-Clause') groups=() -depends=('libkeybinder3') +depends=('libkeybinder3' 'gst-plugins-good') makedepends=() checkdepends=() optdepends=()