[SCM] jack-capture packaging branch, master, updated. upstream/0.9.54-20-gc1d5c43

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue Aug 17 19:10:45 UTC 2010


The following commit has been merged in the master branch:
commit feaf75cb0e0da3a636f27e5fd9c94a9a3fd26dac
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue Aug 17 20:41:20 2010 +0200

    Search PATH for meterbridge at runtime

diff --git a/debian/patches/04-meterbridge-path.patch b/debian/patches/04-meterbridge-path.patch
new file mode 100644
index 0000000..0fd7a07
--- /dev/null
+++ b/debian/patches/04-meterbridge-path.patch
@@ -0,0 +1,14 @@
+From: Adrian Knoth <adi at drcomp.erfurt.thur.de>
+Description: Get the meterbridge path from environment
+Forwarded: Yes
+--- a/jack_capture.c
++++ b/jack_capture.c
+@@ -1319,7 +1319,7 @@
+       }
+     }
+ 
+-    execve(WHICH_METERBRIDGE,argv,environ);
++    execvp(WHICH_METERBRIDGE,argv);
+     exit(0);
+   }
+ 

-- 
jack-capture packaging



More information about the pkg-multimedia-commits mailing list