[ptxdist] [PATCH] host-meson: version bump 1.3.0 -> 1.4.0

2024-05-24 Thread Philipp Zabel
https://mesonbuild.com/Release-notes-for-1-4-0.html Signed-off-by: Philipp Zabel --- ...n-t-add-rpaths-for-build-directories-when-cross-co.patch | 6 +++--- .../0002-HACK-enable-NEON-only-for-ARMv7.patch | 4 ++-- .../0003-HACK-don-t-fail-if-lrelease-is-missing.patch | 4 ++--

Re: [ptxdist] year 2038 Toolchain

2024-05-24 Thread Michael Olbrich
On Fri, May 24, 2024 at 11:04:24AM +0200, Erwin Rol wrote: > On 5/24/24 10:41, Ian Abbott wrote: > > > > If I figure it out I'll let you guys know (so it can be added to the > > > official Toolchain) > > > > Rememember to define _FILE_OFFSET_BITS=64 too if it is not already > > defined.

[ptxdist] [PATCH v2 05/13] host-python3-markupsafe: add host package

2024-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/host-python3-markupsafe.in | 6 ++ rules/host-python3-markupsafe.make | 23 +++ 2 files changed, 29 insertions(+) create mode 100644 rules/host-python3-markupsafe.in create mode 100644 rules/host-python3-markupsafe.make diff

[ptxdist] [PATCH v2 07/13] host-python3-dunamai: add new host package

2024-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/host-python3-dunamai.in | 7 +++ rules/host-python3-dunamai.make | 35 + 2 files changed, 42 insertions(+) create mode 100644 rules/host-python3-dunamai.in create mode 100644 rules/host-python3-dunamai.make diff

[ptxdist] [PATCH v2 12/13] python3-periphery: new package

2024-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/python3-periphery.in | 9 ++ rules/python3-periphery.make | 55 2 files changed, 64 insertions(+) create mode 100644 rules/python3-periphery.in create mode 100644 rules/python3-periphery.make diff --git

[ptxdist] [PATCH v2 10/13] host-python3-poetry-dynamic-versioning: add new host package

2024-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- .../host-python3-poetry-dynamic-versioning.in | 11 ++ ...ost-python3-poetry-dynamic-versioning.make | 35 +++ 2 files changed, 46 insertions(+) create mode 100644 rules/host-python3-poetry-dynamic-versioning.in create mode 100644

[ptxdist] [PATCH v2 09/13] host-python3-poetry-core: add new host package

2024-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/host-python3-poetry-core.in | 7 ++ rules/host-python3-poetry-core.make | 35 + 2 files changed, 42 insertions(+) create mode 100644 rules/host-python3-poetry-core.in create mode 100644

[ptxdist] [PATCH v2 13/13] python3-protobuf: new package

2024-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/python3-protobuf.in | 8 ++ rules/python3-protobuf.make | 55 + 2 files changed, 63 insertions(+) create mode 100644 rules/python3-protobuf.in create mode 100644 rules/python3-protobuf.make diff --git

[ptxdist] [PATCH v2 11/13] python3-aiomqtt: new package

2024-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/python3-aiomqtt.in | 14 ++ rules/python3-aiomqtt.make | 55 ++ 2 files changed, 69 insertions(+) create mode 100644 rules/python3-aiomqtt.in create mode 100644 rules/python3-aiomqtt.make diff --git

[ptxdist] [PATCH v2 06/13] host-python3-jinja2: add host package

2024-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/host-python3-jinja2.in | 8 rules/host-python3-jinja2.make | 24 2 files changed, 32 insertions(+) create mode 100644 rules/host-python3-jinja2.in create mode 100644 rules/host-python3-jinja2.make diff --git

[ptxdist] [PATCH v2 02/13] nanopb: new package: tiny protobuf implementation

2024-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/nanopb.in | 12 rules/nanopb.make | 41 + 2 files changed, 53 insertions(+) create mode 100644 rules/nanopb.in create mode 100644 rules/nanopb.make diff --git a/rules/nanopb.in b/rules/nanopb.in new

[ptxdist] [PATCH v2 03/13] paho-mqtt-cpp: version bump 1.0.1 -> 1.2.0

2024-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/paho-mqtt-cpp.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/paho-mqtt-cpp.make b/rules/paho-mqtt-cpp.make index 9cc30de202c9..bd71c7837529 100644 --- a/rules/paho-mqtt-cpp.make +++ b/rules/paho-mqtt-cpp.make @@ -14,8

[ptxdist] [PATCH v2 08/13] host-python3-tomlkit: add new host package

2024-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/host-python3-tomlkit.in | 8 rules/host-python3-tomlkit.make | 35 + 2 files changed, 43 insertions(+) create mode 100644 rules/host-python3-tomlkit.in create mode 100644 rules/host-python3-tomlkit.make diff

[ptxdist] [PATCH v2 04/13] python3-jinja2: pin down license files

2024-05-24 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/python3-jinja2.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/python3-jinja2.make b/rules/python3-jinja2.make index 445d0ea72fb2..4c051c7732c4 100644 --- a/rules/python3-jinja2.make +++ b/rules/python3-jinja2.make @@ -19,6 +19,9 @@

[ptxdist] [PATCH v2 01/13] atk: rename to at-spi2-core; version bump 2.38.0 -> 2.52.0

2024-05-24 Thread Roland Hieber
I cannot find any official announcement on this, but it seems that atk was merged into the at-spi2-core tree. At least the atk repository [1] has been archived, there have been no new releases since 2022, but there has been further development on the atk/ subdir in the at-spi2-core repository [2],

[ptxdist] [PATCH v2 00/13] nanopb, at-spi2-core, and some python3 packages

2024-05-24 Thread Roland Hieber
PATCH v2: * at-spi2-core: * remove symbols for installing libatspi and libatk-bridge * build with -Datk_only=true; don't require libxml * nanopb: * remove double forward slash in URL * remove default setting of NANOPB_CONF_ENV * remove empty targetinstall stage * python3 packages: *

Re: [ptxdist] year 2038 Toolchain

2024-05-24 Thread Erwin Rol
On 5/24/24 10:41, Ian Abbott wrote: If I figure it out I'll let you guys know (so it can be added to the official Toolchain) Rememember to define _FILE_OFFSET_BITS=64 too if it is not already defined. _TIME_BITS=64 is ineffective when _FILE_OFFSET_BITS=32 for Glibc policy reasons. I tried

Re: [ptxdist] year 2038 Toolchain

2024-05-24 Thread Ian Abbott
On 23/05/2024 12:52, Erwin Rol wrote: On 5/23/24 12:38, Ian Abbott wrote: On 23/05/2024 07:41, Erwin Rol wrote: The following code; auto t = std::chrono::system_clock::now(); does not seem to work correctly. When the system date is less than 2038 it works and gives back the correct time,