forked from pool/seq24
This commit is contained in:
parent
e46b6e4d00
commit
d8304b5c48
10
seq24-assert.patch
Normal file
10
seq24-assert.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/perform.cpp
|
||||
+++ src/perform.cpp
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <sched.h>
|
||||
+#include <assert.h>
|
||||
|
||||
//For keys
|
||||
#include <gtkmm/accelkey.h>
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 31 01:52:40 CET 2007 - ro@suse.de
|
||||
|
||||
- include assert.h for alsa source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 22 15:56:41 CEST 2007 - tiwai@suse.de
|
||||
|
||||
|
@ -14,13 +14,14 @@ Name: seq24
|
||||
BuildRequires: alsa-devel gcc-c++ gtkmm2-devel jack-devel update-desktop-files
|
||||
Summary: A Small, Real-Time MIDI Sequencer
|
||||
Version: 0.8.7
|
||||
Release: 128
|
||||
Release: 138
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Multimedia/Sound/Midi
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %name.desktop
|
||||
Source2: seq24.png
|
||||
Patch: seq24-gcc43-fixes.diff
|
||||
Patch1: seq24-assert.patch
|
||||
Url: http://www.filter24.org/seq24/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -37,6 +38,7 @@ Authors:
|
||||
%prep
|
||||
%setup
|
||||
%patch
|
||||
%patch1
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
|
||||
%build
|
||||
@ -63,6 +65,8 @@ cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
||||
/usr/share/applications/*.desktop
|
||||
%{_datadir}/pixmaps/*.png
|
||||
%changelog
|
||||
* Wed Oct 31 2007 - ro@suse.de
|
||||
- include assert.h for alsa source
|
||||
* Mon Oct 22 2007 - tiwai@suse.de
|
||||
- fix build with gcc 4.3
|
||||
* Thu Oct 12 2006 - tiwai@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user