community/snapshot: fix missing dependencies

Snapshot looks up cameras via `pipewiredeviceprovider` and crashes if
it does not exist, so add dependencies on gst-plugin-pipewire and pipewire.
Also camerabin needs gst-plugins-bad so add that too.
This commit is contained in:
Arnav Singh 2023-10-07 22:44:20 -07:00 committed by Andy Postnikov
parent fa5146de0b
commit b3ef5cda48

View File

@ -2,7 +2,7 @@
# Maintainer: team/gnome <aldrian.thom@proton.me>
pkgname=snapshot
pkgver=45.0
pkgrel=0
pkgrel=1
pkgdesc="Take pictures and videos"
url="https://gitlab.gnome.org/GNOME/snapshot"
arch="all !s390x"
@ -18,6 +18,11 @@ makedepends="
libadwaita-dev
meson
"
depends="
gst-plugin-pipewire
gst-plugins-bad
pipewire
"
subpackages="$pkgname-lang"
source="https://download.gnome.org/sources/snapshot/${pkgver%%.*}/snapshot-$pkgver.tar.xz"