Enabled VST pluginhost
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Wed, 21 Sep 2016 09:48:02 +0000 (11:48 +0200)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Wed, 21 Sep 2016 09:48:02 +0000 (11:48 +0200)
debian/libbuilder/AppConfig.h
debian/patches/debian_fixed-defines.patch

index 6dd2eff3f39a3b27f00d16cf7bfe0b3475b09647..d57124abf261e2df3e376914e224802eb814f7b4 100644 (file)
 // 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
index 67b671ab571d8bc0f0f47093e911c008a1806896..c605085d1e4688ac82b4061e5b1326e7eac9bf76 100644 (file)
@@ -43,7 +43,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  \r
 --- 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 @@
    ==============================================================================\r
  */\r
  \r
@@ -53,18 +53,6 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 +# define JucePlugin_LV2URI               JucePlugin_Name\r
 +#endif\r
 +\r
-+#if JucePlugin_Build_VST\r
-+# warning JUCE/Debian disabled VST support\r
-+# undef JucePlugin_Build_VST\r
-+# define JucePlugin_Build_VST 0\r
-+#endif\r
-+\r
-+#if JucePlugin_Build_VST3\r
-+# warning JUCE/Debian disabled VST3 support\r
-+# undef JucePlugin_Build_VST3\r
-+# define JucePlugin_Build_VST3 0\r
-+#endif\r
-+\r
 +#if JucePlugin_Build_AU\r
 +# warning JUCE/Debian disabled AU support\r
 +# undef JucePlugin_Build_AU\r
@@ -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\r
  // define all your plugin settings properly..\r
  \r
-@@ -37,6 +73,7 @@
+@@ -37,6 +61,7 @@
  #endif\r
  #define JUCE_CHECKSETTINGMACROS_H\r
  \r