[SCM] qsynth/master: Patch refreshed.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sun Dec 17 16:07:13 UTC 2017
The following commit has been merged in the master branch:
commit 4e7e02bafea8bb723d030cc1e792c1eb86ad6ed7
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sun Dec 17 16:49:50 2017 +0100
Patch refreshed.
diff --git a/debian/patches/1001-soundfont_default_dir.patch b/debian/patches/1001-soundfont_default_dir.patch
index 3d52bbd..f1efd8d 100644
--- a/debian/patches/1001-soundfont_default_dir.patch
+++ b/debian/patches/1001-soundfont_default_dir.patch
@@ -6,6 +6,8 @@ Forwarded: not-needed
src/qsynthSetupForm.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
+Index: qsynth/src/qsynthSetupForm.cpp
+===================================================================
--- qsynth.orig/src/qsynthSetupForm.cpp
+++ qsynth/src/qsynthSetupForm.cpp
@@ -813,7 +813,7 @@ void qsynthSetupForm::openSoundFont (voi
@@ -14,6 +16,6 @@ Forwarded: not-needed
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)
+ tr("Soundfont files") + " (*.sf2 *.SF2 *.sf3 *.SF3)" // Filter files.
);
--
qsynth packaging
More information about the pkg-multimedia-commits
mailing list