Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rpi-libcamera:20230303
@ 2023-03-03 20:24 strec007
  2023-03-03 22:10 ` strec007
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: strec007 @ 2023-03-03 20:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1158 bytes --]

There is a new pull request by strec007 against master on the void-packages repository

https://github.com/strec007/void-packages _pc_rpi-libcamera
https://github.com/void-linux/void-packages/pull/42574

New package: rpi-libcamera:20230303
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - aarch64-musl
 



A patch file from https://github.com/void-linux/void-packages/pull/42574.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_rpi-libcamera-42574.patch --]
[-- Type: text/x-diff, Size: 1745 bytes --]

From 88765b7a2bf2f5b84c93a0fe237fedf4a1e12852 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Fri, 3 Mar 2023 12:44:45 +0000
Subject: [PATCH] New package: rpi-libcamera:20230303

---
 srcpkgs/rpi-libcamera-devel    |  1 +
 srcpkgs/rpi-libcamera/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/rpi-libcamera-devel
 create mode 100644 srcpkgs/rpi-libcamera/template

diff --git a/srcpkgs/rpi-libcamera-devel b/srcpkgs/rpi-libcamera-devel
new file mode 120000
index 000000000000..db165d6c689c
--- /dev/null
+++ b/srcpkgs/rpi-libcamera-devel
@@ -0,0 +1 @@
+rpi-libcamera
\ No newline at end of file
diff --git a/srcpkgs/rpi-libcamera/template b/srcpkgs/rpi-libcamera/template
new file mode 100644
index 000000000000..37eaa300f38e
--- /dev/null
+++ b/srcpkgs/rpi-libcamera/template
@@ -0,0 +1,27 @@
+# Template file for 'rpi-libcamera'
+_githash="923f5d707bb760bd3e724b3373568fa88c68454f"
+
+pkgname=rpi-libcamera
+version=20230303
+revision=1
+archs="armv6l* armv7l* aarch64*"
+build_style=meson
+hostmakedepends="pkg-config python3-yaml python3-ply python3-Jinja2 libcrypto1.1"
+makedepends="libyaml-devel gnutls-devel"
+short_desc="Raspberry Pi's clone of libcamera"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/raspberrypi/libcamera"
+distfiles="https://github.com/raspberrypi/libcamera/archive/${_githash}.tar.gz"
+checksum="ce3047b491308cf8027faf9ee3538d9d53e3b62e18ce39f282d6f84789ed57c5"
+
+
+rpi-libcamera-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-03-04 15:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03 20:24 [PR PATCH] New package: rpi-libcamera:20230303 strec007
2023-03-03 22:10 ` strec007
2023-03-03 22:13 ` [PR PATCH] [Updated] " strec007
2023-03-04  5:32 ` classabbyamp
2023-03-04  9:45 ` [PR PATCH] [Updated] " strec007
2023-03-04  9:46 ` strec007
2023-03-04  9:47 ` strec007
2023-03-04 15:29 ` strec007
2023-03-04 15:29 ` [PR PATCH] [Closed]: " strec007

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).