Refresh patches using 'gbp pq'
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Mon, 16 Mar 2020 11:52:07 +0000 (12:52 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Mon, 16 Mar 2020 11:52:07 +0000 (12:52 +0100)
debian/patches/LV2-audioprocessor.patch
debian/patches/debian_fixed-defines.patch
debian/patches/debian_gpl_variant.patch
debian/patches/debian_link_systemlibs.patch
debian/patches/debian_no-update-check.patch
debian/patches/debian_no-usagedata.patch
debian/patches/debian_python3.patch
debian/patches/debian_system_modules.patch
debian/patches/debian_unittests_globalpaths.patch
debian/patches/debian_vst.patch

index ea5b32de0592d8b402b64d3edfec443bb8b66111..b3205be7e298b052f8e9faf037825900aefb2eae 100644 (file)
@@ -11,9 +11,11 @@ Reviewed-by: IOhannes m zmölnig
  .../juce_audio_processors/processors/juce_AudioProcessor.h   | 12 ++++++++++++
  1 file changed, 12 insertions(+)
 
---- juce.orig/modules/juce_audio_processors/processors/juce_AudioProcessor.h
-+++ juce/modules/juce_audio_processors/processors/juce_AudioProcessor.h
-@@ -927,6 +927,7 @@
+diff --git a/modules/juce_audio_processors/processors/juce_AudioProcessor.h b/modules/juce_audio_processors/processors/juce_AudioProcessor.h
+index 836b09c..c3909a7 100644
+--- a/modules/juce_audio_processors/processors/juce_AudioProcessor.h
++++ b/modules/juce_audio_processors/processors/juce_AudioProcessor.h
+@@ -927,6 +927,7 @@ public:
      */\r
      virtual void setNonRealtime (bool isNonRealtime) noexcept;\r
  \r
@@ -21,7 +23,7 @@ Reviewed-by: IOhannes m zmölnig
      //==============================================================================\r
      /** Creates the processor's GUI.\r
  \r
-@@ -976,6 +977,7 @@
+@@ -976,6 +977,7 @@ public:
          This may call createEditor() internally to create the component.\r
      */\r
      AudioProcessorEditor* createEditorIfNeeded();\r
@@ -29,19 +31,19 @@ Reviewed-by: IOhannes m zmölnig
  \r
      //==============================================================================\r
      /** Returns the default number of steps for a parameter.\r
-@@ -1118,6 +1120,11 @@
+@@ -1117,6 +1119,11 @@ public:
+     /** This method is called when the layout of the audio processor changes. */\r
      virtual void processorLayoutsChanged();\r
  \r
-     //==============================================================================\r
++    //==============================================================================\r
 +    /** LV2 specific calls, saving/restore as string. */\r
 +    virtual String getStateInformationString () { return String(); }\r
 +    virtual void setStateInformationString (const String&) {}\r
 +\r
-+    //==============================================================================\r
+     //==============================================================================\r
      /** Adds a listener that will be called when an aspect of this processor changes. */\r
      virtual void addListener (AudioProcessorListener* newListener);\r
\r
-@@ -1187,9 +1194,11 @@
+@@ -1187,9 +1194,11 @@ public:
  \r
      virtual CurveData getResponseCurve (CurveData::Type /*curveType*/) const      { return {}; }\r
  \r
@@ -53,7 +55,7 @@ Reviewed-by: IOhannes m zmölnig
  \r
      /** Flags to indicate the type of plugin context in which a processor is being used. */\r
      enum WrapperType\r
-@@ -1203,6 +1212,7 @@
+@@ -1203,6 +1212,7 @@ public:
          wrapperType_AAX,\r
          wrapperType_Standalone,\r
          wrapperType_Unity\r
@@ -61,7 +63,7 @@ Reviewed-by: IOhannes m zmölnig
      };\r
  \r
      /** When loaded by a plugin wrapper, this flag will be set to indicate the type\r
-@@ -1463,7 +1473,9 @@
+@@ -1463,7 +1473,9 @@ private:
  \r
      //==============================================================================\r
      Array<AudioProcessorListener*> listeners;\r
index 7486e104fb3a6158ed8677d358ed1e8fa69cd6ec..2f00702f3a52b8da513bec9dc4077ebdf72a8b26 100644 (file)
@@ -11,8 +11,10 @@ Forwarded: not-needed
  modules/juce_core/juce_core.h                      | 32 +++++++++++++++++++++-
  2 files changed, 56 insertions(+), 1 deletion(-)
 
---- juce.orig/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h
-+++ juce/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h
+diff --git a/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h b/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h
+index b5278b1..4c0a9ba 100644
+--- a/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h
++++ b/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h
 @@ -24,6 +24,30 @@
    ==============================================================================\r
  */\r
