head 1.3; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @// @; 1.3 date 2026.07.08.13.42.27; author kikadf; state Exp; branches; next 1.2; commitid TrothZVUWCiZ0RMG; 1.2 date 2026.07.06.13.06.55; author kikadf; state Exp; branches; next 1.1; commitid 5JFQu3OxURxXTAMG; 1.1 date 2026.06.08.13.12.43; author kikadf; state Exp; branches; next ; commitid Zzd0Bp9ZEsatPZIG; desc @@ 1.3 log @ chromium: update to 150.0.7871.100 This update doesn't include security fixes. A full list of changes in this build is available in https://chromium.googlesource.com/chromium/src/+log/150.0.7871.47..150.0.7871.101?pretty=fuller&n=10000 @ text @$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- remoting/host/audio_injector.cc.orig 2026-07-06 22:58:46.000000000 +0000 +++ remoting/host/audio_injector.cc @@@@ -7,7 +7,7 @@@@ #include "build/build_config.h" #include "remoting/base/fifo_buffer.h" -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) #include "remoting/host/linux/pipewire_audio_injector.h" #endif @@@@ -19,7 +19,7 @@@@ AudioInjector::~AudioInjector() = defaul // static bool AudioInjector::IsSupported() { -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // On Linux, we check if PipeWire is available and can be initialized. // Note that in multi-process mode, this may return true in the network // process because the libraries are loadable, even though the virtual audio @@@@ -34,7 +34,7 @@@@ bool AudioInjector::IsSupported() { // static std::unique_ptr AudioInjector::Create( std::unique_ptr audio_reader) { -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) return PipewireAudioInjector::Create(std::move(audio_reader)); #else return nullptr; @ 1.2 log @ chromium: update to 150.0.7871.46 This update includes 433 security fixes. Please see the Chrome Security Page for more information. @ text @d7 1 a7 1 --- remoting/host/audio_injector.cc.orig 2026-06-23 23:37:18.000000000 +0000 @ 1.1 log @ www/chromium: update to 149.0.7827.53 * 149.0.7827.53 This update includes 429 security fixes. Below, we highlight fixes that were contributed by external researchers. Please see the Chrome Security Page for more information. * Fix build with wayland support: add missing include @ text @d7 1 a7 1 --- remoting/host/audio_injector.cc.orig 2026-05-28 23:24:11.000000000 +0000 d9 1 a9 1 @@@@ -8,7 +8,7 @@@@ d11 1 a11 1 #include "remoting/proto/audio.pb.h" d18 1 a18 1 @@@@ -26,7 +26,7 @@@@ void AudioInjector::ProcessAudioPacket(s d27 9 @