From: IOhannes m zmölnig (Debian/GNU) Date: Wed, 17 Aug 2022 06:01:36 +0000 (+0200) Subject: Drop debian_vst patch (Rely on fst-dev instead) X-Git-Tag: archive/raspbian/7.0.2_ds0-1+rpi1^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b12f92f5314c420036f2cd98e372f33b0c405cc1;p=juce.git Drop debian_vst patch (Rely on fst-dev instead) --- diff --git a/debian/patches/debian_vst.patch b/debian/patches/debian_vst.patch deleted file mode 100644 index c1347255..00000000 --- a/debian/patches/debian_vst.patch +++ /dev/null @@ -1,38 +0,0 @@ -From: Debian Multimedia Maintainers -Date: Wed, 23 Oct 2019 09:44:36 +0200 -Subject: provide missing VST2 replacement header - -Last-Update: 2019-01-12 - -backprted from the original JUCE-5.3.1 header -Last-Update: 2019-01-12 ---- - modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp | 3 +-- - modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp | 4 ++-- - 2 files changed, 3 insertions(+), 4 deletions(-) - ---- juce.orig/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp -+++ juce/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp -@@ -84,8 +84,7 @@ - // field in the Projucer. The VST2 SDK can be obtained from the - // vstsdk3610_11_06_2018_build_37 (or older) VST3 SDK or JUCE version 5.3.2. You - // also need a VST2 license from Steinberg to distribute VST2 plug-ins. --#include "pluginterfaces/vst2.x/aeffect.h" --#include "pluginterfaces/vst2.x/aeffectx.h" -+#include "../../juce_audio_processors/format_types/juce_VSTInterface.h" - } - - JUCE_END_IGNORE_WARNINGS_MSVC ---- juce.orig/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp -+++ juce/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp -@@ -48,8 +48,8 @@ - // paths or use the "VST (Legacy) SDK Folder" field in the Projucer. The VST2 - // SDK can be obtained from the vstsdk3610_11_06_2018_build_37 (or older) VST3 - // SDK or JUCE version 5.3.2. --#include --#include -+#define FST2VST 1 -+#include - } - - #include "juce_VSTCommon.h" diff --git a/debian/patches/series b/debian/patches/series index 9d654e16..cfe48f54 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,7 +4,6 @@ debian_system_modules.patch debian_python3-doxygen.patch debian_doxygen-outdir.patch debian_unittests_globalpaths.patch -debian_vst.patch debian_link_systemlibs.patch debian_buildcmake.patch debian_cmake.patch