From 9a67c42d9c6b0e99daeb254adc06717d3d5ad077 Mon Sep 17 00:00:00 2001 From: Newbyte Date: Tue, 24 Aug 2021 12:48:11 +0200 Subject: 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 cbea52f3d0..701f6787fc 100644 --- a/community/lollypop/APKBUILD +++ b/community/lollypop/APKBUILD @@ -11,6 +11,7 @@ url="https://gitlab.gnome.org/World/Lollypop" arch="noarch !mips !mips64 !s390x !riscv64" # libhandy missing license="GPL-3.0-only" depends=" + gst-plugins-good libhandy1 libsecret libsoup -- cgit v1.2.3