Re: [ptxdist] [PATCH 3/3] python3-cryptography: Python package that wants to compile with rust and cargo...

2023-04-06 Thread Roland Hieber
On Mon, Mar 27, 2023 at 04:09:15PM +0200, Artur Wiebe wrote: > --- > rules/python3-cryptography.in | 10 ++ > rules/python3-cryptography.make | 56 + > 2 files changed, 66 insertions(+) > create mode 100644 rules/python3-cryptography.in > create mode 100644

Re: [ptxdist] [PATCH 1/3] python3-semantic-version: new package

2023-04-06 Thread Roland Hieber
On Mon, Mar 27, 2023 at 04:09:13PM +0200, Artur Wiebe wrote: > Signed-off-by: Artur Wiebe > --- > rules/host-python3-semantic-version.in | 6 +++ > rules/host-python3-semantic-version.make | 20 + > rules/python3-semantic-version.in| 9 >

[ptxdist] [PATCH 2/3] rules: pcsc-lite: Version bumb to 1.9.8

2023-04-06 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- rules/pcsc-lite.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pcsc-lite.make b/rules/pcsc-lite.make index 128489aa6..d773a8bb6 100644 --- a/rules/pcsc-lite.make +++ b/rules/pcsc-lite.make @@ -15,8 +15,8 @@

[ptxdist] [PATCH 3/3] rules: pcsc-lite: Add option for building with USB support

2023-04-06 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- rules/pcsc-lite.in | 5 + rules/pcsc-lite.make | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rules/pcsc-lite.in b/rules/pcsc-lite.in index 016a70037..de1c288c3 100644 --- a/rules/pcsc-lite.in +++ b/rules/pcsc-lite.in @@ -18,6

[ptxdist] [PATCH 1/3] rules: opensc: Version bumb to 0.23.0

2023-04-06 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- rules/host-opensc.make | 2 +- rules/opensc.make | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/host-opensc.make b/rules/host-opensc.make index 0319064fd..24488de38 100644 --- a/rules/host-opensc.make +++

[ptxdist] [ANNOUNCE] PTXdist 2023.04.0 released

2023-04-06 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2023.04.0. Toolchains with a default libdir other than /lib are now handled differently. This applies, for example, to the x86_64 crosstool-ng toolchain where the default libdir is /lib64. In this case PTXdist no longer installs the

[ptxdist] [PATCH] pipewire: version bump 0.3.67 -> 0.3.68

2023-04-06 Thread Philipp Zabel
https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.68 Signed-off-by: Philipp Zabel --- rules/pipewire.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/pipewire.make b/rules/pipewire.make index da7474d82e55..5f78663fc8cf 100644 ---