mirror of
https://github.com/Screenly/Anthias.git
synced 2026-07-30 17:25:50 -04:00
* chore(webview): bump frozen Qt 5 toolchain to 5.15.19 - Rebuild pi2/pi3 armhf toolchain 5.15.14 -> 5.15.19 (latest 5.15 LTS) - Point qt5_toolchain_url at the WebView-v2026.07.0 release - Cap QtWebEngine's inner chromium ninja via NINJAFLAGS=-j$MAKE_CORES (make -j alone never bounded it -> box-wide OOMs) - Drop libre2-dev so chromium uses its vendored re2 (trixie re2 API break) - Replace gcc/g++-multilib (conflicts crossbuild-essential-armhf) with lib32gcc-14/lib32stdc++-14/libc6-dev-i386 for the -m32 V8 snapshot host - Add python3-html5lib for the catapult about_tracing vulcanize step Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * docs(webview): repoint qt5-webview-builder tag comments to WebView-v2026.07.0 Addresses Copilot review on #3121: the template's comments still cited the old WebView-v2026.04.1 tag. The download itself already uses the {{ qt5_toolchain_url }} / {{ qt_version }} context (verified: pi2 render resolves qt5-5.15.19-trixie-pi2.tar.gz from the WebView-v2026.07.0 release); this only aligns the surrounding comments. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>