diff options
author | Paper <paper@tilde.institute> | 2021-01-07 10:22:09 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2021-01-07 10:03:45 +0000 |
commit | 54eb9dcf3179a16b4233dd08ed15bc4d5a696e6c (patch) | |
tree | ce3fedd88b8f07937367c998f977aca9e8decc30 | |
parent | b3bd9be3cf8df31c020b1373b3c68a7434128dc3 (diff) | |
download | aports-54eb9dcf3179a16b4233dd08ed15bc4d5a696e6c.tar.gz aports-54eb9dcf3179a16b4233dd08ed15bc4d5a696e6c.tar.bz2 aports-54eb9dcf3179a16b4233dd08ed15bc4d5a696e6c.tar.xz |
community/fractal: add gst-plugins-good-gtk dep
-rw-r--r-- | community/fractal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/fractal/APKBUILD b/community/fractal/APKBUILD index b8062368a3d..3385ff703c7 100644 --- a/community/fractal/APKBUILD +++ b/community/fractal/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=fractal pkgver=4.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="Matrix group messaging app" url="https://wiki.gnome.org/Apps/Fractal" arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by Rust @@ -10,7 +10,7 @@ license="GPL-3.0-or-later" depends="dbus:org.freedesktop.Secrets xdg-utils" makedepends="meson gtk+3.0-dev dbus-dev openssl-dev gspell-dev libhandy-dev gtksourceview4-dev gstreamer-dev gst-plugins-base-dev gst-plugins-bad-dev - gst-editing-services-dev glib-dev cargo gmp-dev" + gst-editing-services-dev glib-dev cargo gmp-dev gst-plugins-good-gtk" options="!check" # no tests subpackages="$pkgname-lang" source="https://gitlab.gnome.org/GNOME/fractal/-/archive/$pkgver/fractal-$pkgver.tar.gz" |