From 167ef024c3400a31c64bd2146969f256d595383d 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 Update to 0.0.4 and changed repo --- srcpkgs/libcamera/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/libcamera/template diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template new file mode 100644 index 000000000000..8c5c7103782a --- /dev/null +++ b/srcpkgs/libcamera/template @@ -0,0 +1,16 @@ +# Template file for 'libcamera' +pkgname=libcamera +version=0.0.4 +revision=1 +build_style=meson +hostmakedepends="git 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://git.libcamera.org/libcamera/libcamera.git/" +do_fetch() { + git clone https://git.libcamera.org/libcamera/libcamera.git $wrksrc + cd $wrksrc + git reset --hard 6cf637eb253a68edebe59505bea55435fafb00cd +}