Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libcamera-0.0.3
@ 2022-12-24  9:35 damianoognissanti
  2022-12-24  9:37 ` [PR PATCH] [Updated] " damianoognissanti
                   ` (39 more replies)
  0 siblings, 40 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-24  9:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From c5cd6f22d56273e9832054fb50d2d5db8a7a6eb6 Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH] New package: libcamera-0.0.3

---
 srcpkgs/libcamera/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/libcamera/template

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
new file mode 100644
index 000000000000..bf7b0c596a6a
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,12 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.3
+revision=0
+build_style=meson
+hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+short_desc="libcamera"
+maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
+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=af85008f4e8bf1dc70aba4e5612513371b016788cf3c83343cf2d02483bc64ec

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
@ 2022-12-24  9:37 ` damianoognissanti
  2022-12-24  9:38 ` damianoognissanti
                   ` (38 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-24  9:37 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From c5cd6f22d56273e9832054fb50d2d5db8a7a6eb6 Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH 1/2] New package: libcamera-0.0.3

---
 srcpkgs/libcamera/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/libcamera/template

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
new file mode 100644
index 000000000000..bf7b0c596a6a
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,12 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.3
+revision=0
+build_style=meson
+hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+short_desc="libcamera"
+maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
+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=af85008f4e8bf1dc70aba4e5612513371b016788cf3c83343cf2d02483bc64ec

From 2373b3144473b691d0b1bb654c962fb3d771b9fb Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:37:12 +0100
Subject: [PATCH 2/2] Fixed short_desc

---
 srcpkgs/libcamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
index bf7b0c596a6a..5f0cf9d19c77 100644
--- a/srcpkgs/libcamera/template
+++ b/srcpkgs/libcamera/template
@@ -4,7 +4,7 @@ version=0.0.3
 revision=0
 build_style=meson
 hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
-short_desc="libcamera"
+short_desc="A complex camera support library for Linux, Android, and ChromeOS"
 maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"
 homepage="https://github.com/kbingham/libcamera"

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
  2022-12-24  9:37 ` [PR PATCH] [Updated] " damianoognissanti
@ 2022-12-24  9:38 ` damianoognissanti
  2022-12-24 10:02 ` damianoognissanti
                   ` (37 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-24  9:38 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 34d9f03250dd5fb35089339b817a41b2182f354d Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH] New package: libcamera-0.0.3

Fixed short_desc
---
 srcpkgs/libcamera/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/libcamera/template

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
new file mode 100644
index 000000000000..5f0cf9d19c77
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,12 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.3
+revision=0
+build_style=meson
+hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+short_desc="A complex camera support library for Linux, Android, and ChromeOS"
+maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
+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=af85008f4e8bf1dc70aba4e5612513371b016788cf3c83343cf2d02483bc64ec

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
  2022-12-24  9:37 ` [PR PATCH] [Updated] " damianoognissanti
  2022-12-24  9:38 ` damianoognissanti
@ 2022-12-24 10:02 ` damianoognissanti
  2022-12-24 10:04 ` damianoognissanti
                   ` (36 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-24 10:02 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 34d9f03250dd5fb35089339b817a41b2182f354d Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH 1/2] New package: libcamera-0.0.3

Fixed short_desc
---
 srcpkgs/libcamera/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/libcamera/template

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
new file mode 100644
index 000000000000..5f0cf9d19c77
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,12 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.3
+revision=0
+build_style=meson
+hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+short_desc="A complex camera support library for Linux, Android, and ChromeOS"
+maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
+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=af85008f4e8bf1dc70aba4e5612513371b016788cf3c83343cf2d02483bc64ec

From cac3a864275eccf69e2b02c0de2daccef6e6e510 Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 11:01:54 +0100
Subject: [PATCH 2/2] Fixed revision and short_desc

---
 srcpkgs/libcamera/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
index 5f0cf9d19c77..6119977d6b90 100644
--- a/srcpkgs/libcamera/template
+++ b/srcpkgs/libcamera/template
@@ -1,10 +1,10 @@
 # Template file for 'libcamera'
 pkgname=libcamera
 version=0.0.3
-revision=0
+revision=1
 build_style=meson
 hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
-short_desc="A complex camera support library for Linux, Android, and ChromeOS"
+short_desc="libcamera is a complex camera support library for Linux, Android, and ChromeOS"
 maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"
 homepage="https://github.com/kbingham/libcamera"

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (2 preceding siblings ...)
  2022-12-24 10:02 ` damianoognissanti
@ 2022-12-24 10:04 ` damianoognissanti
  2022-12-24 10:07 ` damianoognissanti
                   ` (35 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-24 10:04 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From d79c37a2ba5973cfc198df28e071439f26719cea Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH] New package: libcamera-0.0.3

Fixed short_desc

