From 92e5236974492cbafbf9178ff4cbc5407afecc43 Mon Sep 17 00:00:00 2001 From: Newbyte Date: Tue, 24 Aug 2021 12:48:11 +0200 Subject: [PATCH] community/lollypop: depend on gst-plugins-good While Lollypop does function without gst-plugins-good, it can't play much in the way of local music. The "good" plugins allow for decoding of at least MP3 and FLAC, which should be good enough for most people. If only Alpine had "weak" dependencies ... --- community/lollypop/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/community/lollypop/APKBUILD b/community/lollypop/APKBUILD index edb25691214..df8951014af 100644 --- a/community/lollypop/APKBUILD +++ b/community/lollypop/APKBUILD @@ -10,6 +10,7 @@ url="https://gitlab.gnome.org/World/Lollypop" arch="noarch !mips !mips64 !s390x" # libhandy missing license="GPL-3.0-only" depends=" + gst-plugins-good libhandy1 libsecret libsoup