forked from pool/audacity
Dave Plater
58e86b3ff6
Added libopus build dependency and "-DCMAKE_SKIP_RPATH:BOOL=on" to fix Leap builds. Update to 3.1.3 * remove patches, now upstream: 0001-Adds-an-option-to-disable-Conan.patch 0001-Fixes-wxwidgets-fixup-script.patch 0001-Scope-libraries-required-by-the-optional-features.patch Refresh missing-include.patch OBS-URL: https://build.opensuse.org/request/show/970098 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=174
25 lines
892 B
Diff
25 lines
892 B
Diff
Index: b/libraries/lib-utility/BufferedStreamReader.h
|
|
===================================================================
|
|
--- a/libraries/lib-utility/BufferedStreamReader.h 2021-12-22 17:35:36.000000000 +0200
|
|
+++ b/libraries/lib-utility/BufferedStreamReader.h 2022-04-14 09:56:19.275619728 +0200
|
|
@@ -13,6 +13,7 @@
|
|
#include <vector>
|
|
#include <cstddef>
|
|
#include <cstdint>
|
|
+#include <cstddef>
|
|
#include <type_traits>
|
|
|
|
/*!
|
|
Index: b/libraries/lib-xml/XMLAttributeValueView.cpp
|
|
===================================================================
|
|
--- a/libraries/lib-xml/XMLAttributeValueView.cpp 2021-12-22 17:35:36.000000000 +0200
|
|
+++ b/libraries/lib-xml/XMLAttributeValueView.cpp 2022-04-14 09:56:19.275619728 +0200
|
|
@@ -12,6 +12,7 @@
|
|
#include "FromChars.h"
|
|
|
|
#include <numeric>
|
|
+#include <limits>
|
|
|
|
XMLAttributeValueView::XMLAttributeValueView(bool value) noexcept
|
|
: mInteger(value)
|