git: e1114ca7baba - main - devel/electron37: Unbreak build with pipewire 1.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Mar 2026 07:34:58 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e1114ca7baba5c46602fcb6fb8c7ac2648b6def8
commit e1114ca7baba5c46602fcb6fb8c7ac2648b6def8
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-03-21 07:33:08 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-03-21 07:34:48 +0000
devel/electron37: Unbreak build with pipewire 1.6
Obtained from: https://bugs.gentoo.org/964012
---
...ty_webrtc_modules_video__capture_linux_pipewire__session.cc | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/devel/electron37/files/patch-third__party_webrtc_modules_video__capture_linux_pipewire__session.cc b/devel/electron37/files/patch-third__party_webrtc_modules_video__capture_linux_pipewire__session.cc
new file mode 100644
index 000000000000..c0f37fadb664
--- /dev/null
+++ b/devel/electron37/files/patch-third__party_webrtc_modules_video__capture_linux_pipewire__session.cc
@@ -0,0 +1,10 @@
+--- third_party/webrtc/modules/video_capture/linux/pipewire_session.cc.orig 2025-08-25 14:15:51 UTC
++++ third_party/webrtc/modules/video_capture/linux/pipewire_session.cc
+@@ -14,6 +14,7 @@
+ #include <spa/param/format-utils.h>
+ #include <spa/param/format.h>
+ #include <spa/param/video/raw.h>
++#include <spa/pod/iter.h>
+ #include <spa/pod/parser.h>
+
+ #include <algorithm>