* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
@ 2024-08-29 13:14 ` tsndqst
2024-08-29 13:18 ` tsndqst
` (25 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-29 13:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by tsndqst against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 1556 bytes --]
From 664f12a6b9bece3decf9bc7c0ea16362d933f018 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod/template | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..52f6f8517d7a4b
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,24 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+build_style=gnu-configure
+makedepends="libedit-devel"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-devel python3-setuptools"
+depends="python3"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later, LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="${homepage}/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+do_configure() {
+ ./autogen.sh --prefix=/usr --enable-tools=yes --enable-bindings-cxx --enable-bindings-python --enable-gpioset-interactive --host=${XBPS_MACHINE}
+}
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
2024-08-29 13:14 ` [PR PATCH] [Updated] " tsndqst
@ 2024-08-29 13:18 ` tsndqst
2024-08-29 13:55 ` tsndqst
` (24 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-29 13:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by tsndqst against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 1556 bytes --]
From b5b3d457470feb38c5bf57c9397ec45412197969 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod/template | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..82724f08c9a9a6
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,24 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+build_style=gnu-configure
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-devel python3-setuptools"
+makedepends="libedit-devel"
+depends="python3"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later, LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="${homepage}/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+do_configure() {
+ ./autogen.sh --prefix=/usr --enable-tools=yes --enable-bindings-cxx --enable-bindings-python --enable-gpioset-interactive --host=${XBPS_MACHINE}
+}
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
2024-08-29 13:14 ` [PR PATCH] [Updated] " tsndqst
2024-08-29 13:18 ` tsndqst
@ 2024-08-29 13:55 ` tsndqst
2024-08-29 14:05 ` [PR REVIEW] " classabbyamp
` (23 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-29 13:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by tsndqst against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 1475 bytes --]
From 27d830502bda72b110702beba9a196ad3f9a85fd Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod/template | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..10c541990ae1ae
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,22 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+build_style=gnu-configure
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool pkg-config"
+makedepends="libedit-devel"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later, LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="${homepage}/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+do_configure() {
+ ./autogen.sh --prefix=/usr --enable-tools=yes --enable-bindings-cxx --enable-gpioset-interactive --host=${XBPS_MACHINE}
+}
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR REVIEW] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (2 preceding siblings ...)
2024-08-29 13:55 ` tsndqst
@ 2024-08-29 14:05 ` classabbyamp
2024-08-29 14:06 ` [PR PATCH] [Updated] " tsndqst
` (22 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2024-08-29 14:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 219 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52037#discussion_r1736285331
Comment:
don't override do configure, set `configure_script="./autogen.sh"`
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (3 preceding siblings ...)
2024-08-29 14:05 ` [PR REVIEW] " classabbyamp
@ 2024-08-29 14:06 ` tsndqst
2024-08-29 14:10 ` tsndqst
` (21 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-29 14:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by tsndqst against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 1493 bytes --]
From ba78a447d2bcb43aaee162e3c2bdb39218b96ee5 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..4b8e3e9b476ac1
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,23 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool pkg-config"
+makedepends="libedit-devel"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later, LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="${homepage}/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+do_configure() {
+ ./autogen.sh --prefix=/usr --enable-tools=yes --enable-bindings-cxx --enable-gpioset-interactive --host=${XBPS_MACHINE}
+}
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (4 preceding siblings ...)
2024-08-29 14:06 ` [PR PATCH] [Updated] " tsndqst
@ 2024-08-29 14:10 ` tsndqst
2024-08-29 14:10 ` [PR REVIEW] " tsndqst
` (20 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-29 14:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by tsndqst against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 1504 bytes --]
From d648e037c9ff4974ac27e88182d81a8db8354c6d Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..734b2301ff4758
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,21 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_script="./autogen.sh"
+configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx --enable-gpioset-interactive --host=${XBPS_MACHINE}"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool pkg-config"
+makedepends="libedit-devel"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later, LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="${homepage}/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR REVIEW] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (5 preceding siblings ...)
2024-08-29 14:10 ` tsndqst
@ 2024-08-29 14:10 ` tsndqst
2024-08-29 14:11 ` tsndqst
` (19 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-29 14:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
New review comment by tsndqst on void-packages repository
https://github.com/void-linux/void-packages/pull/52037#discussion_r1736296694
Comment:
Thanks. Updated.
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (6 preceding siblings ...)
2024-08-29 14:10 ` [PR REVIEW] " tsndqst
@ 2024-08-29 14:11 ` tsndqst
2024-08-29 14:34 ` classabbyamp
` (18 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-29 14:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 241 bytes --]
New comment by tsndqst on void-packages repository
https://github.com/void-linux/void-packages/pull/52037#issuecomment-2317791707
Comment:
I'll circle back when I have more time to get the python bindings and musl cross compiling working.
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (7 preceding siblings ...)
2024-08-29 14:11 ` tsndqst
@ 2024-08-29 14:34 ` classabbyamp
2024-08-29 17:20 ` [PR PATCH] [Updated] " tsndqst
` (17 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2024-08-29 14:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 206 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52037#issuecomment-2317897640
Comment:
can you add that anyways so we can see what the failure is?
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (8 preceding siblings ...)
2024-08-29 14:34 ` classabbyamp
@ 2024-08-29 17:20 ` tsndqst
2024-08-29 19:40 ` tsndqst
` (16 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-29 17:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by tsndqst against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 1547 bytes --]
From 5930b219a6c86e9a86428941ca7dcd2d56aeb465 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..e7755760e21f55
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,21 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+build_style=gnu-configure
+configure_script="./autogen.sh"
+configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx --enable-bindings-python --enable-gpioset-interactive --host=${XBPS_MACHINE}"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-devel python3-setuptools"
+makedepends="libedit-devel"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later, LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="${homepage}/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (9 preceding siblings ...)
2024-08-29 17:20 ` [PR PATCH] [Updated] " tsndqst
@ 2024-08-29 19:40 ` tsndqst
2024-08-29 20:05 ` tsndqst
` (15 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-29 19:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by tsndqst against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 1614 bytes --]
From 782460d6273294ffea8ae930511673b180193e4c Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod/template | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..7d65d5ddf45be4
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,25 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+build_style=gnu-configure
+configure_script="./autogen.sh"
+configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx --enable-bindings-python --enable-gpioset-interactive --host=${XBPS_MACHINE}"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-devel python3-setuptools"
+makedepends="libedit-devel"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later, LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="${homepage}/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+do_configure() {
+ ${configure_script} ${configure_args}
+}
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (10 preceding siblings ...)
2024-08-29 19:40 ` tsndqst
@ 2024-08-29 20:05 ` tsndqst
2024-08-29 20:12 ` tsndqst
` (14 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-29 20:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by tsndqst against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 1524 bytes --]
From 79b498da558c51cab06bb1e990dcb1ef4b5c4510 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..dea0d541aa2fd0
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,21 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+build_style=gnu-configure
+configure_script="./autogen.sh"
+configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx --enable-bindings-python --enable-gpioset-interactive"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-devel python3-setuptools"
+makedepends="libedit-devel"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later, LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="${homepage}/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (11 preceding siblings ...)
2024-08-29 20:05 ` tsndqst
@ 2024-08-29 20:12 ` tsndqst
2024-08-29 20:22 ` tsndqst
` (13 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-29 20:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by tsndqst against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 1609 bytes --]
From 94f4f3a02e2470f06ce6c80a9decf091ea29e8da Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..9be52be24c6488
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,23 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+# Cross compiling the python extension on some armvXX archs fails
+archs="~armv*"
+build_style=gnu-configure
+configure_script="./autogen.sh"
+configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx --enable-bindings-python --enable-gpioset-interactive"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-devel python3-setuptools"
+makedepends="libedit-devel"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later, LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="${homepage}/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (12 preceding siblings ...)
2024-08-29 20:12 ` tsndqst
@ 2024-08-29 20:22 ` tsndqst
2024-08-30 0:24 ` [PR REVIEW] " classabbyamp
` (12 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-29 20:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 173 bytes --]
New comment by tsndqst on void-packages repository
https://github.com/void-linux/void-packages/pull/52037#issuecomment-2318892245
Comment:
@classabbyamp It's working now.
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR REVIEW] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (13 preceding siblings ...)
2024-08-29 20:22 ` tsndqst
@ 2024-08-30 0:24 ` classabbyamp
2024-08-30 13:27 ` [PR PATCH] [Updated] " tsndqst
` (11 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2024-08-30 0:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52037#discussion_r1737542205
Comment:
might be fixed by `build_helper="python3"`
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (14 preceding siblings ...)
2024-08-30 0:24 ` [PR REVIEW] " classabbyamp
@ 2024-08-30 13:27 ` tsndqst
2024-08-30 14:52 ` [PR REVIEW] " classabbyamp
` (10 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-30 13:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by tsndqst against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 2544 bytes --]
From a086d307114bec405b7e17baf29d415d41b6aa88 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod-devel | 1 +
srcpkgs/libgpiod/template | 40 +++++++++++++++++++++++++++++++++++++++
srcpkgs/python3-libgpiod | 1 +
3 files changed, 42 insertions(+)
create mode 120000 srcpkgs/libgpiod-devel
create mode 100644 srcpkgs/libgpiod/template
create mode 120000 srcpkgs/python3-libgpiod
diff --git a/srcpkgs/libgpiod-devel b/srcpkgs/libgpiod-devel
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-devel
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..32a9b4e99e32bc
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,40 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+# Cross compiling the python extension on some armvXX archs fails
+archs="~armv*"
+build_style=gnu-configure
+configure_script="./autogen.sh"
+configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx --enable-bindings-python --enable-gpioset-interactive"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-devel python3-setuptools"
+makedepends="libedit-devel"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later, LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="${homepage}/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
+
+libgpiod-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/lib*
+ vmove usr/lib/pkgconfig
+ }
+}
+
+python3-libgpiod_package() {
+ short_desc+=" - Python binding"
+ pkg_install() {
+ vmove usr/lib/python3*
+ }
+}
diff --git a/srcpkgs/python3-libgpiod b/srcpkgs/python3-libgpiod
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/python3-libgpiod
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR REVIEW] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (15 preceding siblings ...)
2024-08-30 13:27 ` [PR PATCH] [Updated] " tsndqst
@ 2024-08-30 14:52 ` classabbyamp
2024-08-30 15:02 ` [PR PATCH] [Updated] " tsndqst
` (9 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2024-08-30 14:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 189 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52037#discussion_r1738847376
Comment:
bindings would be `libgpiod-python3`
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (16 preceding siblings ...)
2024-08-30 14:52 ` [PR REVIEW] " classabbyamp
@ 2024-08-30 15:02 ` tsndqst
2024-08-30 15:09 ` tsndqst
` (8 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-30 15:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by tsndqst against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 2571 bytes --]
From 55d5ebe2167befd2ca8497942c45c9b96e624498 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod-devel | 1 +
srcpkgs/libgpiod-python3 | 1 +
srcpkgs/libgpiod/template | 41 +++++++++++++++++++++++++++++++++++++++
3 files changed, 43 insertions(+)
create mode 120000 srcpkgs/libgpiod-devel
create mode 120000 srcpkgs/libgpiod-python3
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod-devel b/srcpkgs/libgpiod-devel
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-devel
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-python3 b/srcpkgs/libgpiod-python3
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-python3
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..fa282f190983c6
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,41 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+# Cross compiling the python extension on some armvXX archs fails
+#archs="~armv*"
+build_style="gnu-configure"
+build_helper="python3"
+configure_script="./autogen.sh"
+configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx --enable-bindings-python --enable-gpioset-interactive"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-devel python3-setuptools"
+makedepends="libedit-devel"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later, LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="${homepage}/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
+
+libgpiod-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/lib*
+ vmove usr/lib/pkgconfig
+ }
+}
+
+libgpiod-python3_package() {
+ short_desc+=" - Python binding"
+ pkg_install() {
+ vmove usr/lib/python3*
+ }
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (17 preceding siblings ...)
2024-08-30 15:02 ` [PR PATCH] [Updated] " tsndqst
@ 2024-08-30 15:09 ` tsndqst
2024-09-08 16:20 ` classabbyamp
` (7 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-08-30 15:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
There is an updated pull request by tsndqst against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 2570 bytes --]
From 17918ae0c27b3a365e25444d5838b2e107e57e1a Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod-devel | 1 +
srcpkgs/libgpiod-python3 | 1 +
srcpkgs/libgpiod/template | 41 +++++++++++++++++++++++++++++++++++++++
3 files changed, 43 insertions(+)
create mode 120000 srcpkgs/libgpiod-devel
create mode 120000 srcpkgs/libgpiod-python3
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod-devel b/srcpkgs/libgpiod-devel
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-devel
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-python3 b/srcpkgs/libgpiod-python3
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-python3
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..3d126f8c6e3613
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,41 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+# Cross compiling the python extension on some armvXX archs fails
+archs="~armv*"
+build_style="gnu-configure"
+build_helper="python3"
+configure_script="./autogen.sh"
+configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx --enable-bindings-python --enable-gpioset-interactive"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-devel python3-setuptools"
+makedepends="libedit-devel"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later, LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="${homepage}/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
+
+libgpiod-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/lib*
+ vmove usr/lib/pkgconfig
+ }
+}
+
+libgpiod-python3_package() {
+ short_desc+=" - Python binding"
+ pkg_install() {
+ vmove usr/lib/python3*
+ }
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (18 preceding siblings ...)
2024-08-30 15:09 ` tsndqst
@ 2024-09-08 16:20 ` classabbyamp
2024-09-08 16:21 ` [PR PATCH] [Updated] " classabbyamp
` (6 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2024-09-08 16:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 178 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52037#issuecomment-2336742918
Comment:
rebased and fixed a few things
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (19 preceding siblings ...)
2024-09-08 16:20 ` classabbyamp
@ 2024-09-08 16:21 ` classabbyamp
2024-09-09 2:23 ` classabbyamp
` (5 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2024-09-08 16:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 3002 bytes --]
From 906319fff35c4a06e5f4aee32dd98970eeb7a29b Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod-devel | 1 +
srcpkgs/libgpiod-python3 | 1 +
srcpkgs/libgpiod-tools | 1 +
srcpkgs/libgpiod/template | 53 +++++++++++++++++++++++++++++++++++++++
4 files changed, 56 insertions(+)
create mode 120000 srcpkgs/libgpiod-devel
create mode 120000 srcpkgs/libgpiod-python3
create mode 120000 srcpkgs/libgpiod-tools
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod-devel b/srcpkgs/libgpiod-devel
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-devel
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-python3 b/srcpkgs/libgpiod-python3
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-python3
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-tools b/srcpkgs/libgpiod-tools
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-tools
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..c122ab2fe7b0b9
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,53 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+build_style="gnu-configure"
+build_helper="python3"
+configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx
+ --enable-bindings-python --enable-gpioset-interactive"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-devel python3-setuptools help2man"
+makedepends="libedit-devel"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later,
+ LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+pre_configure() {
+ autoreconf -fi
+}
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
+
+libgpiod-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove "usr/lib/*.a"
+ vmove "usr/lib/*.so"
+ vmove usr/lib/pkgconfig
+ }
+}
+
+libgpiod-python3_package() {
+ short_desc+=" - python bindings"
+ pkg_install() {
+ vmove "usr/lib/python3*"
+ }
+}
+
+libgpiod-tools_package() {
+ short_desc+=" - utilities"
+ pkg_install() {
+ vmove usr/bin
+ vmove usr/share/man/man1
+ }
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (20 preceding siblings ...)
2024-09-08 16:21 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-09-09 2:23 ` classabbyamp
2024-11-14 20:24 ` classabbyamp
` (4 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2024-09-09 2:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 4352 bytes --]
From 906319fff35c4a06e5f4aee32dd98970eeb7a29b Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH 1/2] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod-devel | 1 +
srcpkgs/libgpiod-python3 | 1 +
srcpkgs/libgpiod-tools | 1 +
srcpkgs/libgpiod/template | 53 +++++++++++++++++++++++++++++++++++++++
4 files changed, 56 insertions(+)
create mode 120000 srcpkgs/libgpiod-devel
create mode 120000 srcpkgs/libgpiod-python3
create mode 120000 srcpkgs/libgpiod-tools
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod-devel b/srcpkgs/libgpiod-devel
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-devel
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-python3 b/srcpkgs/libgpiod-python3
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-python3
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-tools b/srcpkgs/libgpiod-tools
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-tools
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..c122ab2fe7b0b9
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,53 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+build_style="gnu-configure"
+build_helper="python3"
+configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx
+ --enable-bindings-python --enable-gpioset-interactive"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-devel python3-setuptools help2man"
+makedepends="libedit-devel"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later,
+ LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+pre_configure() {
+ autoreconf -fi
+}
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
+
+libgpiod-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove "usr/lib/*.a"
+ vmove "usr/lib/*.so"
+ vmove usr/lib/pkgconfig
+ }
+}
+
+libgpiod-python3_package() {
+ short_desc+=" - python bindings"
+ pkg_install() {
+ vmove "usr/lib/python3*"
+ }
+}
+
+libgpiod-tools_package() {
+ short_desc+=" - utilities"
+ pkg_install() {
+ vmove usr/bin
+ vmove usr/share/man/man1
+ }
+}
From ac49309cc8ee720536699d303380cd65e8f87df2 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sun, 8 Sep 2024 22:22:50 -0400
Subject: [PATCH 2/2] fixup! New package: libgpiod-2.1.3
---
srcpkgs/libgpiod/template | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
index c122ab2fe7b0b9..a964835c543cf7 100644
--- a/srcpkgs/libgpiod/template
+++ b/srcpkgs/libgpiod/template
@@ -7,9 +7,9 @@ build_helper="python3"
configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx
--enable-bindings-python --enable-gpioset-interactive"
hostmakedepends="autoconf automake autoconf-archive doxygen libtool
- pkg-config python3-devel python3-setuptools help2man"
+ pkg-config python3-devel python3-setuptools"
makedepends="libedit-devel"
-short_desc="C library and tools for interacting with the linux GPIO character device"
+short_desc="C library for interacting with the linux GPIO character device"
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later,
LGPL-2.1-or-later, custom:Linux-syscall-note"
@@ -48,6 +48,5 @@ libgpiod-tools_package() {
short_desc+=" - utilities"
pkg_install() {
vmove usr/bin
- vmove usr/share/man/man1
}
}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (21 preceding siblings ...)
2024-09-09 2:23 ` classabbyamp
@ 2024-11-14 20:24 ` classabbyamp
2024-11-14 20:26 ` classabbyamp
` (3 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2024-11-14 20:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 4880 bytes --]
From 5aabd666e9e21124fd896feaa059e755a2161657 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH 1/2] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod-devel | 1 +
srcpkgs/libgpiod-python3 | 1 +
srcpkgs/libgpiod-tools | 1 +
srcpkgs/libgpiod/template | 53 +++++++++++++++++++++++++++++++++++++++
4 files changed, 56 insertions(+)
create mode 120000 srcpkgs/libgpiod-devel
create mode 120000 srcpkgs/libgpiod-python3
create mode 120000 srcpkgs/libgpiod-tools
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod-devel b/srcpkgs/libgpiod-devel
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-devel
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-python3 b/srcpkgs/libgpiod-python3
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-python3
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-tools b/srcpkgs/libgpiod-tools
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-tools
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..c122ab2fe7b0b9
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,53 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.1.3
+revision=1
+build_style="gnu-configure"
+build_helper="python3"
+configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx
+ --enable-bindings-python --enable-gpioset-interactive"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-devel python3-setuptools help2man"
+makedepends="libedit-devel"
+short_desc="C library and tools for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later,
+ LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz"
+checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+
+pre_configure() {
+ autoreconf -fi
+}
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
+
+libgpiod-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove "usr/lib/*.a"
+ vmove "usr/lib/*.so"
+ vmove usr/lib/pkgconfig
+ }
+}
+
+libgpiod-python3_package() {
+ short_desc+=" - python bindings"
+ pkg_install() {
+ vmove "usr/lib/python3*"
+ }
+}
+
+libgpiod-tools_package() {
+ short_desc+=" - utilities"
+ pkg_install() {
+ vmove usr/bin
+ vmove usr/share/man/man1
+ }
+}
From 94c1e70f124a923a95b47d5a4d025c9cb4c200ff Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sun, 8 Sep 2024 22:22:50 -0400
Subject: [PATCH 2/2] fixup! New package: libgpiod-2.2
---
srcpkgs/libgpiod/template | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
index c122ab2fe7b0b9..708521ec8d8ea6 100644
--- a/srcpkgs/libgpiod/template
+++ b/srcpkgs/libgpiod/template
@@ -1,21 +1,21 @@
# Template file for 'libgpiod'
pkgname=libgpiod
-version=2.1.3
+version=2.2
revision=1
build_style="gnu-configure"
build_helper="python3"
configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx
--enable-bindings-python --enable-gpioset-interactive"
hostmakedepends="autoconf automake autoconf-archive doxygen libtool
- pkg-config python3-devel python3-setuptools help2man"
-makedepends="libedit-devel"
-short_desc="C library and tools for interacting with the linux GPIO character device"
+ pkg-config python3-build python3-pip"
+makedepends="libedit-devel python3-devel"
+short_desc="C library for interacting with the linux GPIO character device"
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later,
LGPL-2.1-or-later, custom:Linux-syscall-note"
homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
distfiles="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz"
-checksum=8d80ea022ae78122aa525308e7423b83064bff278fcd9cd045b94b4f81f8057d
+checksum=ae35329db7027c740e90c883baf27c26311f0614e6a7b115771b28188b992aec
pre_configure() {
autoreconf -fi
@@ -48,6 +48,5 @@ libgpiod-tools_package() {
short_desc+=" - utilities"
pkg_install() {
vmove usr/bin
- vmove usr/share/man/man1
}
}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (22 preceding siblings ...)
2024-11-14 20:24 ` classabbyamp
@ 2024-11-14 20:26 ` classabbyamp
2024-11-14 20:27 ` classabbyamp
` (2 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2024-11-14 20:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 2960 bytes --]
From b0514d1268a7779e624ba309ce7cd9e277a5fbed Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.1.3
---
srcpkgs/libgpiod-devel | 1 +
srcpkgs/libgpiod-python3 | 1 +
srcpkgs/libgpiod-tools | 1 +
srcpkgs/libgpiod/template | 52 +++++++++++++++++++++++++++++++++++++++
4 files changed, 55 insertions(+)
create mode 120000 srcpkgs/libgpiod-devel
create mode 120000 srcpkgs/libgpiod-python3
create mode 120000 srcpkgs/libgpiod-tools
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod-devel b/srcpkgs/libgpiod-devel
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-devel
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-python3 b/srcpkgs/libgpiod-python3
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-python3
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-tools b/srcpkgs/libgpiod-tools
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-tools
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..708521ec8d8ea6
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,52 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.2
+revision=1
+build_style="gnu-configure"
+build_helper="python3"
+configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx
+ --enable-bindings-python --enable-gpioset-interactive"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-build python3-pip"
+makedepends="libedit-devel python3-devel"
+short_desc="C library for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later,
+ LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz"
+checksum=ae35329db7027c740e90c883baf27c26311f0614e6a7b115771b28188b992aec
+
+pre_configure() {
+ autoreconf -fi
+}
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
+
+libgpiod-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove "usr/lib/*.a"
+ vmove "usr/lib/*.so"
+ vmove usr/lib/pkgconfig
+ }
+}
+
+libgpiod-python3_package() {
+ short_desc+=" - python bindings"
+ pkg_install() {
+ vmove "usr/lib/python3*"
+ }
+}
+
+libgpiod-tools_package() {
+ short_desc+=" - utilities"
+ pkg_install() {
+ vmove usr/bin
+ }
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Updated] New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (23 preceding siblings ...)
2024-11-14 20:26 ` classabbyamp
@ 2024-11-14 20:27 ` classabbyamp
2024-11-14 20:34 ` [PR PATCH] [Merged]: " classabbyamp
2024-11-14 20:53 ` tsndqst
26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2024-11-14 20:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/tsndqst/void-packages libgpiod
https://github.com/void-linux/void-packages/pull/52037
New package: libgpiod-2.1.3
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
A patch file from https://github.com/void-linux/void-packages/pull/52037.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpiod-52037.patch --]
[-- Type: text/x-diff, Size: 2958 bytes --]
From 37d1f26155079753f2c7248f01f10174e0877325 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 29 Aug 2024 07:45:47 -0500
Subject: [PATCH] New package: libgpiod-2.2
---
srcpkgs/libgpiod-devel | 1 +
srcpkgs/libgpiod-python3 | 1 +
srcpkgs/libgpiod-tools | 1 +
srcpkgs/libgpiod/template | 52 +++++++++++++++++++++++++++++++++++++++
4 files changed, 55 insertions(+)
create mode 120000 srcpkgs/libgpiod-devel
create mode 120000 srcpkgs/libgpiod-python3
create mode 120000 srcpkgs/libgpiod-tools
create mode 100644 srcpkgs/libgpiod/template
diff --git a/srcpkgs/libgpiod-devel b/srcpkgs/libgpiod-devel
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-devel
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-python3 b/srcpkgs/libgpiod-python3
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-python3
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod-tools b/srcpkgs/libgpiod-tools
new file mode 120000
index 00000000000000..79aeec1f099c08
--- /dev/null
+++ b/srcpkgs/libgpiod-tools
@@ -0,0 +1 @@
+libgpiod
\ No newline at end of file
diff --git a/srcpkgs/libgpiod/template b/srcpkgs/libgpiod/template
new file mode 100644
index 00000000000000..708521ec8d8ea6
--- /dev/null
+++ b/srcpkgs/libgpiod/template
@@ -0,0 +1,52 @@
+# Template file for 'libgpiod'
+pkgname=libgpiod
+version=2.2
+revision=1
+build_style="gnu-configure"
+build_helper="python3"
+configure_args="--prefix=/usr --enable-tools=yes --enable-bindings-cxx
+ --enable-bindings-python --enable-gpioset-interactive"
+hostmakedepends="autoconf automake autoconf-archive doxygen libtool
+ pkg-config python3-build python3-pip"
+makedepends="libedit-devel python3-devel"
+short_desc="C library for interacting with the linux GPIO character device"
+maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
+license="Apache-2.0, BSD-3-Clause, CC-BY-SA-4.0, CC0-1.0, GPL-2.0-only, GPL-2.0-or-later,
+ LGPL-2.1-or-later, custom:Linux-syscall-note"
+homepage="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
+distfiles="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz"
+checksum=ae35329db7027c740e90c883baf27c26311f0614e6a7b115771b28188b992aec
+
+pre_configure() {
+ autoreconf -fi
+}
+
+post_install() {
+ vlicense LICENSES/BSD-3-Clause.txt
+ vlicense LICENSES/Linux-syscall-note.txt
+}
+
+libgpiod-devel_package() {
+ depends="${sourcepkg}>=${version}_${revision}"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove "usr/lib/*.a"
+ vmove "usr/lib/*.so"
+ vmove usr/lib/pkgconfig
+ }
+}
+
+libgpiod-python3_package() {
+ short_desc+=" - python bindings"
+ pkg_install() {
+ vmove "usr/lib/python3*"
+ }
+}
+
+libgpiod-tools_package() {
+ short_desc+=" - utilities"
+ pkg_install() {
+ vmove usr/bin
+ }
+}
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [PR PATCH] [Merged]: New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (24 preceding siblings ...)
2024-11-14 20:27 ` classabbyamp
@ 2024-11-14 20:34 ` classabbyamp
2024-11-14 20:53 ` tsndqst
26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2024-11-14 20:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]
There's a merged pull request on the void-packages repository
New package: libgpiod-2.1.3
https://github.com/void-linux/void-packages/pull/52037
Description:
<!-- 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 my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
Fixes https://github.com/void-linux/void-packages/issues/49469
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: New package: libgpiod-2.1.3
2024-08-29 12:49 [PR PATCH] New package: libgpiod-2.1.3 tsndqst
` (25 preceding siblings ...)
2024-11-14 20:34 ` [PR PATCH] [Merged]: " classabbyamp
@ 2024-11-14 20:53 ` tsndqst
26 siblings, 0 replies; 28+ messages in thread
From: tsndqst @ 2024-11-14 20:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
New comment by tsndqst on void-packages repository
https://github.com/void-linux/void-packages/pull/52037#issuecomment-2477388869
Comment:
Thanks @classabbyamp
^ permalink raw reply [flat|nested] 28+ messages in thread