Drop debian_vst patch (Rely on fst-dev instead)
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 17 Aug 2022 06:01:36 +0000 (08:01 +0200)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 17 Aug 2022 06:01:36 +0000 (08:01 +0200)
debian/patches/debian_vst.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/debian_vst.patch b/debian/patches/debian_vst.patch
deleted file mode 100644 (file)
index c134725..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-From: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
-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\r
- // vstsdk3610_11_06_2018_build_37 (or older) VST3 SDK or JUCE version 5.3.2. You\r
- // also need a VST2 license from Steinberg to distribute VST2 plug-ins.\r
--#include "pluginterfaces/vst2.x/aeffect.h"\r
--#include "pluginterfaces/vst2.x/aeffectx.h"\r
-+#include "../../juce_audio_processors/format_types/juce_VSTInterface.h"\r
- }\r
\r
- JUCE_END_IGNORE_WARNINGS_MSVC\r
---- 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\r
- // SDK can be obtained from the vstsdk3610_11_06_2018_build_37 (or older) VST3\r
- // SDK or JUCE version 5.3.2.\r
--#include <pluginterfaces/vst2.x/aeffect.h>\r
--#include <pluginterfaces/vst2.x/aeffectx.h>\r
-+#define FST2VST 1\r
-+#include <pluginterfaces/fst/fst.h>\r
- }\r
\r
- #include "juce_VSTCommon.h"\r
index 9d654e162f71c63c1d4fb7e0acbbce3e66531adb..cfe48f54a6594c11e9255575e3af3853a464e889 100644 (file)
@@ -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