[SCM] qsynth/master: Refresh.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jul 10 09:56:26 UTC 2011


The following commit has been merged in the master branch:
commit d03f246546b892437338ac27a3e5dcffa5cfb246
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jul 10 11:56:08 2011 +0200

    Refresh.

diff --git a/debian/patches/soundfont_default_dir.patch b/debian/patches/soundfont_default_dir.patch
index 6fb012c..8d8d36c 100644
--- a/debian/patches/soundfont_default_dir.patch
+++ b/debian/patches/soundfont_default_dir.patch
@@ -1,16 +1,19 @@
 Author: Xavier Oswald <xoswald at debian.org>
 Description: Set the default sound font directory
 Bug: http://bugs.debian.org/567565
-Index: qsynth-0.3.5/src/qsynthSetupForm.cpp
-===================================================================
---- qsynth-0.3.5.orig/src/qsynthSetupForm.cpp	2010-05-08 15:42:56.000000000 +0200
-+++ qsynth-0.3.5/src/qsynthSetupForm.cpp	2010-05-08 15:43:41.000000000 +0200
-@@ -787,7 +787,7 @@
- 	QStringList soundfonts = QFileDialog::getOpenFileNames(
- 		this,										// Parent
- 		QSYNTH_TITLE ": " + tr("Soundfont files"),	// Caption.
--		m_pOptions->sSoundFontDir,                  // Start here.
-+		"/usr/share/sounds/sf2",                    // Start here.
- 		tr("Soundfont files") + " (*.sf2 *.SF2)"	// Filter (SF2 files)
- 	);
+Forwarded: not-needed
+---
+ src/qsynthSetupForm.cpp |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- qsynth.orig/src/qsynthSetupForm.cpp
++++ qsynth/src/qsynthSetupForm.cpp
+@@ -788,7 +788,7 @@ void qsynthSetupForm::openSoundFont (voi
+         QStringList soundfonts = QFileDialog::getOpenFileNames(
+                 this,										// Parent
+                 QSYNTH_TITLE ": " + tr("Soundfont files"),	// Caption.
+-                m_pOptions->sSoundFontDir,                  // Start here.
++                "/usr/share/sounds/sf2",                    // Start here.
+                 tr("Soundfont files") + " (*.sf2 *.SF2)"	// Filter (SF2 files)
+         );
  

-- 
qsynth packaging



More information about the pkg-multimedia-commits mailing list