@@ -52,8 +54,10 @@ Forwarded: not-needed
  #ifndef JucePlugin_IsSynth\r
   #error "You need to define the JucePlugin_IsSynth value!"\r
  #endif\r
---- juce.orig/modules/juce_core/juce_core.h
-+++ juce/modules/juce_core/juce_core.h
+diff --git a/modules/juce_core/juce_core.h b/modules/juce_core/juce_core.h
+index 62d0dfa..c66ded1 100644
+--- a/modules/juce_core/juce_core.h
++++ b/modules/juce_core/juce_core.h
 @@ -64,6 +64,36 @@
  \r
  #include "system/juce_TargetPlatform.h"\r
index 22499ffedb95bb7aaa605d05345747345ead3f30..4b341ea7839c8dfa39a2d503fada5d4ffd660f76 100644 (file)
@@ -7,8 +7,10 @@ Forwarded: not-needed
  extras/Projucer/JuceLibraryCode/AppConfig.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
---- juce.orig/extras/Projucer/JuceLibraryCode/AppConfig.h
-+++ juce/extras/Projucer/JuceLibraryCode/AppConfig.h
+diff --git a/extras/Projucer/JuceLibraryCode/AppConfig.h b/extras/Projucer/JuceLibraryCode/AppConfig.h
+index cb5a324..8d54ae2 100644
+--- a/extras/Projucer/JuceLibraryCode/AppConfig.h
++++ b/extras/Projucer/JuceLibraryCode/AppConfig.h
 @@ -32,7 +32,7 @@
  // BEGIN SECTION A\r
  \r
index 3b791cee8375e2bf44aa3ec62c8edadc21b8c729..4b59edc29edf4c299589c7f1392c360f22e1cc4f 100644 (file)
@@ -13,9 +13,11 @@ Last-Update: 2019-08-21
  .../ProjectSaving/jucer_ProjectExport_Make.h       | 36 ++++++++++++++++++++++
  1 file changed, 36 insertions(+)
 
---- juce.orig/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Make.h
-+++ juce/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Make.h
-@@ -464,6 +464,39 @@
+diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Make.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Make.h
+index 515c50e..2752788 100644
+--- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Make.h
++++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Make.h
+@@ -464,6 +464,39 @@ private:
          if (isCurlEnabled() && ! isLoadCurlSymbolsLazilyEnabled())\r
              packages.add ("libcurl");\r
  \r
@@ -55,7 +57,7 @@ Last-Update: 2019-08-21
          packages.removeDuplicates (false);\r
  \r
          return packages;\r
-@@ -563,6 +596,9 @@
+@@ -563,6 +596,9 @@ private:
          StringArray result (linuxLibs);\r
  \r
          auto libraries = StringArray::fromTokens (getExternalLibrariesString(), ";", "\"'");\r
index 3cf2357222bb5bcc1fa52539b0886e61d65fed0e..e4ff17998b8099f5c9de50be1177471b658cef6e 100644 (file)
@@ -9,9 +9,11 @@ Forwarded: not-needed
  extras/Projucer/Source/Application/jucer_AutoUpdater.cpp | 1 +
  1 file changed, 1 insertion(+)
 
