From 1f062fcccfc606f167fbd3ae391ff1c5ce045a3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 21 Sep 2016 11:48:02 +0200 Subject: [PATCH] Enabled VST pluginhost --- debian/libbuilder/AppConfig.h | 4 ++-- debian/patches/debian_fixed-defines.patch | 16 ++-------------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/debian/libbuilder/AppConfig.h b/debian/libbuilder/AppConfig.h index 6dd2eff3..d57124ab 100644 --- a/debian/libbuilder/AppConfig.h +++ b/debian/libbuilder/AppConfig.h @@ -98,11 +98,11 @@ // juce_audio_processors flags: #ifndef JUCE_PLUGINHOST_VST - #define JUCE_PLUGINHOST_VST 0 + #define JUCE_PLUGINHOST_VST 1 #endif #ifndef JUCE_PLUGINHOST_VST3 - #define JUCE_PLUGINHOST_VST3 0 + #define JUCE_PLUGINHOST_VST3 1 #endif #ifndef JUCE_PLUGINHOST_AU diff --git a/debian/patches/debian_fixed-defines.patch b/debian/patches/debian_fixed-defines.patch index 67b671ab..c605085d 100644 --- a/debian/patches/debian_fixed-defines.patch +++ b/debian/patches/debian_fixed-defines.patch @@ -43,7 +43,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- juce.orig/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h +++ juce/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h -@@ -22,6 +22,42 @@ +@@ -22,6 +22,30 @@ ============================================================================== */ @@ -53,18 +53,6 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +# define JucePlugin_LV2URI JucePlugin_Name +#endif + -+#if JucePlugin_Build_VST -+# warning JUCE/Debian disabled VST support -+# undef JucePlugin_Build_VST -+# define JucePlugin_Build_VST 0 -+#endif -+ -+#if JucePlugin_Build_VST3 -+# warning JUCE/Debian disabled VST3 support -+# undef JucePlugin_Build_VST3 -+# define JucePlugin_Build_VST3 0 -+#endif -+ +#if JucePlugin_Build_AU +# warning JUCE/Debian disabled AU support +# undef JucePlugin_Build_AU @@ -86,7 +74,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ // The following checks should cause a compile error if you've forgotten to // define all your plugin settings properly.. -@@ -37,6 +73,7 @@ +@@ -37,6 +61,7 @@ #endif #define JUCE_CHECKSETTINGMACROS_H -- 2.30.2