aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Magee <timothy@eastlincoln.net>2020-10-16 09:46:49 -0400
committerLeo <thinkabit.ukim@gmail.com>2020-10-18 03:54:43 -0300
commit8dd6f59d890d7a88d3eaba7924268a71735cad3e (patch)
tree7f682011a7d234c8368ff55667162f1dd80954f7
parent24c134b61cee159bd5632938067179a7e2136597 (diff)
community/gnome-shortwave: depend on gst-plugins-good
gnome-shortwave crashes on launch without gst-plugins-good.
-rw-r--r--community/gnome-shortwave/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-shortwave/APKBUILD b/community/gnome-shortwave/APKBUILD
index 079ef7b5afe..ec45e3698a2 100644
--- a/community/gnome-shortwave/APKBUILD
+++ b/community/gnome-shortwave/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-shortwave
pkgver=1.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="Listen to internet radio"
url="https://gitlab.gnome.org/World/Shortwave"
arch="all !s390x !mips !mips64" # Rust
license="GPL-3.0-only"
-depends="gst-libav gst-plugins-base gst-plugins-bad gstreamer"
+depends="gst-libav gst-plugins-base gst-plugins-bad gst-plugins-good gstreamer"
makedepends="meson gettext cargo glib-dev gtk+3.0-dev libhandy-dev gstreamer-dev
openssl-dev sqlite-dev gst-plugins-base-dev gst-plugins-bad-dev"
checkdepends="appstream-glib desktop-file-utils"