---- juce.orig/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp
-+++ juce/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp
-@@ -42,6 +42,7 @@
+diff --git a/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp b/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp
+index 94e8eb7..e49a2f6 100644
+--- a/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp
++++ b/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp
+@@ -42,6 +42,7 @@ LatestVersionCheckerAndUpdater::~LatestVersionCheckerAndUpdater()
  \r
  void LatestVersionCheckerAndUpdater::checkForNewVersion (bool showAlerts)\r
  {\r
index c3ae4901bee47b5e8a6c635faf576b5320ca4976..6c497998f83129b0be5f97c67b38dc88eb1b15b5 100644 (file)
@@ -8,9 +8,11 @@ Forwarded: no
  .../Application/Windows/jucer_ApplicationUsageDataWindowComponent.h | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
---- juce.orig/extras/Projucer/Source/Application/Windows/jucer_ApplicationUsageDataWindowComponent.h
-+++ juce/extras/Projucer/Source/Application/Windows/jucer_ApplicationUsageDataWindowComponent.h
-@@ -69,10 +69,10 @@
+diff --git a/extras/Projucer/Source/Application/Windows/jucer_ApplicationUsageDataWindowComponent.h b/extras/Projucer/Source/Application/Windows/jucer_ApplicationUsageDataWindowComponent.h
+index c9a06df..6a48b68 100644
+--- a/extras/Projucer/Source/Application/Windows/jucer_ApplicationUsageDataWindowComponent.h
++++ b/extras/Projucer/Source/Application/Windows/jucer_ApplicationUsageDataWindowComponent.h
+@@ -69,10 +69,10 @@ public:
  \r
              auto* controller = ProjucerApplication::getApp().licenseController.get();\r
  \r
index 3136281ddf362de262bfac75f10126a9392edaf5..ad562133abac83d26d48e98eaaa2086fa8f460c3 100644 (file)
@@ -8,9 +8,11 @@ Forwarded: no
  doxygen/Makefile | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
---- juce.orig/doxygen/Makefile
-+++ juce/doxygen/Makefile
-@@ -8,7 +8,7 @@
+diff --git a/doxygen/Makefile b/doxygen/Makefile
+index d4f5d3e..157ec0e 100644
+--- a/doxygen/Makefile
++++ b/doxygen/Makefile
+@@ -8,7 +8,7 @@ doc/index.html: build/juce_modules.dox Doxyfile
        doxygen
  
  build/juce_modules.dox: process_source_files.py $(SOURCE_FILES)
index 38bfb38281589de21f62e7987bfc076314bef1b1..67e415945f03019ffc9c40fa13035c6feb5bc2dc 100644 (file)
@@ -9,9 +9,11 @@ Forwarded: not-needed
  extras/Projucer/Source/Settings/jucer_StoredSettings.cpp | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
---- juce.orig/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp
-+++ juce/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp
-@@ -385,7 +385,7 @@
+diff --git a/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp b/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp
+index 74f751e..8348409 100644
+--- a/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp
++++ b/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp
+@@ -385,7 +385,7 @@ static String getFallbackPathForOS (const Identifier& key, DependencyPathOS os)
      }\r
      else if (key == Ids::defaultJuceModulePath)\r
      {\r
index fb6094d2a74b5c31a39786e3ec6717d9eea621de..8279189ea1650253656ac4231e9bd1f1e437f502 100644 (file)
@@ -7,8 +7,10 @@ Forwarded: not-needed
  extras/UnitTestRunner/UnitTestRunner.jucer | 38 +++++++++++++++---------------
  1 file changed, 19 insertions(+), 19 deletions(-)
 
---- juce.orig/extras/UnitTestRunner/UnitTestRunner.jucer
-+++ juce/extras/UnitTestRunner/UnitTestRunner.jucer
+diff --git a/extras/UnitTestRunner/UnitTestRunner.jucer b/extras/UnitTestRunner/UnitTestRunner.jucer
+index 4e3f3af..c88af7a 100644
+--- a/extras/UnitTestRunner/UnitTestRunner.jucer
++++ b/extras/UnitTestRunner/UnitTestRunner.jucer
 @@ -123,26 +123,26 @@
      </VS2019>\r
    </EXPORTFORMATS>\r
index 11eb4401cfbcdbff6f7fe585df853c7069081b36..ba9100846a0e2fe531dcd5fbbb4efd9a5ab394ed 100644 (file)
@@ -11,9 +11,11 @@ Last-Update: 2019-01-12
  .../juce_audio_processors/format_types/juce_VSTPluginFormat.cpp    | 7 ++++---
  2 files changed, 5 insertions(+), 6 deletions(-)
 
---- juce.orig/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
-+++ juce/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
-@@ -101,8 +101,7 @@
+diff --git a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
+index 7f63093..b1208b4 100644
+--- a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
++++ b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
+@@ -101,8 +101,7 @@ namespace Vst2
  // 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
@@ -23,7 +25,7 @@ Last-Update: 2019-01-12
  }\r
  \r
  using namespace juce;\r
-@@ -124,7 +123,6 @@
+@@ -124,7 +123,6 @@ using namespace juce;
   #pragma pack (push, 8)\r
  #endif\r
  \r
@@ -31,8 +33,10 @@ Last-Update: 2019-01-12
  \r
  #include "../utility/juce_IncludeModuleHeaders.h"\r
  #include "../utility/juce_FakeMouseMoveGenerator.h"\r
---- juce.orig/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
-+++ juce/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
+diff --git a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
+index bdc935f..8ddc9f2 100644
+--- a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
++++ b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp
 @@ -49,7 +49,6 @@
  #endif\r
  \r
@@ -41,7 +45,7 @@ Last-Update: 2019-01-12
  \r
  namespace Vst2\r
  {\r
-@@ -58,8 +57,7 @@
+@@ -58,8 +57,7 @@ namespace Vst2
  // 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
@@ -51,7 +55,7 @@ Last-Update: 2019-01-12
  }\r
  \r
  #include "juce_VSTCommon.h"\r
-@@ -81,6 +79,9 @@
+@@ -81,6 +79,9 @@ namespace Vst2
  \r
  #include "juce_VSTMidiEventList.h"\r
  \r