added patch to avoid translating preset (default) or jackd is not found by applications in /dev/shm [release 0.4.4-2mamba;Mon Aug 14 2017]
This commit is contained in:
parent
3bb44a1625
commit
5e494519ca
12
qjackctl-0.4.4-preset-no-translate.patch
Normal file
12
qjackctl-0.4.4-preset-no-translate.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Nru qjackctl-0.4.4.orig/src/qjackctlSetup.cpp qjackctl-0.4.4/src/qjackctlSetup.cpp
|
||||
--- qjackctl-0.4.4.orig/src/qjackctlSetup.cpp 2017-08-14 18:23:02.535595994 +0200
|
||||
+++ qjackctl-0.4.4/src/qjackctlSetup.cpp 2017-08-14 18:24:53.816055016 +0200
|
||||
@@ -46,7 +46,7 @@
|
||||
: m_settings(QJACKCTL_DOMAIN, QJACKCTL_TITLE)
|
||||
{
|
||||
bStartJackCmd = false;
|
||||
- sDefPresetName = QObject::tr("(default)");
|
||||
+ sDefPresetName = "(default)";
|
||||
|
||||
loadSetup();
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
Name: qjackctl
|
||||
Version: 0.4.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A simple Qt application to control the JACK sound server daemon
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
@ -15,6 +15,7 @@ Patch2: qjackctl-0.3.6-desktop.patch
|
||||
Patch3: qjackctl-0.3.7-jackdbus_enable_by_default.patch
|
||||
Patch4: qjackctl-0.3.9-jackdbus_dont_stop_on_exit.patch
|
||||
Patch5: qjackctl-0.4.2-gcc-6.1.0.patch
|
||||
Patch6: qjackctl-0.4.4-preset-no-translate.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -41,6 +42,7 @@ A simple Qt application to control the JACK sound server daemon
|
||||
#%patch3 -p1
|
||||
#%patch4 -p1
|
||||
#%patch5 -p1
|
||||
%patch6 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -78,6 +80,9 @@ install -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/loop2jack
|
||||
#ChangeLog README TODO
|
||||
|
||||
%changelog
|
||||
* Mon Aug 14 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.4-2mamba
|
||||
- added patch to avoid translating preset (default) or jackd is not found by applications in /dev/shm
|
||||
|
||||
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 0.4.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user