head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2026.04.30.06.39.44; author adam; state Exp; branches; next 1.1; commitid EBfLiYmrAFQ3VWDG; 1.1 date 2025.12.21.09.38.45; author markd; state Exp; branches; next ; commitid ZfanUK26xXgf5gnG; desc @@ 1.2 log @qt6-qtwebengine: updated to 6.11.0 The 6.11 release for Qt Framework is now available, with improved performance, newly supported techniques and capabilities on graphics, connectivity and languages, not to mention a whole new approach to asynchronous C++ coding. Take a closer look. https://www.qt.io/blog/qt-6.11-released @ text @$NetBSD: patch-src_3rdparty_chromium_third__party_tflite_features.gni,v 1.1 2025/12/21 09:38:45 markd Exp $ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- src/3rdparty/chromium/third_party/tflite/features.gni.orig 2026-03-16 11:40:07.000000000 +0000 +++ src/3rdparty/chromium/third_party/tflite/features.gni @@@@ -8,7 +8,7 @@@@ import("//services/on_device_model/on_de declare_args() { # This enables building TFLite with XNNPACK. - build_tflite_with_xnnpack = current_cpu != "arm" && !is_fuchsia + build_tflite_with_xnnpack = current_cpu != "arm" && !is_fuchsia && !is_bsd # Turns on TFLITE_WITH_RUY, using ruy as the gemm backend instead of gemmlowp. build_tflite_with_ruy = true @ 1.1 log @qt6-qtwebengine: add version 6.10.1 Chromium-based web engine for Qt6 @ text @d1 1 a1 1 $NetBSD$ d7 1 a7 1 --- src/3rdparty/chromium/third_party/tflite/features.gni.orig 2025-05-29 01:27:28.000000000 +0000 d9 6 a14 8 @@@@ -9,8 +9,8 @@@@ declare_args() { # This enables building TFLite with XNNPACK. Currently only available for # Linux, macOS and Windows arm64/x64/x86 targets and ChromeOS non-ARM targets. build_tflite_with_xnnpack = - (is_win || is_mac || is_linux || (is_chromeos && overlay_include_cbx)) && - (current_cpu == "arm64" || current_cpu == "x64" || current_cpu == "x86") + ((is_win || is_mac || is_linux || (is_chromeos && overlay_include_cbx)) && + (current_cpu == "arm64" || current_cpu == "x64" || current_cpu == "x86")) && !is_bsd @