Refreshed patches
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Mon, 14 May 2018 07:54:22 +0000 (09:54 +0200)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Mon, 14 May 2018 07:54:22 +0000 (09:54 +0200)
debian/patches/LV2-audioprocessor.patch
debian/patches/debian_no-update-check.patch
debian/patches/debian_no-usagedata.patch
debian/patches/debian_system_modules.patch

index 9e113655e8a8261f5df0cda34cab0032d1b71a04..576460475bfaee3f105bb11ba81e9001514de0cc 100644 (file)
@@ -7,7 +7,7 @@ Last-Update: 2018-02-10
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- juce.orig/modules/juce_audio_processors/processors/juce_AudioProcessor.h
 +++ juce/modules/juce_audio_processors/processors/juce_AudioProcessor.h
-@@ -937,6 +937,7 @@
+@@ -927,6 +927,7 @@
      */\r
      virtual void setNonRealtime (bool isNonRealtime) noexcept;\r
  \r
@@ -15,7 +15,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
      //==============================================================================\r
      /** Creates the processor's GUI.\r
  \r
-@@ -983,6 +984,7 @@
+@@ -973,6 +974,7 @@
          This may call createEditor() internally to create the component.\r
      */\r
      AudioProcessorEditor* createEditorIfNeeded();\r
@@ -23,7 +23,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  \r
      //==============================================================================\r
      /** This must return the correct value immediately after the object has been\r
-@@ -1307,6 +1309,11 @@
+@@ -1297,6 +1299,11 @@
      virtual void processorLayoutsChanged();\r
  \r
      //==============================================================================\r
@@ -35,7 +35,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
      /** Adds a listener that will be called when an aspect of this processor changes. */\r
      virtual void addListener (AudioProcessorListener* newListener);\r
  \r
-@@ -1348,9 +1355,11 @@
+@@ -1338,9 +1345,11 @@
                                                    const AudioChannelSet& mainOutputLayout,\r
                                                    bool idForAudioSuite) const;\r
  \r
@@ -47,7 +47,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  \r
      /** Flags to indicate the type of plugin context in which a processor is being used. */\r
      enum WrapperType\r
-@@ -1362,6 +1371,7 @@
+@@ -1352,6 +1361,7 @@
          wrapperType_AudioUnitv3,\r
          wrapperType_RTAS,\r
          wrapperType_AAX,\r
@@ -55,7 +55,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
          wrapperType_Standalone\r
      };\r
  \r
-@@ -1613,7 +1623,9 @@
+@@ -1601,7 +1611,9 @@
  \r
      //==============================================================================\r
      Array<AudioProcessorListener*> listeners;\r
index f974714d4366e989fc43ec231bcdf03cf7e45c32..faa9a4ba8881783269b79ed87639e82d378c3e43 100644 (file)
@@ -8,7 +8,7 @@ Last-Update: 2017-11-09
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- juce.orig/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp
 +++ juce/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp
-@@ -608,6 +608,7 @@
+@@ -617,6 +617,7 @@
  \r
  void LatestVersionChecker::checkForNewVersion()\r
  {\r
index 4972d954d9a05510186541b98d72e5d16c619df2..19be7be0c45f2a1f861701c495b96a78061f252b 100644 (file)
@@ -7,7 +7,7 @@ Last-Update: 2018-03-26
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- juce.orig/extras/Projucer/Source/Application/Windows/jucer_ApplicationUsageDataWindowComponent.h
 +++ juce/extras/Projucer/Source/Application/Windows/jucer_ApplicationUsageDataWindowComponent.h
-@@ -68,10 +68,10 @@
+@@ -69,10 +69,10 @@
  \r
              auto* controller = ProjucerApplication::getApp().licenseController.get();\r
  \r
index 1b3b2eeae839cd4070b0072314e79f7b144843a1..5dd2b22723327b369a574adfc458acee3d33819f 100644 (file)
@@ -8,7 +8,7 @@ Last-Update: 2017-12-19
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- juce.orig/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp
 +++ juce/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp
-@@ -309,7 +309,7 @@
+@@ -311,7 +311,7 @@
          else if (key == Ids::defaultJuceModulePath)\r
          {\r
              v = (os == TargetOS::windows ? "C:\\JUCE\\modules"\r