[SCM] juce/master: Patch to use Debian's JUCE modules by default

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Dec 19 10:44:48 UTC 2017


The following commit has been merged in the master branch:
commit 55f5695c38eae1cb5db2372d047a877650243962
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Tue Dec 19 11:17:04 2017 +0100

    Patch to use Debian's JUCE modules by default

diff --git a/debian/patches/debian_system_modules.patch b/debian/patches/debian_system_modules.patch
new file mode 100644
index 0000000..f8e6e4e
--- /dev/null
+++ b/debian/patches/debian_system_modules.patch
@@ -0,0 +1,19 @@
+Description: default JUCE-module path for Projucer
+ On Debian we have the module-sources installed in /usr/share/juce/modules
+ and should use those if possible.
+Author: IOhannes m zmölnig
+Forwarded: not-needed
+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
+@@ -271,7 +271,7 @@
+         if (key == Ids::defaultJuceModulePath)
+         {
+             v = (os == TargetOS::windows ? "C:\\JUCE\\modules"
+-                                         : "~/JUCE/modules");
++                                         : "/usr/share/juce/modules");
+         }
+         else if (key == Ids::defaultUserModulePath)
+         {
diff --git a/debian/patches/series b/debian/patches/series
index 1e4a721..0b0e526 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ reproducible-date.patch
 debian_fixed-defines.patch
 debian_gpl_variant.patch
 debian_no-update-check.patch
+debian_system_modules.patch

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list