mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
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:
parent
fa5146de0b
commit
b3ef5cda48
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user