Changes of Revision 121

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Tue Jun 17 14:34:43 UTC 2025 - Hans-Peter Jansen <hp@urpla.net>
4
+
5
+- fix build with fix-json11-build.patch
6
+
7
+-------------------------------------------------------------------
8
 Wed Apr  9 08:48:22 UTC 2025 - darix <packman@nordisch.org>
9
 
10
 - Pull in https://github.com/obsproject/obs-studio/pull/11906.patch
11
obs-studio.spec Changed
9
 
1
@@ -51,6 +51,7 @@
2
 Patch2:         libx264-optional.patch
3
 Patch3:         ffmpeg-x11-linking.patch
4
 Patch4:         11906.patch
5
+Patch5:         fix-json11-build.patch
6
 BuildRequires:  update-desktop-files
7
 BuildRequires:  cmake >= 2.8.12
8
 BuildRequires:  pkgconfig(fdk-aac)
9
fix-json11-build.patch Added
14
 
1
@@ -0,0 +1,12 @@
2
+Index: b/deps/json11/json11.cpp
3
+===================================================================
4
+--- a/deps/json11/json11.cpp
5
++++ b/deps/json11/json11.cpp
6
+@@ -22,6 +22,7 @@
7
+ #include "json11.hpp"
8
+ #include <cassert>
9
+ #include <cmath>
10
++#include <cstdint>
11
+ #include <cstdlib>
12
+ #include <cstdio>
13
+ #include <limits>
14