Fixed revision and short_desc
---
 srcpkgs/libcamera/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/libcamera/template

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
new file mode 100644
index 000000000000..6119977d6b90
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,12 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.3
+revision=1
+build_style=meson
+hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+short_desc="libcamera is a complex camera support library for Linux, Android, and ChromeOS"
+maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
+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=af85008f4e8bf1dc70aba4e5612513371b016788cf3c83343cf2d02483bc64ec

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (3 preceding siblings ...)
  2022-12-24 10:04 ` damianoognissanti
@ 2022-12-24 10:07 ` damianoognissanti
  2022-12-24 10:07 ` damianoognissanti
                   ` (34 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-24 10:07 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From d79c37a2ba5973cfc198df28e071439f26719cea Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH 1/2] New package: libcamera-0.0.3

Fixed short_desc

Fixed revision and short_desc
---
 srcpkgs/libcamera/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/libcamera/template

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
new file mode 100644
index 000000000000..6119977d6b90
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,12 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.3
+revision=1
+build_style=meson
+hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+short_desc="libcamera is a complex camera support library for Linux, Android, and ChromeOS"
+maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
+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=af85008f4e8bf1dc70aba4e5612513371b016788cf3c83343cf2d02483bc64ec

From 94e39ae513ba634020f54b038d4ca7e50313888e Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 11:06:49 +0100
Subject: [PATCH 2/2] Fix short_desc

---
 srcpkgs/libcamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
index 6119977d6b90..f4e37c236d0e 100644
--- a/srcpkgs/libcamera/template
+++ b/srcpkgs/libcamera/template
@@ -4,7 +4,7 @@ version=0.0.3
 revision=1
 build_style=meson
 hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
-short_desc="libcamera is a complex camera support library for Linux, Android, and ChromeOS"
+short_desc="Complex camera support library for Linux, Android, and ChromeOS"
 maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"
 homepage="https://github.com/kbingham/libcamera"

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (4 preceding siblings ...)
  2022-12-24 10:07 ` damianoognissanti
@ 2022-12-24 10:07 ` damianoognissanti
  2022-12-25 10:22 ` [PR REVIEW] " paper42
                   ` (33 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-24 10:07 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From a2bd023166bdbdbc8cd6fee550553f52e7c0bc4a Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH] New package: libcamera-0.0.3

Fixed short_desc

Fixed revision and short_desc

Fix short_desc
---
 srcpkgs/libcamera/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/libcamera/template

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
new file mode 100644
index 000000000000..f4e37c236d0e
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,12 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.3
+revision=1
+build_style=meson
+hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+short_desc="Complex camera support library for Linux, Android, and ChromeOS"
+maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
+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=af85008f4e8bf1dc70aba4e5612513371b016788cf3c83343cf2d02483bc64ec

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

