[SCM] juce/master: Enabled VST pluginhost
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Wed Sep 21 11:40:03 UTC 2016
The following commit has been merged in the master branch:
commit 1f062fcccfc606f167fbd3ae391ff1c5ce045a3a
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Wed Sep 21 11:48:02 2016 +0200
Enabled VST pluginhost
diff --git a/debian/libbuilder/AppConfig.h b/debian/libbuilder/AppConfig.h
index 6dd2eff..d57124a 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 67b671a..c605085 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
--
juce packaging
More information about the pkg-multimedia-commits
mailing list