[SCM] qjackctl/master: Provide Ubuntu-specific patch to temporarily suspend PulseAudio before running qjackctl (LP: #570379).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Dec 2 21:09:04 UTC 2010


The following commit has been merged in the master branch:
commit 7b3b2ad812f00118322cb16e717f7d71a5b0a6cd
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Dec 2 21:31:20 2010 +0100

    Provide Ubuntu-specific patch to temporarily suspend PulseAudio before running qjackctl (LP: #570379).

diff --git a/debian/patches/01_disable_pulseaudio.patch b/debian/patches/01_disable_pulseaudio.patch
new file mode 100644
index 0000000..16f418b
--- /dev/null
+++ b/debian/patches/01_disable_pulseaudio.patch
@@ -0,0 +1,19 @@
+Description: GNOME menu entry needs to be prepended with pasuspender in order
+ to pause PulseAudio. This patch is Ubuntu-specific.
+Author: Alessio Treglia <alessio at debian.org>
+Bug-Ubuntu: https://launchpad.net/bugs/570379
+---
+ src/qjackctl.desktop.in |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- qjackctl.orig/src/qjackctl.desktop.in
++++ qjackctl/src/qjackctl.desktop.in
+@@ -11,7 +11,7 @@ Comment[de]=Grafisches Werkzeug zur Steu
+ Comment[fr]=QjackCtl est une interface graphique Qt pour le kit de connexion audio JACK
+ Comment[it]=QjackCtl è un'interfaccia di controllo per JACK basata su Qt
+ Comment[ru]=Программа для управления звуковым сервером JACK
+-Exec=@ac_prefix@/bin/qjackctl
++Exec=pasuspender @ac_prefix@/bin/qjackctl
+ Icon=qjackctl
+ Categories=Audio;AudioVideo;Midi;X-Alsa;X-Jack;Qt;
+ Terminal=false
diff --git a/debian/patches/ubuntu.series b/debian/patches/ubuntu.series
new file mode 100644
index 0000000..c69581b
--- /dev/null
+++ b/debian/patches/ubuntu.series
@@ -0,0 +1,2 @@
+00_settings.patch
+01_disable_pulseaudio.patch

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list