SHA256
1
0
forked from pool/audacity
audacity/vst3sdk-fix-include-cstdint.patch
Dave Plater a671efefc2 Accepting request 1094729 from home:kill_it:daw
- Update to 3.3.3
- Downgrade vst3stk to 3.7.3_build_20 as most compatible with audacity
- Rework vst3sdk patches vst3sdk-3.7.3_build_20:
  remove vst3sdk-fix-include-cstdint-for-gcc13.patch,
         vst3sdk-fix-limits-include-moduleinfoparser.patch
  add vst3sdk-fix-std-atomic-for-gcc12.patch,
      vst3sdk-fix-include-cstdint.patch
- Add vst-system-path.patch changes vst(3) search path to /usr/lib64
  This is a hotfix release. It fixes the following bugs:
  
  * #4618 Fixed EQ not scaling properly when resizing the window.
  * #4743 Fixed the audio.com upload flow.

OBS-URL: https://build.opensuse.org/request/show/1094729
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=206
2023-06-23 05:51:33 +00:00

14 lines
485 B
Diff

Submodule public.sdk contains modified content
diff --git a/public.sdk/source/vst/utility/stringconvert.h b/public.sdk/source/vst/utility/stringconvert.h
index ff910aa..9dbd984 100644
--- a/public.sdk/source/vst/utility/stringconvert.h
+++ b/public.sdk/source/vst/utility/stringconvert.h
@@ -38,6 +38,7 @@
#include "pluginterfaces/vst/vsttypes.h"
#include <string>
+#include <cstdint>
//------------------------------------------------------------------------
namespace VST3 {