diff options
| author | Ingar <ingar@telenet.be> | 2026-04-08 11:58:04 +0200 |
|---|---|---|
| committer | Ingar <ingar@telenet.be> | 2026-04-08 11:58:04 +0200 |
| commit | 80b653b544e8fcba869f113ac32b4c5d558af229 (patch) | |
| tree | edfed2e6862a9bda43e119eefe99ab517b16a3a4 /PKGBUILD | |
| parent | b20bb0daed6f306c5e19a8495cd22acdd0e7dce9 (diff) | |
Updated dependencies.
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Contributor: Mattia Procopio (astro.matto) <matto.astro at gmail dot com> pkgname=rpicam-apps pkgver=1.11.1 -pkgrel=1 +pkgrel=2 pkgdesc="This is a small suite of libcamera-based applications to drive the cameras on a Raspberry Pi platform." arch=(aarch64) url="https://github.com/raspberrypi/rpicam-apps" @@ -11,11 +11,18 @@ license=(LGPLv2 GPLv3 BSD2 BSD3) -depends=(boost +depends=(boost-libs libpisp + libexif + libjpeg + libtiff + libpng + libyuv + libglvnd python-piexif python-prctl) makedepends=(meson + boost python-jinja python-sphinx) source=( |
