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.
This commit is contained in:
RomanJos 2022-04-04 22:48:01 +02:00 committed by GitHub
parent d62f3ce6a1
commit 0716ae63c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ arch=(x86_64)
url="https://github.com/KRTirtho/spotube/" url="https://github.com/KRTirtho/spotube/"
license=('BSD-4-Clause') license=('BSD-4-Clause')
groups=() groups=()
depends=('libkeybinder3') depends=('libkeybinder3' 'gst-plugins-good')
makedepends=() makedepends=()
checkdepends=() checkdepends=()
optdepends=() optdepends=()