+++ /dev/null
-From: =?utf-8?q?IOhannes_m_zm=C3=B6lnig?= <umlaeute@debian.org>
-Date: Thu, 12 Apr 2018 00:00:00 +0200
-Subject: meaningful default JACK client name
-
- rather than "JUCEJack" for all jack standalone apps,
- use the <JucePlugin_Name>.
-
-Bug: https://github.com/WeAreROLI/JUCE/issues/331
-Forwarded: https://github.com/WeAreROLI/JUCE/pull/351
----
- modules/juce_audio_devices/native/juce_linux_JackAudio.cpp | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp b/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp
-index 35302a3..7031e1d 100644
---- a/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp
-+++ b/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp
-@@ -105,7 +105,11 @@ namespace
- \r
- //==============================================================================\r
- #ifndef JUCE_JACK_CLIENT_NAME\r
-- #define JUCE_JACK_CLIENT_NAME "JUCEJack"\r
-+ #ifdef JucePlugin_Name\r
-+ # define JUCE_JACK_CLIENT_NAME JucePlugin_Name\r
-+ #else\r
-+ # define JUCE_JACK_CLIENT_NAME "JUCEJack"\r
-+ #endif\r
- #endif\r
- \r
- struct JackPortIterator\r
-jack-client-name.patch
LV2-audioprocessor.patch
debian_fixed-defines.patch
debian_gpl_variant.patch
debian_unittests_globalpaths.patch
debian_vst.patch
debian_link_systemlibs.patch
-spelling.patch
+++ /dev/null
-From: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
-Date: Wed, 23 Oct 2019 09:44:36 +0200
-Subject: fixed spelling mistakes
-
-Forwarded: no
-Last-Update: 2019-01-12
-
-Last-Update: 2019-01-12
----
- extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
-index 1764dca..2a031f9 100644
---- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
-+++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
-@@ -470,7 +470,7 @@ public:
- \r
- props.add (new TextPropertyComponent (subprojectsValue, "Xcode Subprojects", 8192, true),\r
- "Paths to Xcode projects that should be added to the build (one per line). "\r
-- "The names of the required build products can be specified after a colon, comma seperated, "\r
-+ "The names of the required build products can be specified after a colon, comma separated, "\r
- "e.g. \"path/to/MySubProject.xcodeproj: MySubProject, OtherTarget\". "\r
- "If no build products are specified, all build products associated with a subproject will be added.");\r
- \r