-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pugl for custom macOS wheel handling
Signed-off-by: falkTX <falktx@falktx.com>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule PawPaw
updated
19 files
+10 −5 | .github/workflows/bootstrap-deps.sh | |
+85 −164 | .github/workflows/bootstrap.yml | |
+15 −3 | bootstrap-carla.sh | |
+1 −1 | bootstrap-common.sh | |
+21 −1 | bootstrap-mod.sh | |
+1 −11 | bootstrap-plugins.sh | |
+1 −1 | patches/fluidsynth/01_force-empty-libsuffix.patch | |
+12 −13 | patches/fluidsynth/03_skip-drivers-build.patch | |
+11 −0 | patches/fluidsynth/linux/05_force-libs.patch | |
+1 −0 | patches/fluidsynth/macos-10.15 | |
+1 −0 | patches/fluidsynth/macos-universal | |
+11 −0 | patches/fluidsynth/macos/05_force-libs.patch | |
+11 −0 | patches/fluidsynth/win32/05_force-libs.patch | |
+1 −0 | patches/fluidsynth/win64 | |
+0 −0 | patches/lvtk/01_fix-python3-compat.patch | |
+1 −0 | patches/lvtk1 | |
+4 −1 | setup/env.sh | |
+1 −1 | setup/functions.sh | |
+1 −1 | setup/versions.sh |
Submodule dpf
updated
22 files
+122 −0 | .github/workflows/build.yml | |
+2 −2 | .github/workflows/cmake.yml | |
+0 −79 | .github/workflows/makefile.yml | |
+1 −1 | dgl/src/pugl-upstream | |
+4 −0 | distrho/DistrhoUtils.hpp | |
+9 −10 | distrho/extra/Base64.hpp | |
+24 −6 | distrho/extra/ChildProcess.hpp | |
+3 −3 | distrho/extra/ExternalWindow.hpp | |
+6 −4 | distrho/extra/FileBrowserDialogImpl.cpp | |
+3 −19 | distrho/extra/RingBuffer.hpp | |
+194 −8 | distrho/extra/String.hpp | |
+337 −179 | distrho/extra/WebViewImpl.cpp | |
+1 −0 | distrho/extra/WebViewImpl.hpp | |
+6 −0 | distrho/src/DistrhoDefines.h | |
+1 −1 | distrho/src/DistrhoPluginAU.cpp | |
+1 −4 | distrho/src/DistrhoPluginCLAP.cpp | |
+1 −2 | distrho/src/DistrhoPluginVST.hpp | |
+1 −4 | distrho/src/DistrhoPluginVST2.cpp | |
+10 −9 | distrho/src/DistrhoPluginVST3.cpp | |
+15 −9 | distrho/src/DistrhoUI.cpp | |
+48 −31 | distrho/src/jackbridge/JackBridge.cpp | |
+8 −10 | examples/CairoUI/DemoWidgetBanner.hpp |