[SCM] qjackctl/master: Refresh 00_settings.patch

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


The following commit has been merged in the master branch:
commit b7dc43287aae84648f8a1d1f0da259d7c5683e57
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Dec 2 09:35:00 2010 +0100

    Refresh 00_settings.patch

diff --git a/debian/patches/00_settings.patch b/debian/patches/00_settings.patch
index 1158aaf..4f78a83 100644
--- a/debian/patches/00_settings.patch
+++ b/debian/patches/00_settings.patch
@@ -4,16 +4,16 @@
 
 --- qjackctl.orig/src/qjackctlSetup.cpp
 +++ qjackctl/src/qjackctlSetup.cpp
-@@ -313,7 +313,7 @@ bool qjackctlSetup::loadPreset ( qjackct
+@@ -341,7 +341,7 @@ bool qjackctlSetup::loadPreset ( qjackct
  	}
  
  	m_settings.beginGroup("/Settings" + sSuffix);
 -	preset.sServer      = m_settings.value("/Server", "jackd").toString();
 +	preset.sServer      = m_settings.value("/Server", "/usr/bin/jackd").toString();
+ 	preset.sServerName  = m_settings.value("/ServerName").toString();
  	preset.bRealtime    = m_settings.value("/Realtime", true).toBool();
  	preset.bSoftMode    = m_settings.value("/SoftMode", false).toBool();
- 	preset.bMonitor     = m_settings.value("/Monitor", false).toBool();
-@@ -325,7 +325,7 @@ bool qjackctlSetup::loadPreset ( qjackct
+@@ -354,7 +354,7 @@ bool qjackctlSetup::loadPreset ( qjackct
  	preset.bIgnoreHW    = m_settings.value("/IgnoreHW", false).toBool();
  	preset.iPriority    = m_settings.value("/Priority", 0).toInt();
  	preset.iFrames      = m_settings.value("/Frames", 1024).toInt();

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list