summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuigi3112023-01-24 09:36:32 -0700
committerLuigi3112023-01-24 09:36:32 -0700
commit37fa1a94b333131c1b92c6bb6f317a3510fdd396 (patch)
treec173b0d4fda653c73280b4c4c63d7522fb33b66c
parentb68474e923fb37ca36c1d7c1bc6b76cb883623e1 (diff)
downloadaur-37fa1a94b333131c1b92c6bb6f317a3510fdd396.tar.gz
add libcamera
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd530ad9e017..462871e58c88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = millipixels-git
depends = feedbackd-git
depends = rust
depends = ffmpeg
+ depends = libcamera-git
provides = millipixels
conflicts = millipixels
replaces = millipixels
diff --git a/PKGBUILD b/PKGBUILD
index 2c32cfd0fb8b..6d8eba251ba7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='GTK3 camera application that knows how to deal with the media request a
arch=('x86_64' 'aarch64')
url="https://source.puri.sm/Librem5/millipixels.git"
license=('LGPL')
-depends=('gtk3' 'zbar' 'feedbackd-git' 'rust' 'ffmpeg')
+depends=('gtk3' 'zbar' 'feedbackd-git' 'rust' 'ffmpeg' 'libcamera-git')
makedepends=('meson')
checkdepends=()
optdepends=()