From f70564a94c20eec58fe0fcaadae073f0921da4f8 Mon Sep 17 00:00:00 2001 From: Damiano Ognissanti Date: Sat, 24 Dec 2022 10:32:02 +0100 Subject: [PATCH] New package: libcamera-0.0.4 Co-authored-by: Michal Vasilek --- srcpkgs/libcamera/template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/libcamera/template diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template new file mode 100644 index 000000000000..a08bfae0b013 --- /dev/null +++ b/srcpkgs/libcamera/template @@ -0,0 +1,13 @@ +# Template file for 'libcamera' +pkgname=libcamera +version=0.0.4 +revision=1 +build_style=meson +hostmakedepends="pkg-config python3-yaml python3-ply python3-Jinja2" +makedepends="openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel libyaml-devel" +short_desc="Complex camera support library for Linux, Android, and ChromeOS" +maintainer="Damiano Ognissanti " +license="LGPL-2.1-or-later, GPL-2.0-or-later" +homepage="https://github.com/kbingham/libcamera" +distfiles="https://github.com/kbingham/libcamera/archive/v${version}.tar.gz" +checksum=1a1501d05473935bce6ea92ece9bc14d6e9c817fa7a3ecc20581ad0c21223bf0 \ No newline at end of file