summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuigi3112023-02-19 17:05:22 -0700
committerLuigi3112023-02-19 17:05:22 -0700
commit5e886190cee949c51acb7151ee6be3dfaac55452 (patch)
tree0aaebf6fc0f36f0a913b4293cc947a198d323381
parent7d8a59aa66d08820f010b4a5b622a56f21d61eba (diff)
downloadaur-libaperture-libcamera-git.tar.gz
Add more deps
Signed-off-by: Luigi311 <git@luigi311.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39ded2aee2d7..18c9829e0c37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,11 @@ pkgbase = libaperture-libcamera-git
makedepends = git
makedepends = meson
makedepends = quilt
+ makedepends = cmake
depends = gtk3
depends = vala
+ depends = gobject-introspection
+ depends = gst-plugin-gtk
provides = libaperture
conflicts = libaperture
replaces = libaperture
diff --git a/PKGBUILD b/PKGBUILD
index cf005ad1f92a..1ce0f326adfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc='A camera library for GTK3 with libcamera patches from mobian'
arch=('x86_64' 'aarch64')
url="https://salsa.debian.org/Mobian-team/packages/libaperture-0/-/tree/mobian/"
license=('LGPL')
-depends=('gtk3' 'vala')
-makedepends=('git' 'meson' 'quilt')
+depends=('gtk3' 'vala' 'gobject-introspection' 'gst-plugin-gtk')
+makedepends=('git' 'meson' 'quilt' 'cmake')
checkdepends=()
optdepends=()
provides=('libaperture')