automatic version update by autodist [release 0.4.1-1mamba;Wed Jul 06 2016]
This commit is contained in:
parent
91a918c938
commit
5cfee82e4f
27
qsynth-0.4.1-gcc-6.1.0.patch
Normal file
27
qsynth-0.4.1-gcc-6.1.0.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From 30cfd10cd23ca204f694ac2defb7a94f999c6e38 Mon Sep 17 00:00:00 2001
|
||||
From: rncbc <rncbc@gamma.rncbc.lan>
|
||||
Date: Mon, 30 May 2016 11:38:37 +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 73e8aac..218b1ed 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -61,7 +61,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: qsynth
|
||||
Version: 0.4.0
|
||||
Version: 0.4.1
|
||||
Release: 1mamba
|
||||
Summary: A fluidsynth GUI front-end application written in C++ around the Qt3 toolkit
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
@ -12,6 +12,7 @@ Patch0: %{name}-0.2.4-wrongincludes.patch
|
||||
Patch1: %{name}-0.3.1-soundfonts.patch
|
||||
Patch2: %{name}-0.3.6-default_alsa.patch
|
||||
Patch3: qsynth-0.3.8-default_pulseaudio.patch
|
||||
Patch4: qsynth-0.4.1-gcc-6.1.0.patch
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -34,8 +35,10 @@ QSynth is a fluidsynth GUI front-end application written in C++ around the Qt3 t
|
||||
%patch1 -p1
|
||||
#%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
export QTDIR=/usr/lib/qt4
|
||||
export QMAKESPEC=linux-g++
|
||||
%configure
|
||||
@ -91,6 +94,9 @@ fi
|
||||
#ChangeLog README README-OSX TODO
|
||||
|
||||
%changelog
|
||||
* Wed Jul 06 2016 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 14 2015 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user