Re: [ptxdist] [PATCH 1/3] doc: fix CSS/JS files not getting picked up by sphinx 5.3.0

2023-05-15 Thread Gavin Schenk
Hi, > On Sat, May 06, 2023 at 10:22:21PM +0200, Roland Hieber wrote: >> Somewhen between v3.4.3 (Debian bullseye) and v5.3.0 (Debian bookworm), >> sphinx stopped picking up our CSS and JS files from the html_context, >> which has the effect that the styling of the HTML documentation looks >> very

Re: [ptxdist] [PATCH 1/3] doc: fix CSS/JS files not getting picked up by sphinx 5.3.0

2023-05-15 Thread Jonas Schmidt
On Sat, May 06, 2023 at 10:22:21PM +0200, Roland Hieber wrote: > Somewhen between v3.4.3 (Debian bullseye) and v5.3.0 (Debian bookworm), > sphinx stopped picking up our CSS and JS files from the html_context, > which has the effect that the styling of the HTML documentation looks > very broken

[ptxdist] [PATCH 2/2] templates: set default section to hosttools_noprompt for host packages

2023-05-15 Thread Roland Hieber
Most host packages are not meant to be selected by users, instead they are selected by target packages. Signed-off-by: Roland Hieber --- scripts/lib/ptxd_lib_template.sh | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_lib_template.sh

[ptxdist] [PATCH 1/2] templates: generate 'default y if ALLYES' for host packages

2023-05-15 Thread Roland Hieber
Make sure that all host packages are compile-tested. Signed-off-by: Roland Hieber --- rules/templates/template-class-existing-target-in | 2 +- rules/templates/template-class-in | 2 +- scripts/lib/ptxd_lib_template.sh | 2 ++ 3 files changed, 4 insertions(+), 2

[ptxdist] [PATCH] fixup! libbson: new package: routines related to BSON documents

2023-05-15 Thread Roland Hieber
From: nobody --- rules/libbson.make | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/libbson.make b/rules/libbson.make index af0eb8a13401..bd1d65596727 100644 --- a/rules/libbson.make +++ b/rules/libbson.make @@ -21,7 +21,6 @@ LIBBSON_SUFFIX:= tar.gz LIBBSON_URL

[ptxdist] [PATCH 4/8] libevent: amend license and pin down license file

2023-05-15 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/libevent.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/libevent.make b/rules/libevent.make index 73470c59e9b4..f2860b69c4aa 100644 --- a/rules/libevent.make +++ b/rules/libevent.make @@ -22,7 +22,8 @@ LIBEVENT_SUFFIX

[ptxdist] [PATCH 1/8] cpputest: new package: C++ unit test framework

2023-05-15 Thread Roland Hieber
Signed-off-by: Roland Hieber --- patches/cpputest-3.8/autogen.sh | 1 + rules/cpputest.in | 7 + rules/cpputest.make | 56 + rules/host-cpputest.in | 5 +++ rules/host-cpputest.make| 23 ++ 5 files

[ptxdist] [PATCH 8/8] host-libevent: add host package

2023-05-15 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/host-libevent.in | 5 + rules/host-libevent.make | 23 +++ 2 files changed, 28 insertions(+) create mode 100644 rules/host-libevent.in create mode 100644 rules/host-libevent.make diff --git a/rules/host-libevent.in

[ptxdist] [PATCH 7/8] host-libconfig: add host package

2023-05-15 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/host-libconfig.in | 5 + rules/host-libconfig.make | 23 +++ 2 files changed, 28 insertions(+) create mode 100644 rules/host-libconfig.in create mode 100644 rules/host-libconfig.make diff --git a/rules/host-libconfig.in

[ptxdist] [PATCH 3/8] libconfig: correct license and pin down license files

2023-05-15 Thread Roland Hieber
As specified in the source file header comments, the library is actually LGPL-2.1-or-later, not -only. Signed-off-by: Roland Hieber --- rules/libconfig.make | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules/libconfig.make b/rules/libconfig.make index

[ptxdist] [PATCH 2/8] libbson: new package: routines related to BSON documents

2023-05-15 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/host-libbson.in | 6 +++ rules/host-libbson.make | 33 +++ rules/libbson.in| 9 + rules/libbson.make | 90 + 4 files changed, 138 insertions(+) create mode 100644

[ptxdist] [PATCH 6/8] host-canfestival: add host package

2023-05-15 Thread Roland Hieber
Signed-off-by: Roland Hieber --- rules/host-canfestival.in | 6 ++ rules/host-canfestival.make | 29 + 2 files changed, 35 insertions(+) create mode 100644 rules/host-canfestival.in create mode 100644 rules/host-canfestival.make diff --git

[ptxdist] [PATCH 5/8] htmldoc: new package: HTML-to-PDF/PostScript/EPUB converter

2023-05-15 Thread Roland Hieber
Signed-off-by: Roland Hieber --- ...-build-install-docs-or-desktop-files.patch | 28 patches/htmldoc-1.9.16/series | 4 ++ rules/host-htmldoc.in | 6 ++ rules/host-htmldoc.make | 29 rules/htmldoc.in

Re: [ptxdist] [PATCH] apitrace: revive from staging

2023-05-15 Thread Michael Olbrich
On Fri, May 12, 2023 at 01:36:40PM +0200, Lucas Stach wrote: > - update to version 11.1 > - add option to enable replay utilities > > Signed-off-by: Lucas Stach > --- > ...se-pkgconfig-to-find-waffle-on-Linux.patch | 37 ++ > ...the-ABI-specific-name-to-load-libEGL.patch | 26 >