automatic version update by autodist [release 0.4.2-1mamba;Wed Jul 06 2016]
This commit is contained in:
parent
85b6fa1a16
commit
2a3828a403
27
qjackctl-0.4.2-gcc-6.1.0.patch
Normal file
27
qjackctl-0.4.2-gcc-6.1.0.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From a0c779285db433ab4e72670004111f306472e866 Mon Sep 17 00:00:00 2001
|
||||
From: rncbc <rncbc@gamma.rncbc.lan>
|
||||
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,
|
@ -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 <autodist@mambasoft.it> 0.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 03 2015 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user