Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > 9a0c97e157628032f0afa0960d1f3cb2 > files > 14

chromium-browser-stable-106.0.5249.119-1.mga8.src.rpm

--- chromium-61.0.3163.59/third_party/webrtc/modules/audio_processing/aec3/aec_state.cc.bak	2017-08-23 21:08:14.000000000 +0200
+++ chromium-61.0.3163.59/third_party/webrtc/modules/audio_processing/aec3/aec_state.cc	2017-08-29 13:07:50.789475942 +0200
@@ -10,7 +10,7 @@
 
 #include "modules/audio_processing/aec3/aec_state.h"
 
-#include <math.h>
+#include <cmath>

 #include <algorithm>
 #include <numeric>
--- patch98/device/vr/util/sample_queue.h	2022-01-27 10:29:28.788139709 +0100
+++ patch98/device/vr/util/sample_queue.h.include	2022-01-27 10:29:50.604173829 +0100
@@ -7,6 +7,7 @@
 
 #include <cstddef>
 #include <vector>
+#include <cstdint>
 
 #include "base/component_export.h"
 
--- patch99/ui/gfx/font.cc	2022-02-10 05:18:23.000000000 +0100
+++ patch99/ui/gfx/font.cc.gcc-includes	2022-02-14 16:06:10.568480369 +0100
@@ -14,6 +14,8 @@
 #include <ostream>
 #endif
 
+#include <algorithm>
+
 namespace gfx {
 
 ////////////////////////////////////////////////////////////////////////////////
--- chromium-89.0.4389.58/third_party/webrtc/common_video/h264/sps_parser.h.gcc10	2021-02-17 21:39:41.000000000 +0100
+++ chromium-89.0.4389.58/third_party/webrtc/common_video/h264/sps_parser.h	2021-02-18 22:12:42.002525039 +0100
@@ -13,6 +13,7 @@
 
 #include "absl/types/optional.h"
 #include "rtc_base/bitstream_reader.h"
+#include <stdint.h>
 
 namespace webrtc {
 
--- chromium-89.0.4389.58/third_party/webrtc/common_video/h264/pps_parser.h.gcc10	2021-02-17 21:39:41.000000000 +0100
+++ chromium-89.0.4389.58/third_party/webrtc/common_video/h264/pps_parser.h	2021-02-18 22:23:59.266625600 +0100
@@ -16,6 +16,7 @@
 
 #include "absl/types/optional.h"
 #include "api/array_view.h"
+#include <stdint.h>
 
 namespace webrtc {
 
--- chromium-89.0.4389.58/third_party/webrtc/modules/include/module_common_types_public.h.gcc10	2021-02-17 21:39:42.000000000 +0100
+++ chromium-89.0.4389.58/third_party/webrtc/modules/include/module_common_types_public.h	2021-02-18 22:35:39.950321166 +0100
@@ -13,6 +13,8 @@
 
 #include <limits>
 
+#include <stdint.h>
+
 #include "absl/types/optional.h"
 
 namespace webrtc {
--- patch102/third_party/blink/renderer/core/frame/local_frame_view.cc	2022-05-04 21:15:19.000000000 +0200
+++ patch102/third_party/blink/renderer/core/frame/local_frame_view.cc.fix-build-gcc-includes	2022-05-10 12:11:12.219807582 +0200
@@ -30,6 +30,7 @@
 #include <memory>
 #include <utility>
 
+#include "absl/base/attributes.h"
 #include "base/auto_reset.h"
 #include "base/callback.h"
 #include "base/feature_list.h"
--- chromium-92.0.4515.51/media/capture/video/file_video_capture_device.cc.gcc10	2021-06-11 00:12:01.000000000 +0200
+++ chromium-92.0.4515.51/media/capture/video/file_video_capture_device.cc	2021-06-12 23:02:36.001369629 +0200
@@ -9,6 +9,7 @@
 #include <memory>
 #include <utility>
 
+#include "absl/base/attributes.h"
 #include "base/bind.h"
 #include "base/cxx17_backports.h"
 #include "base/location.h"
--- chromium-94.0.4606.20/media/renderers/video_frame_rgba_to_yuva_converter.cc.gcc11	2021-08-25 21:12:23.000000000 +0200
+++ chromium-94.0.4606.20/media/renderers/video_frame_rgba_to_yuva_converter.cc	2021-09-03 01:22:33.534682886 +0200
@@ -19,6 +19,7 @@
 #include "third_party/skia/include/core/SkImage.h"
 #include "third_party/skia/include/gpu/GrDirectContext.h"
 #include "ui/gfx/gpu_memory_buffer.h"
+#include "third_party/abseil-cpp/absl/memory/memory.h"
 
 namespace {
 
--- chromium-94.0.4606.20/media/video/h265_nalu_parser.cc.gcc11	2021-08-25 21:12:24.000000000 +0200
+++ chromium-94.0.4606.20/media/video/h265_nalu_parser.cc	2021-09-03 01:32:43.760789941 +0200
@@ -5,6 +5,7 @@
 #include "media/video/h265_nalu_parser.h"
 
 #include <stddef.h>
+#include <string.h>
 
 #include <algorithm>
 #include <cmath>
--- chromium-94.0.4606.20/ui/accessibility/platform/inspect/ax_property_node.cc.gcc11	2021-08-25 21:13:16.000000000 +0200
+++ chromium-94.0.4606.20/ui/accessibility/platform/inspect/ax_property_node.cc	2021-09-03 02:42:04.789169352 +0200
@@ -9,6 +9,8 @@
 #include "third_party/abseil-cpp/absl/types/optional.h"
 #include "ui/accessibility/platform/inspect/ax_inspect.h"
 
+#include <memory>
+
 namespace ui {
 
 // static