From 481ec9de39801426d64f9be4a0b7b8fa8adf1564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 19 May 2018 22:19:02 +0200 Subject: [PATCH] dpf-plugins: Disable modgui explicitly for some plugins to make GUIs work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../recipes-multimedia/distrho/dpf-plugins.bb | 1 + ...sable-modgui-we-don-t-support-modgui.patch | 71 +++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 recipes-misc/recipes-multimedia/distrho/dpf-plugins/0001-Disable-modgui-we-don-t-support-modgui.patch diff --git a/recipes-misc/recipes-multimedia/distrho/dpf-plugins.bb b/recipes-misc/recipes-multimedia/distrho/dpf-plugins.bb index f2a47aa8..2b411f0d 100644 --- a/recipes-misc/recipes-multimedia/distrho/dpf-plugins.bb +++ b/recipes-misc/recipes-multimedia/distrho/dpf-plugins.bb @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = " \ SRC_URI = " \ git://github.com/DISTRHO/DPF-Plugins.git \ + file://0001-Disable-modgui-we-don-t-support-modgui.patch \ " SRCREV = "6454c590a2b5402195e655b1386358210e067dfd" diff --git a/recipes-misc/recipes-multimedia/distrho/dpf-plugins/0001-Disable-modgui-we-don-t-support-modgui.patch b/recipes-misc/recipes-multimedia/distrho/dpf-plugins/0001-Disable-modgui-we-don-t-support-modgui.patch new file mode 100644 index 00000000..65ba5748 --- /dev/null +++ b/recipes-misc/recipes-multimedia/distrho/dpf-plugins/0001-Disable-modgui-we-don-t-support-modgui.patch @@ -0,0 +1,71 @@ +From b38a77eb0739e7830c5843927090ba8ed57285ee Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +Date: Sat, 19 May 2018 21:43:38 +0200 +Subject: [PATCH] Disable modgui - we don't support modgui +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Upstream-Status: Inappropriate [configuration] + +Signed-off-by: Andreas Müller +--- + plugins/Kars/DistrhoPluginInfo.h | 2 +- + plugins/MVerb/DistrhoPluginInfo.h | 2 +- + plugins/Nekobi/DistrhoPluginInfo.h | 2 +- + plugins/PingPongPan/DistrhoPluginInfo.h | 2 +- + 4 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/plugins/Kars/DistrhoPluginInfo.h b/plugins/Kars/DistrhoPluginInfo.h +index 127e4f9..9e24e62 100644 +--- a/plugins/Kars/DistrhoPluginInfo.h ++++ b/plugins/Kars/DistrhoPluginInfo.h +@@ -26,6 +26,6 @@ + #define DISTRHO_PLUGIN_IS_SYNTH 1 + #define DISTRHO_PLUGIN_NUM_INPUTS 0 + #define DISTRHO_PLUGIN_NUM_OUTPUTS 1 +-#define DISTRHO_PLUGIN_USES_MODGUI 1 ++#define DISTRHO_PLUGIN_USES_MODGUI 0 + + #endif // DISTRHO_PLUGIN_INFO_H_INCLUDED +diff --git a/plugins/MVerb/DistrhoPluginInfo.h b/plugins/MVerb/DistrhoPluginInfo.h +index f7b0a35..04b94e0 100644 +--- a/plugins/MVerb/DistrhoPluginInfo.h ++++ b/plugins/MVerb/DistrhoPluginInfo.h +@@ -28,7 +28,7 @@ + #define DISTRHO_PLUGIN_NUM_INPUTS 2 + #define DISTRHO_PLUGIN_NUM_OUTPUTS 2 + #define DISTRHO_PLUGIN_WANT_PROGRAMS 1 +-#define DISTRHO_PLUGIN_USES_MODGUI 1 ++#define DISTRHO_PLUGIN_USES_MODGUI 0 + + #define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin" + +diff --git a/plugins/Nekobi/DistrhoPluginInfo.h b/plugins/Nekobi/DistrhoPluginInfo.h +index 9c90f7a..79be755 100644 +--- a/plugins/Nekobi/DistrhoPluginInfo.h ++++ b/plugins/Nekobi/DistrhoPluginInfo.h +@@ -27,6 +27,6 @@ + #define DISTRHO_PLUGIN_IS_SYNTH 1 + #define DISTRHO_PLUGIN_NUM_INPUTS 0 + #define DISTRHO_PLUGIN_NUM_OUTPUTS 1 +-#define DISTRHO_PLUGIN_USES_MODGUI 1 ++#define DISTRHO_PLUGIN_USES_MODGUI 0 + + #endif // DISTRHO_PLUGIN_INFO_H_INCLUDED +diff --git a/plugins/PingPongPan/DistrhoPluginInfo.h b/plugins/PingPongPan/DistrhoPluginInfo.h +index 6cd3d37..7e66838 100644 +--- a/plugins/PingPongPan/DistrhoPluginInfo.h ++++ b/plugins/PingPongPan/DistrhoPluginInfo.h +@@ -26,7 +26,7 @@ + #define DISTRHO_PLUGIN_NUM_INPUTS 2 + #define DISTRHO_PLUGIN_NUM_OUTPUTS 2 + #define DISTRHO_PLUGIN_WANT_PROGRAMS 1 +-#define DISTRHO_PLUGIN_USES_MODGUI 1 ++#define DISTRHO_PLUGIN_USES_MODGUI 0 + + #define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:SpatialPlugin" + +-- +2.14.3 +