diff options
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=( |
