SHA256
1
0
forked from pool/seq24
seq24/seq24.spec

111 lines
3.1 KiB
RPMSpec
Raw Normal View History

#
# spec file for package seq24 (Version 0.8.7)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
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: 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
%description
Seq24 is a real-time midi sequencer. It was created to provide a very
simple interface for editing and playing MIDI 'loops.'
Authors:
--------
Rob C. Buse <rcbuse@filter24.org>
%prep
%setup
%patch
%patch1
%{?suse_update_config:%{suse_update_config -f}}
%build
autoreconf --force --install
CFLAGS="$RPM_OPT_FLAGS" \
CXXFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} \
--mandir=%{_mandir}
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
%suse_update_desktop_file -i %name AudioVideo Sequencer
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README RTC SEQ24
%{_bindir}/*
/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
- updated to version 0.8.7:
* Undo support (Ctrl-Z)
* Ctrl + Select Adds to Selection
* Window Raise on Edit
* Clipboard shared among editors
* Items remain selected after edit
* Can now 'paint' notes / events in editor
* Paste buffer doesn't clear
* Added new rc file for custom named ports and CC codes
* Keypress Start (space) and Stop (escape)
* Shift + Middle Mouse will now stretch events over range
* Thu May 18 2006 - tiwai@suse.de
- updated to version 0.8.6:
* use gtkmm 2.4 or later
* new song editor
* loop sync with jack transport
* midi clock option, split loops, manual midi ports
* menug bug and cpu hog fixes
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Aug 04 2005 - tiwai@suse.de
- updated to version 0.6.3.
* Fri Feb 11 2005 - ro@suse.de
- change to libsigc++12 in neededforbuild
* Fri Jan 21 2005 - tiwai@suse.de
- updated to version 0.6.0. Linked with gtk2.
* Thu Aug 05 2004 - tiwai@suse.de
- updated to version 0.5.2.
* Mon Feb 16 2004 - tiwai@suse.de
- updated to version 0.4.4.
* Sun Jan 11 2004 - adrian@suse.de
- add %%defattr
* Fri Aug 15 2003 - adrian@suse.de
- add desktop file
* Mon Aug 11 2003 - tiwai@suse.de
- updated to version 0.4.3.
* Fri Jul 18 2003 - tiwai@suse.de
- initial version: 0.4.2.