From 2a3828a403e84f6b24cf0acf54a91ab535b39782 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:01:40 +0100 Subject: [PATCH] automatic version update by autodist [release 0.4.2-1mamba;Wed Jul 06 2016] --- qjackctl-0.4.2-gcc-6.1.0.patch | 27 +++++++++++++++++++++++++++ qjackctl.spec | 10 ++++++++-- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 qjackctl-0.4.2-gcc-6.1.0.patch diff --git a/qjackctl-0.4.2-gcc-6.1.0.patch b/qjackctl-0.4.2-gcc-6.1.0.patch new file mode 100644 index 0000000..d5de7d2 --- /dev/null +++ b/qjackctl-0.4.2-gcc-6.1.0.patch @@ -0,0 +1,27 @@ +From a0c779285db433ab4e72670004111f306472e866 Mon Sep 17 00:00:00 2001 +From: rncbc +Date: Mon, 30 May 2016 11:37:00 +0100 +Subject: [PATCH] =?UTF-8?q?-=20Removed=20manual=20setting=20of=20system=20?= + =?UTF-8?q?include=20paths=20(a=20configure=20=20=20patch=20by=20Romain=20?= + =?UTF-8?q?L=C3=A9tendart=20on=20qsampler,=20thanks).?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +--- + configure.ac | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 86f55f4..93f8c32 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -109,7 +109,7 @@ AC_ARG_ENABLE(stacktrace, + + + # Standard installation base dirs. +-ac_with_paths="/usr /usr/local" ++ac_with_paths="" + + # Set for alternate Qt4/5 installation dir. + AC_ARG_WITH(qt4, diff --git a/qjackctl.spec b/qjackctl.spec index c366c5e..79d6779 100644 --- a/qjackctl.spec +++ b/qjackctl.spec @@ -1,5 +1,5 @@ Name: qjackctl -Version: 0.4.1 +Version: 0.4.2 Release: 1mamba Summary: A simple Qt application to control the JACK sound server daemon Group: Graphical Desktop/Applications/Multimedia @@ -14,6 +14,7 @@ Patch1: qjackctl-0.3.10-loop2jack_postStartup_enable.patch 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 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -37,10 +38,12 @@ A simple Qt application to control the JACK sound server daemon %setup -q %patch1 -p1 #%patch2 -p1 -%patch3 -p1 +#%patch3 -p1 #%patch4 -p1 +%patch5 -p1 %build +./autogen.sh export QTDIR=%{_qt4_prefix} #export QMAKESPEC=linux-g++ %configure @@ -75,6 +78,9 @@ install -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/loop2jack #ChangeLog README TODO %changelog +* Wed Jul 06 2016 Automatic Build System 0.4.2-1mamba +- automatic version update by autodist + * Tue Nov 03 2015 Automatic Build System 0.4.1-1mamba - automatic version update by autodist