diff --git a/sdk/juce/JUCE-4.3.1.mk b/sdk/juce/JUCE-4.3.1.mk deleted file mode 100644 index 0e56521..0000000 --- a/sdk/juce/JUCE-4.3.1.mk +++ /dev/null @@ -1,21 +0,0 @@ -SRCS := modules/juce_core/juce_core.cpp -SRCS += modules/juce_data_structures/juce_data_structures.cpp -SRCS += modules/juce_events/juce_events.cpp -SRCS += modules/juce_graphics/juce_graphics.cpp -SRCS += modules/juce_gui_basics/juce_gui_basics.cpp -SRCS += modules/juce_gui_extra/juce_gui_extra.cpp -SRCS += modules/juce_audio_basics/juce_audio_basics.cpp -SRCS += modules/juce_audio_devices/juce_audio_devices.cpp -SRCS += modules/juce_audio_formats/juce_audio_formats.cpp -SRCS += modules/juce_audio_processors/juce_audio_processors.cpp -SRCS += modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp -SRCS += modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp -SRCS += modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp - -DEFINES := -DHAVE_LROUND -INCLUDES := -I ../vst/vstsdk2.4 - -DEFINES += -DJUCE_APP_CONFIG_HEADER=\"JuceHeader.h.${PKG_VER}\" -INCLUDES += -I${PKG_VER}/modules - - diff --git a/sdk/juce/JUCE-4.3.1.patch b/sdk/juce/JUCE-4.3.1.patch deleted file mode 100644 index 9aeb149..0000000 --- a/sdk/juce/JUCE-4.3.1.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -ruN temp/JUCE-4.3.1/modules/juce_graphics/colour/juce_PixelFormats.h ./JUCE-4.3.1/modules/juce_graphics/colour/juce_PixelFormats.h ---- temp/JUCE-4.3.1/modules/juce_graphics/colour/juce_PixelFormats.h 2017-01-26 11:51:04.000000000 +0100 -+++ ./JUCE-4.3.1/modules/juce_graphics/colour/juce_PixelFormats.h 2019-11-22 18:08:13.129839330 +0100 -@@ -108,19 +108,6 @@ - forcedinline uint8 getGreen() const noexcept { return components.g; } - forcedinline uint8 getBlue() const noexcept { return components.b; } - -- #if JUCE_GCC -- // NB these are here as a workaround because GCC refuses to bind to packed values. -- forcedinline uint8& getAlpha() noexcept { return comps [indexA]; } -- forcedinline uint8& getRed() noexcept { return comps [indexR]; } -- forcedinline uint8& getGreen() noexcept { return comps [indexG]; } -- forcedinline uint8& getBlue() noexcept { return comps [indexB]; } -- #else -- forcedinline uint8& getAlpha() noexcept { return components.a; } -- forcedinline uint8& getRed() noexcept { return components.r; } -- forcedinline uint8& getGreen() noexcept { return components.g; } -- forcedinline uint8& getBlue() noexcept { return components.b; } -- #endif -- - //============================================================================== - /** Copies another pixel colour over this one. - diff --git a/sdk/juce/JUCE-4.3.1.zip b/sdk/juce/JUCE-4.3.1.zip deleted file mode 100644 index b96ae87..0000000 Binary files a/sdk/juce/JUCE-4.3.1.zip and /dev/null differ diff --git a/sdk/juce/JUCE-5.4.5.mk b/sdk/juce/JUCE-5.4.5.mk deleted file mode 100644 index 41e0ebd..0000000 --- a/sdk/juce/JUCE-5.4.5.mk +++ /dev/null @@ -1,20 +0,0 @@ -SRCS := modules/juce_core/juce_core.cpp -SRCS += modules/juce_data_structures/juce_data_structures.cpp -SRCS += modules/juce_events/juce_events.cpp -SRCS += modules/juce_graphics/juce_graphics.cpp -SRCS += modules/juce_gui_basics/juce_gui_basics.cpp -SRCS += modules/juce_gui_extra/juce_gui_extra.cpp -SRCS += modules/juce_audio_basics/juce_audio_basics.cpp -SRCS += modules/juce_audio_devices/juce_audio_devices.cpp -SRCS += modules/juce_audio_formats/juce_audio_formats.cpp -SRCS += modules/juce_audio_processors/juce_audio_processors.cpp -SRCS += modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp -SRCS += modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp -SRCS += modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp - -DEFINES := -DHAVE_LROUND -INCLUDES := -I ../vst/vstsdk2.4 - -DEFINES += -DJUCE_APP_CONFIG_HEADER=\"JuceHeader.h.${PKG_VER}\" -INCLUDES += -I${PKG_VER}/modules - diff --git a/sdk/juce/JUCE-5.4.5.patch b/sdk/juce/JUCE-5.4.5.patch deleted file mode 100644 index 916ff2d..0000000 --- a/sdk/juce/JUCE-5.4.5.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN temp/JUCE-5.4.5/extras/Projucer/JuceLibraryCode/AppConfig.h ./JUCE-5.4.5/extras/Projucer/JuceLibraryCode/AppConfig.h ---- temp/JUCE-5.4.5/extras/Projucer/JuceLibraryCode/AppConfig.h 2019-10-16 11:09:54.000000000 +0200 -+++ ./JUCE-5.4.5/extras/Projucer/JuceLibraryCode/AppConfig.h 2019-11-22 17:50:31.911164178 +0100 -@@ -32,7 +32,7 @@ - // BEGIN SECTION A - - #ifndef JUCER_ENABLE_GPL_MODE -- #define JUCER_ENABLE_GPL_MODE 0 -+ #define JUCER_ENABLE_GPL_MODE 1 - #endif - - // END SECTION A diff --git a/sdk/juce/JUCE-5.4.5.zip b/sdk/juce/JUCE-5.4.5.zip deleted file mode 100644 index d514a8a..0000000 Binary files a/sdk/juce/JUCE-5.4.5.zip and /dev/null differ diff --git a/sdk/juce/JuceHeader.h.JUCE-4.3.1 b/sdk/juce/JuceHeader.h.JUCE-4.3.1 deleted file mode 100644 index b4f8ba2..0000000 --- a/sdk/juce/JuceHeader.h.JUCE-4.3.1 +++ /dev/null @@ -1,42 +0,0 @@ -/* - - IMPORTANT! This file is auto-generated each time you save your - project - if you alter its contents, your changes may be overwritten! - - This is the header file that your files should include in order to get all the - JUCE library headers. You should avoid including the JUCE headers directly in - your own source files, because that wouldn't pick up the correct configuration - options for your app. - -*/ - -#ifndef __APPHEADERFILE_FGWBAQ__ -#define __APPHEADERFILE_FGWBAQ__ - -#include "AppConfig.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#if ! DONT_SET_USING_JUCE_NAMESPACE - // If your code uses a lot of JUCE classes, then this will obviously save you - // a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE. - using namespace juce; -#endif - -namespace ProjectInfo -{ - const char* const projectName = JucePlugin_Name; - const char* const versionString = JucePlugin_VersionString; - const int versionNumber = JucePlugin_VersionCode; -} - -#endif // __APPHEADERFILE_FGWBAQ__ diff --git a/sdk/juce/JuceHeader.h.JUCE-5.4.5 b/sdk/juce/JuceHeader.h.JUCE-5.4.5 deleted file mode 100644 index b4f8ba2..0000000 --- a/sdk/juce/JuceHeader.h.JUCE-5.4.5 +++ /dev/null @@ -1,42 +0,0 @@ -/* - - IMPORTANT! This file is auto-generated each time you save your - project - if you alter its contents, your changes may be overwritten! - - This is the header file that your files should include in order to get all the - JUCE library headers. You should avoid including the JUCE headers directly in - your own source files, because that wouldn't pick up the correct configuration - options for your app. - -*/ - -#ifndef __APPHEADERFILE_FGWBAQ__ -#define __APPHEADERFILE_FGWBAQ__ - -#include "AppConfig.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#if ! DONT_SET_USING_JUCE_NAMESPACE - // If your code uses a lot of JUCE classes, then this will obviously save you - // a lot of typing, but can be disabled by setting DONT_SET_USING_JUCE_NAMESPACE. - using namespace juce; -#endif - -namespace ProjectInfo -{ - const char* const projectName = JucePlugin_Name; - const char* const versionString = JucePlugin_VersionString; - const int versionNumber = JucePlugin_VersionCode; -} - -#endif // __APPHEADERFILE_FGWBAQ__