[SCM] ardour Debian packaging branch, master, updated. debian/2.8.6-1-21-g0534aee

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed May 26 14:27:22 UTC 2010


The following commit has been merged in the master branch:
commit 66268c8b5a46ea676f35c7002254f8fe99557e92
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Wed May 26 15:40:27 2010 +0200

    Add mute patch to enable mute buttons by default (Closes: #582938)

diff --git a/debian/patches/120_mute_patch b/debian/patches/120_mute_patch
new file mode 100644
index 0000000..a1c1da8
--- /dev/null
+++ b/debian/patches/120_mute_patch
@@ -0,0 +1,21 @@
+Description: Make mute button work for first-time ardour users
+Bug-Debian: http://bugs.debian.org/582938
+Bug: http://tracker.ardour.org/view.php?id=2832
+Author: Scott Lavender <scottalavender at gmail.com>
+--- ardour-2.8.6.orig/ardour.rc.in	2010-05-22 15:27:26.601638204 -0500
++++ ardour-2.8.6/ardour.rc.in	2010-05-22 15:28:04.213635010 -0500
+@@ -6,10 +6,10 @@
+   <Config>
+     <Option name="minimum-disk-io-bytes" value="262144"/>
+     <Option name="track-buffer-seconds" value="5.000000"/>
+-    <Option name="mute-affects-pre-fader" value="yes"/>
+-    <Option name="mute-affects-post-fader" value="yes"/>
+-    <Option name="mute-affects-control-outs" value="yes"/>
+-    <Option name="mute-affects-main-outs" value="yes"/>
++    <Option name="mute-affects-pre-fader" value="1"/>
++    <Option name="mute-affects-post-fader" value="1"/>
++    <Option name="mute-affects-control-outs" value="1"/>
++    <Option name="mute-affects-main-outs" value="1"/>
+     <Option name="solo-latch" value="yes"/>
+     <Option name="mtc-port" value="%MIDITAG%"/>
+     <Option name="mmc-port" value="%MIDITAG%"/>
diff --git a/debian/patches/series b/debian/patches/series
index 4e27a49..e9aed50 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+120_mute_patch
 60-libdir.patch
 80_ardourino.patch
 90_ardour-x-change.patch

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list