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 1/3] 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=() From 15da62dc67685f01a41aea881916208868fff83b Mon Sep 17 00:00:00 2001 From: RomanJos <42180076+RomanJos@users.noreply.github.com> Date: Mon, 4 Apr 2022 22:52:51 +0200 Subject: [PATCH 2/3] forgot `pkgrel` --- aur-struct/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aur-struct/PKGBUILD b/aur-struct/PKGBUILD index b4f1fab2..729a3044 100644 --- a/aur-struct/PKGBUILD +++ b/aur-struct/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Kingkor Roy Tirtho pkgname=spotube-bin pkgver=2.0.0 -pkgrel=2 +pkgrel=3 epoch= pkgdesc="A lightweight free Spotify crossplatform-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed" arch=(x86_64) From 5b717405ef741ef8655e9f82d19616acddbc4ed4 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Tue, 5 Apr 2022 18:11:27 +0600 Subject: [PATCH 3/3] Update PKGBUILD --- aur-struct/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aur-struct/PKGBUILD b/aur-struct/PKGBUILD index 729a3044..1a7e4774 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' 'gst-plugins-good') +depends=('libkeybinder3' 'gst-plugins-good' 'webkit2gtk') makedepends=() checkdepends=() optdepends=()