* Re: [PR REVIEW] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (5 preceding siblings ...)
  2022-12-24 10:07 ` damianoognissanti
@ 2022-12-25 10:22 ` paper42
  2022-12-25 10:22 ` paper42
                   ` (32 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: paper42 @ 2022-12-25 10:22 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1056931262

Comment:
```suggestion
hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2"
makedepends="openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
```


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

* Re: [PR REVIEW] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (6 preceding siblings ...)
  2022-12-25 10:22 ` [PR REVIEW] " paper42
@ 2022-12-25 10:22 ` paper42
  2022-12-26  9:18 ` [PR PATCH] [Updated] " damianoognissanti
                   ` (31 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: paper42 @ 2022-12-25 10:22 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1056931127

Comment:
```suggestion
hostmakedepends="pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
```


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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (7 preceding siblings ...)
  2022-12-25 10:22 ` paper42
@ 2022-12-26  9:18 ` damianoognissanti
  2022-12-26  9:31 ` damianoognissanti
                   ` (30 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-26  9:18 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From a2bd023166bdbdbc8cd6fee550553f52e7c0bc4a Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH 1/2] New package: libcamera-0.0.3

Fixed short_desc

Fixed revision and short_desc

Fix short_desc
---
 srcpkgs/libcamera/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/libcamera/template

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
new file mode 100644
index 000000000000..f4e37c236d0e
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,12 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.3
+revision=1
+build_style=meson
+hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+short_desc="Complex camera support library for Linux, Android, and ChromeOS"
+maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
+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=af85008f4e8bf1dc70aba4e5612513371b016788cf3c83343cf2d02483bc64ec

From 1673efec15ca8de140b2ffb253b13b010760cc61 Mon Sep 17 00:00:00 2001
From: damianoognissanti <97738787+damianoognissanti@users.noreply.github.com>
Date: Mon, 26 Dec 2022 10:18:17 +0100
Subject: [PATCH 2/2] Update srcpkgs/libcamera/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 srcpkgs/libcamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
index f4e37c236d0e..feb8dc4af43a 100644
--- a/srcpkgs/libcamera/template
+++ b/srcpkgs/libcamera/template
@@ -3,7 +3,7 @@ pkgname=libcamera
 version=0.0.3
 revision=1
 build_style=meson
-hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+hostmakedepends="pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
 short_desc="Complex camera support library for Linux, Android, and ChromeOS"
 maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (8 preceding siblings ...)
  2022-12-26  9:18 ` [PR PATCH] [Updated] " damianoognissanti
@ 2022-12-26  9:31 ` damianoognissanti
  2022-12-26  9:32 ` [PR REVIEW] " damianoognissanti
                   ` (29 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-26  9:31 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From a2bd023166bdbdbc8cd6fee550553f52e7c0bc4a Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH 1/3] New package: libcamera-0.0.3

Fixed short_desc

Fixed revision and short_desc

Fix short_desc
---
 srcpkgs/libcamera/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/libcamera/template

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
new file mode 100644
index 000000000000..f4e37c236d0e
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,12 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.3
+revision=1
+build_style=meson
+hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+short_desc="Complex camera support library for Linux, Android, and ChromeOS"
+maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
+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=af85008f4e8bf1dc70aba4e5612513371b016788cf3c83343cf2d02483bc64ec

From 1673efec15ca8de140b2ffb253b13b010760cc61 Mon Sep 17 00:00:00 2001
From: damianoognissanti <97738787+damianoognissanti@users.noreply.github.com>
Date: Mon, 26 Dec 2022 10:18:17 +0100
Subject: [PATCH 2/3] Update srcpkgs/libcamera/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 srcpkgs/libcamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
index f4e37c236d0e..feb8dc4af43a 100644
--- a/srcpkgs/libcamera/template
+++ b/srcpkgs/libcamera/template
@@ -3,7 +3,7 @@ pkgname=libcamera
 version=0.0.3
 revision=1
 build_style=meson
-hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+hostmakedepends="pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
 short_desc="Complex camera support library for Linux, Android, and ChromeOS"
 maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"

From c671d9788010cce203a01aa48195edb28feb32e8 Mon Sep 17 00:00:00 2001
From: damianoognissanti <97738787+damianoognissanti@users.noreply.github.com>
Date: Mon, 26 Dec 2022 10:31:18 +0100
Subject: [PATCH 3/3] Update template

moved openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel to makedepends and kept meson and ninja removed from hostmakedepends
---
 srcpkgs/libcamera/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
index feb8dc4af43a..a9ee8b488403 100644
--- a/srcpkgs/libcamera/template
+++ b/srcpkgs/libcamera/template
@@ -3,7 +3,8 @@ pkgname=libcamera
 version=0.0.3
 revision=1
 build_style=meson
-hostmakedepends="pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+hostmakedepends="pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2"
+makedepends="openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
 short_desc="Complex camera support library for Linux, Android, and ChromeOS"
 maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"

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

* Re: [PR REVIEW] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (9 preceding siblings ...)
  2022-12-26  9:31 ` damianoognissanti
@ 2022-12-26  9:32 ` damianoognissanti
  2022-12-26 19:28 ` damianoognissanti
                   ` (28 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-26  9:32 UTC (permalink / raw)
  To: ml

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

New review comment by damianoognissanti on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1057159235

Comment:
This commit readded meson and ninja to hostmakedepends, so I made another where I moved openssl etc. to makedepends without readding meson and ninja. I hope that's ok? 

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

* Re: New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (10 preceding siblings ...)
  2022-12-26  9:32 ` [PR REVIEW] " damianoognissanti
@ 2022-12-26 19:28 ` damianoognissanti
  2022-12-27 18:39 ` paper42
                   ` (27 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-26 19:28 UTC (permalink / raw)
  To: ml

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

New comment by damianoognissanti on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#issuecomment-1365399605

Comment:
When i run xlint libcamera on my machine I get no errors, but I see that "Check build / Lint templates (pull_request)" fails with errors: 
```
Error: c671d9788: subject does not follow CONTRIBUTING.md guildelines
Error: 1673efec1: subject does not follow CONTRIBUTING.md guildelines
```
I try to follow the guidlines. What am I doing wrong? Is there a way to see what is wrong?

(Sorry for this if the answer is obvious...)

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

* Re: New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (11 preceding siblings ...)
  2022-12-26 19:28 ` damianoognissanti
@ 2022-12-27 18:39 ` paper42
  2022-12-27 18:43 ` [PR REVIEW] " paper42
                   ` (26 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: paper42 @ 2022-12-27 18:39 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#issuecomment-1366099399

Comment:
one commit per package - squash the 3 commits to one

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

* Re: [PR REVIEW] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (12 preceding siblings ...)
  2022-12-27 18:39 ` paper42
@ 2022-12-27 18:43 ` paper42
  2022-12-28  8:07 ` [PR PATCH] [Updated] " damianoognissanti
                   ` (25 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: paper42 @ 2022-12-27 18:43 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1057847865

Comment:
to fix cross
```suggestion
hostmakedepends="pkg-config python3-yaml python3-ply python3-Jinja2"
makedepends="openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel libyaml-devel"
```

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (13 preceding siblings ...)
  2022-12-27 18:43 ` [PR REVIEW] " paper42
@ 2022-12-28  8:07 ` damianoognissanti
  2022-12-28  8:33 ` damianoognissanti
                   ` (24 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-28  8:07 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From a2bd023166bdbdbc8cd6fee550553f52e7c0bc4a Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH 1/4] New package: libcamera-0.0.3

Fixed short_desc

Fixed revision and short_desc

Fix short_desc
---
 srcpkgs/libcamera/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/libcamera/template

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
new file mode 100644
index 000000000000..f4e37c236d0e
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,12 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.3
+revision=1
+build_style=meson
+hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+short_desc="Complex camera support library for Linux, Android, and ChromeOS"
+maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
+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=af85008f4e8bf1dc70aba4e5612513371b016788cf3c83343cf2d02483bc64ec

From 1673efec15ca8de140b2ffb253b13b010760cc61 Mon Sep 17 00:00:00 2001
From: damianoognissanti <97738787+damianoognissanti@users.noreply.github.com>
Date: Mon, 26 Dec 2022 10:18:17 +0100
Subject: [PATCH 2/4] Update srcpkgs/libcamera/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 srcpkgs/libcamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
index f4e37c236d0e..feb8dc4af43a 100644
--- a/srcpkgs/libcamera/template
+++ b/srcpkgs/libcamera/template
@@ -3,7 +3,7 @@ pkgname=libcamera
 version=0.0.3
 revision=1
 build_style=meson
-hostmakedepends="meson ninja pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+hostmakedepends="pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
 short_desc="Complex camera support library for Linux, Android, and ChromeOS"
 maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"

From c671d9788010cce203a01aa48195edb28feb32e8 Mon Sep 17 00:00:00 2001
From: damianoognissanti <97738787+damianoognissanti@users.noreply.github.com>
Date: Mon, 26 Dec 2022 10:31:18 +0100
Subject: [PATCH 3/4] Update template

moved openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel to makedepends and kept meson and ninja removed from hostmakedepends
---
 srcpkgs/libcamera/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
index feb8dc4af43a..a9ee8b488403 100644
--- a/srcpkgs/libcamera/template
+++ b/srcpkgs/libcamera/template
@@ -3,7 +3,8 @@ pkgname=libcamera
 version=0.0.3
 revision=1
 build_style=meson
-hostmakedepends="pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2 openssl openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+hostmakedepends="pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2"
+makedepends="openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
 short_desc="Complex camera support library for Linux, Android, and ChromeOS"
 maintainer="Damiano Ognissanti <ognissanti@hotmail.se>"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"

From 96a1a6b8243e99988a7d2e2c6cf9e5d96fcda149 Mon Sep 17 00:00:00 2001
From: damianoognissanti <97738787+damianoognissanti@users.noreply.github.com>
Date: Wed, 28 Dec 2022 09:07:49 +0100
Subject: [PATCH 4/4] Update srcpkgs/libcamera/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 srcpkgs/libcamera/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
index a9ee8b488403..0c19f8bd510e 100644
--- a/srcpkgs/libcamera/template
+++ b/srcpkgs/libcamera/template
@@ -3,8 +3,8 @@ pkgname=libcamera
 version=0.0.3
 revision=1
 build_style=meson
-hostmakedepends="pkg-config libyaml-devel python3-yaml python3-ply python3-Jinja2"
-makedepends="openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel"
+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 <ognissanti@hotmail.se>"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (14 preceding siblings ...)
  2022-12-28  8:07 ` [PR PATCH] [Updated] " damianoognissanti
@ 2022-12-28  8:33 ` damianoognissanti
  2022-12-28  8:34 ` damianoognissanti
                   ` (23 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-28  8:33 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 2971193775f989381cabf3ed46b897bf82570900 Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH] New package: libcamera-0.0.3

Fixed short_desc

Fixed revision and short_desc

Fix short_desc

Update srcpkgs/libcamera/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>

Update template

moved openssl-devel libevent-devel gst-plugins-base1-devel gstreamer1-devel to makedepends and kept meson and ninja removed from hostmakedepends

Update srcpkgs/libcamera/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 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..0c19f8bd510e
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,13 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.3
+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 <ognissanti@hotmail.se>"
+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=af85008f4e8bf1dc70aba4e5612513371b016788cf3c83343cf2d02483bc64ec

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

* Re: New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (15 preceding siblings ...)
  2022-12-28  8:33 ` damianoognissanti
@ 2022-12-28  8:34 ` damianoognissanti
  2022-12-28 10:14 ` [PR PATCH] [Updated] " damianoognissanti
                   ` (22 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-28  8:34 UTC (permalink / raw)
  To: ml

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

New comment by damianoognissanti on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#issuecomment-1366466654

Comment:
> one commit per package - squash the 3 commits to one

Of course... Thank you!

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (16 preceding siblings ...)
  2022-12-28  8:34 ` damianoognissanti
@ 2022-12-28 10:14 ` damianoognissanti
  2023-01-24 10:41 ` damianoognissanti
                   ` (21 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2022-12-28 10:14 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 04e940f80eb25b6f93251bca8cadd76be2fac461 Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH] New package: libcamera-0.0.3

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 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..0c19f8bd510e
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,13 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.3
+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 <ognissanti@hotmail.se>"
+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=af85008f4e8bf1dc70aba4e5612513371b016788cf3c83343cf2d02483bc64ec

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

* Re: New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (17 preceding siblings ...)
  2022-12-28 10:14 ` [PR PATCH] [Updated] " damianoognissanti
@ 2023-01-24 10:41 ` damianoognissanti
  2023-03-05 15:27 ` [PR REVIEW] " jcgruenhage
                   ` (20 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2023-01-24 10:41 UTC (permalink / raw)
  To: ml

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

New comment by damianoognissanti on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#issuecomment-1401714568

Comment:
So the compilation for musl fails at the very end. Do we need to patch the `libcamera` code somehow?

```
[224/226] Compiling C++ object src/gstreamer/libgstlibcamera.so.p/gstlibcamerasrc.cpp.o
FAILED: src/gstreamer/libgstlibcamera.so.p/gstlibcamerasrc.cpp.o 
g++ -Isrc/gstreamer/libgstlibcamera.so.p -Isrc/gstreamer -I../src/gstreamer -Iinclude -I../include -Iinclude/libcamera/ipa -Iinclude/libcamera -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -flto=auto -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c++17 -Wshadow -include /builddir/libcamera-0.0.3/build/config.h -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -pipe -ffile-prefix-map=/builddir/libcamera-0.0.3/build=. -fPIC -pthread -DLIBCAMERA_BASE_PRIVATE '-DVERSION="0.0.3"' '-DPACKAGE="libcamera"' -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_40 -MD -MQ src/gstreamer/libgstlibcamera.so.p/gstlibcamerasrc.cpp.o -MF src/gstreamer/libgstlibcamera.so.p/gstlibcamerasrc.cpp.o.d -o src/gstreamer/libgstlibcamera.so.p/gstlibcamerasrc.cpp.o -c ../src/gstreamer/gstlibcamerasrc.cpp
In file included from /usr/include/gstreamer-1.0/gst/gstbin.h:27,
                 from /usr/include/gstreamer-1.0/gst/gst.h:35,
                 from ../src/gstreamer/gstlibcamerasrc.h:11,
                 from ../src/gstreamer/gstlibcamerasrc.cpp:30:
../src/gstreamer/gstlibcamerasrc.cpp: In member function 'int GstLibcameraSrcState::processRequest()':
/usr/include/gstreamer-1.0/gst/gstelement.h:506:7: error: missing sentinel in function call [-Werror=format=]
  506 |       ("flow-return", G_TYPE_INT, flow_return, NULL));\
      |       ^
/usr/include/gstreamer-1.0/gst/gstelement.h:489:81: note: in definition of macro 'GST_ELEMENT_MESSAGE_MAKE_DETAILS'
  489 | #define GST_ELEMENT_MESSAGE_MAKE_DETAILS(args) gst_make_element_message_details args
      |                                                                                 ^~~~
/usr/include/gstreamer-1.0/gst/gstelement.h:503:3: note: in expansion of macro 'GST_ELEMENT_ERROR_WITH_DETAILS'
  503 |   GST_ELEMENT_ERROR_WITH_DETAILS (el, STREAM, FAILED, \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gstreamer/gstlibcamerasrc.cpp:312:25: note: in expansion of macro 'GST_ELEMENT_FLOW_ERROR'
  312 |                         GST_ELEMENT_FLOW_ERROR(src_, ret);
      |                         ^~~~~~~~~~~~~~~~~~~~~~
../src/gstreamer/gstlibcamerasrc.cpp: In function 'void gst_libcamera_src_task_enter(GstTask*, GThread*, gpointer)':
/usr/include/gstreamer-1.0/gst/gstelement.h:506:7: error: missing sentinel in function call [-Werror=format=]
  506 |       ("flow-return", G_TYPE_INT, flow_return, NULL));\
      |       ^
/usr/include/gstreamer-1.0/gst/gstelement.h:489:81: note: in definition of macro 'GST_ELEMENT_MESSAGE_MAKE_DETAILS'
  489 | #define GST_ELEMENT_MESSAGE_MAKE_DETAILS(args) gst_make_element_message_details args
      |                                                                                 ^~~~
/usr/include/gstreamer-1.0/gst/gstelement.h:503:3: note: in expansion of macro 'GST_ELEMENT_ERROR_WITH_DETAILS'
  503 |   GST_ELEMENT_ERROR_WITH_DETAILS (el, STREAM, FAILED, \
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gstreamer/gstlibcamerasrc.cpp:593:17: note: in expansion of macro 'GST_ELEMENT_FLOW_ERROR'
  593 |                 GST_ELEMENT_FLOW_ERROR(self, flow_ret);
      |                 ^~~~~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
[225/226] Linking target src/apps/cam/cam
ninja: build stopped: subcommand failed.
=> ERROR: libcamera-0.0.3_1: do_build: '${make_cmd} -C ${meson_builddir} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR:   in do_build() at common/build-style/meson.sh:133
```

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

* Re: [PR REVIEW] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (18 preceding siblings ...)
  2023-01-24 10:41 ` damianoognissanti
@ 2023-03-05 15:27 ` jcgruenhage
  2023-03-05 15:27 ` jcgruenhage
                   ` (19 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: jcgruenhage @ 2023-03-05 15:27 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1125686047

Comment:
That's a personal fork, we should use the upstream available at https://git.libcamera.org/libcamera/libcamera.git/

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

* Re: [PR REVIEW] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (20 preceding siblings ...)
  2023-03-05 15:27 ` jcgruenhage
@ 2023-03-05 15:27 ` jcgruenhage
  2023-03-06  8:34 ` [PR PATCH] [Updated] " damianoognissanti
                   ` (17 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: jcgruenhage @ 2023-03-05 15:27 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1125685977

Comment:
Homepage is https://libcamera.org/, actually

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

* Re: [PR REVIEW] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (19 preceding siblings ...)
  2023-03-05 15:27 ` [PR REVIEW] " jcgruenhage
@ 2023-03-05 15:27 ` jcgruenhage
  2023-03-05 15:27 ` jcgruenhage
                   ` (18 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: jcgruenhage @ 2023-03-05 15:27 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1125686110

Comment:
There is a 0.0.4 available by now.

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.3
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (21 preceding siblings ...)
  2023-03-05 15:27 ` jcgruenhage
@ 2023-03-06  8:34 ` damianoognissanti
  2023-03-06  8:35 ` [PR REVIEW] New package: libcamera-0.0.4 damianoognissanti
                   ` (16 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2023-03-06  8:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.3
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 167ef024c3400a31c64bd2146969f256d595383d Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH] New package: libcamera-0.0.4

Co-authored-by: Michal Vasilek <michal@vasilek.cz>

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 <ognissanti@hotmail.se>"
+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
+}

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

* Re: [PR REVIEW] New package: libcamera-0.0.4
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (22 preceding siblings ...)
  2023-03-06  8:34 ` [PR PATCH] [Updated] " damianoognissanti
@ 2023-03-06  8:35 ` damianoognissanti
  2023-03-06  9:22 ` paper42
                   ` (15 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2023-03-06  8:35 UTC (permalink / raw)
  To: ml

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

New review comment by damianoognissanti on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1126085981

Comment:
Thanks! I updated the source and the package version.

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

* Re: [PR REVIEW] New package: libcamera-0.0.4
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (23 preceding siblings ...)
  2023-03-06  8:35 ` [PR REVIEW] New package: libcamera-0.0.4 damianoognissanti
@ 2023-03-06  9:22 ` paper42
  2023-03-06  9:22 ` paper42
                   ` (14 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: paper42 @ 2023-03-06  9:22 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1126136358

Comment:
custom do_check is not acceptable

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

* Re: [PR REVIEW] New package: libcamera-0.0.4
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (24 preceding siblings ...)
  2023-03-06  9:22 ` paper42
@ 2023-03-06  9:22 ` paper42
  2023-03-06 12:08 ` damianoognissanti
                   ` (13 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: paper42 @ 2023-03-06  9:22 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1126136358

Comment:
custom do_fetch is not acceptable

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

* Re: [PR REVIEW] New package: libcamera-0.0.4
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (25 preceding siblings ...)
  2023-03-06  9:22 ` paper42
@ 2023-03-06 12:08 ` damianoognissanti
  2023-03-06 19:51 ` paper42
                   ` (12 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2023-03-06 12:08 UTC (permalink / raw)
  To: ml

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

New review comment by damianoognissanti on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1126328969

Comment:
@paper42 so what to do? Should I update to 0.0.4 but still use github.com/kbingham (it should be safe since it's the same author as in git.libcamera.org)? And why isn't custom do_fetch ok? I used the template for rdis-git as inspiration (that one uses do_fetch with git clone, cd, git reset).

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

* Re: [PR REVIEW] New package: libcamera-0.0.4
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (26 preceding siblings ...)
  2023-03-06 12:08 ` damianoognissanti
@ 2023-03-06 19:51 ` paper42
  2023-03-06 20:43 ` jcgruenhage
                   ` (11 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: paper42 @ 2023-03-06 19:51 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1126957538

Comment:
I think that switching back to the github repository might be the best option. Unfortunately they don't provide tarballs on their website and in cgit. The issue with a custom do_fetch is that it's unnecessarily computationally expensive, so it takes a longer time, doesn't get cached, not checking the checkusm, depending on an external tool and not using $distfiles, so the tarball won't get uploaded to sources.voidlinux.org.

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

* Re: [PR REVIEW] New package: libcamera-0.0.4
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (27 preceding siblings ...)
  2023-03-06 19:51 ` paper42
@ 2023-03-06 20:43 ` jcgruenhage
  2023-03-07  6:10 ` [PR PATCH] [Updated] " damianoognissanti
                   ` (10 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: jcgruenhage @ 2023-03-06 20:43 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1127013346

Comment:
That's a very good point. Can we nudge upstream to provide tarballs? I'd still want to avoid relying on some random persons private mirror.

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.4
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (28 preceding siblings ...)
  2023-03-06 20:43 ` jcgruenhage
@ 2023-03-07  6:10 ` damianoognissanti
  2023-03-07  6:18 ` damianoognissanti
                   ` (9 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2023-03-07  6:10 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.4
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From f70564a94c20eec58fe0fcaadae073f0921da4f8 Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH] New package: libcamera-0.0.4

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 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 <ognissanti@hotmail.se>"
+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

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.4
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (29 preceding siblings ...)
  2023-03-07  6:10 ` [PR PATCH] [Updated] " damianoognissanti
@ 2023-03-07  6:18 ` damianoognissanti
  2023-05-08  8:03 ` damianoognissanti
                   ` (8 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2023-03-07  6:18 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.4
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 3a56d6462eca7a94461d0bc850432f4be26df666 Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH] New package: libcamera-0.0.4

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 srcpkgs/libcamera/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/libcamera/template

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
new file mode 100644
index 000000000000..d2a161629752
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,14 @@
+# 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 <ognissanti@hotmail.se>"
+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
+

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.4
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (30 preceding siblings ...)
  2023-03-07  6:18 ` damianoognissanti
@ 2023-05-08  8:03 ` damianoognissanti
  2023-05-08  8:04 ` New package: libcamera-0.0.5 damianoognissanti
                   ` (7 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2023-05-08  8:03 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.4
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 290b80ee4ca2c69ac6f0f5d1903fe6682f1c9391 Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH] New package: libcamera-0.0.5

Co-authored-by: Michal Vasilek <michal@vasilek.cz>

New package: libcamera-0.0.5
---
 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..9dea45a4ff9d
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,13 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.5
+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 <ognissanti@hotmail.se>"
+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=fe5f3d60611bb980bb477005ef9b7874526d58ca79eb1abf9f8ce535b3905f46

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

* Re: New package: libcamera-0.0.5
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (31 preceding siblings ...)
  2023-05-08  8:03 ` damianoognissanti
@ 2023-05-08  8:04 ` damianoognissanti
  2023-05-14  7:30 ` [PR REVIEW] " 0-st
                   ` (6 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2023-05-08  8:04 UTC (permalink / raw)
  To: ml

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

New comment by damianoognissanti on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#issuecomment-1537929614

Comment:
Bumped version to 0.0.5 (released 2023-05-01)

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

* Re: [PR REVIEW] New package: libcamera-0.0.5
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (32 preceding siblings ...)
  2023-05-08  8:04 ` New package: libcamera-0.0.5 damianoognissanti
@ 2023-05-14  7:30 ` 0-st
  2023-05-15  7:08 ` [PR PATCH] [Updated] " damianoognissanti
                   ` (5 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: 0-st @ 2023-05-14  7:30 UTC (permalink / raw)
  To: ml

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

New review comment by 0-st on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1193091090

Comment:
Alpine seems to be using another unofficial github mirror @ libcamera-org/libcamera: https://git.alpinelinux.org/aports/tree/community/libcamera/APKBUILD

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

* Re: [PR PATCH] [Updated] New package: libcamera-0.0.5
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (33 preceding siblings ...)
  2023-05-14  7:30 ` [PR REVIEW] " 0-st
@ 2023-05-15  7:08 ` damianoognissanti
  2023-05-15  7:10 ` [PR REVIEW] " damianoognissanti
                   ` (4 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2023-05-15  7:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by damianoognissanti against master on the void-packages repository

https://github.com/damianoognissanti/void-packages master
https://github.com/void-linux/void-packages/pull/41263

New package: libcamera-0.0.5
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From b5d9bceb948bf6094851e04484860740dc80f98f Mon Sep 17 00:00:00 2001
From: Damiano Ognissanti <ognissanti@hotmail.se>
Date: Sat, 24 Dec 2022 10:32:02 +0100
Subject: [PATCH] New package: libcamera-0.0.5

Co-authored-by: Michal Vasilek <michal@vasilek.cz>

New package: libcamera-0.0.5

Add arguments for building on musl
---
 srcpkgs/libcamera/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/libcamera/template

diff --git a/srcpkgs/libcamera/template b/srcpkgs/libcamera/template
new file mode 100644
index 000000000000..06d858f99778
--- /dev/null
+++ b/srcpkgs/libcamera/template
@@ -0,0 +1,14 @@
+# Template file for 'libcamera'
+pkgname=libcamera
+version=0.0.5
+revision=1
+build_style=meson
+configure_args="-Dgstreamer=enabled -Dwerror=false -Dv4l2=true"
+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 <ognissanti@hotmail.se>"
+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=fe5f3d60611bb980bb477005ef9b7874526d58ca79eb1abf9f8ce535b3905f46

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

* Re: [PR REVIEW] New package: libcamera-0.0.5
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (34 preceding siblings ...)
  2023-05-15  7:08 ` [PR PATCH] [Updated] " damianoognissanti
@ 2023-05-15  7:10 ` damianoognissanti
  2023-05-15  7:11 ` damianoognissanti
                   ` (3 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2023-05-15  7:10 UTC (permalink / raw)
  To: ml

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

New review comment by damianoognissanti on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#discussion_r1193412410

Comment:
@0-st Thanks! By looking at the Alpine apkbuild I saw that by adding Dwerror=false it builds on musl. @paper42 does the github mirror that they use seem better than the one used here?

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

* Re: New package: libcamera-0.0.5
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (35 preceding siblings ...)
  2023-05-15  7:10 ` [PR REVIEW] " damianoognissanti
@ 2023-05-15  7:11 ` damianoognissanti
  2023-05-15  7:20 ` damianoognissanti
                   ` (2 subsequent siblings)
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2023-05-15  7:11 UTC (permalink / raw)
  To: ml

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

New comment by damianoognissanti on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#issuecomment-1547308330

Comment:
Added 
configure_args="-Dgstreamer=enabled -Dwerror=false -Dv4l2=true"
(Dwerror=false is to make it build on musl)

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

* Re: New package: libcamera-0.0.5
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (36 preceding siblings ...)
  2023-05-15  7:11 ` damianoognissanti
@ 2023-05-15  7:20 ` damianoognissanti
  2023-08-14  1:44 ` github-actions
  2023-08-28  1:45 ` [PR PATCH] [Closed]: " github-actions
  39 siblings, 0 replies; 41+ messages in thread
From: damianoognissanti @ 2023-05-15  7:20 UTC (permalink / raw)
  To: ml

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

New comment by damianoognissanti on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#issuecomment-1547319482

Comment:
I tested to build it with void-musl via distrobox. It builds, installs and detects my cameras without error.

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

* Re: New package: libcamera-0.0.5
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (37 preceding siblings ...)
  2023-05-15  7:20 ` damianoognissanti
@ 2023-08-14  1:44 ` github-actions
  2023-08-28  1:45 ` [PR PATCH] [Closed]: " github-actions
  39 siblings, 0 replies; 41+ messages in thread
From: github-actions @ 2023-08-14  1:44 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/41263#issuecomment-1676555175

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: libcamera-0.0.5
  2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
                   ` (38 preceding siblings ...)
  2023-08-14  1:44 ` github-actions
@ 2023-08-28  1:45 ` github-actions
  39 siblings, 0 replies; 41+ messages in thread
From: github-actions @ 2023-08-28  1:45 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: libcamera-0.0.5
https://github.com/void-linux/void-packages/pull/41263

Description:
#### 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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

end of thread, other threads:[~2023-08-28  1:45 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-24  9:35 [PR PATCH] New package: libcamera-0.0.3 damianoognissanti
2022-12-24  9:37 ` [PR PATCH] [Updated] " damianoognissanti
2022-12-24  9:38 ` damianoognissanti
2022-12-24 10:02 ` damianoognissanti
2022-12-24 10:04 ` damianoognissanti
2022-12-24 10:07 ` damianoognissanti
2022-12-24 10:07 ` damianoognissanti
2022-12-25 10:22 ` [PR REVIEW] " paper42
2022-12-25 10:22 ` paper42
2022-12-26  9:18 ` [PR PATCH] [Updated] " damianoognissanti
2022-12-26  9:31 ` damianoognissanti
2022-12-26  9:32 ` [PR REVIEW] " damianoognissanti
2022-12-26 19:28 ` damianoognissanti
2022-12-27 18:39 ` paper42
2022-12-27 18:43 ` [PR REVIEW] " paper42
2022-12-28  8:07 ` [PR PATCH] [Updated] " damianoognissanti
2022-12-28  8:33 ` damianoognissanti
2022-12-28  8:34 ` damianoognissanti
2022-12-28 10:14 ` [PR PATCH] [Updated] " damianoognissanti
2023-01-24 10:41 ` damianoognissanti
2023-03-05 15:27 ` [PR REVIEW] " jcgruenhage
2023-03-05 15:27 ` jcgruenhage
2023-03-05 15:27 ` jcgruenhage
2023-03-06  8:34 ` [PR PATCH] [Updated] " damianoognissanti
2023-03-06  8:35 ` [PR REVIEW] New package: libcamera-0.0.4 damianoognissanti
2023-03-06  9:22 ` paper42
2023-03-06  9:22 ` paper42
2023-03-06 12:08 ` damianoognissanti
2023-03-06 19:51 ` paper42
2023-03-06 20:43 ` jcgruenhage
2023-03-07  6:10 ` [PR PATCH] [Updated] " damianoognissanti
2023-03-07  6:18 ` damianoognissanti
2023-05-08  8:03 ` damianoognissanti
2023-05-08  8:04 ` New package: libcamera-0.0.5 damianoognissanti
2023-05-14  7:30 ` [PR REVIEW] " 0-st
2023-05-15  7:08 ` [PR PATCH] [Updated] " damianoognissanti
2023-05-15  7:10 ` [PR REVIEW] " damianoognissanti
2023-05-15  7:11 ` damianoognissanti
2023-05-15  7:20 ` damianoognissanti
2023-08-14  1:44 ` github-actions
2023-08-28  1:45 ` [PR PATCH] [Closed]: " github-actions

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).