2007-01-16 00:36:43 +01:00
|
|
|
#
|
2011-12-02 20:16:51 +01:00
|
|
|
# spec file for package seq24
|
2007-01-16 00:36:43 +01:00
|
|
|
#
|
2011-12-02 20:16:51 +01:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:36:43 +01:00
|
|
|
#
|
2009-05-29 00:52:20 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:36:43 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
Name: seq24
|
2011-12-02 20:16:51 +01:00
|
|
|
BuildRequires: alsa-devel
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: gcc-c++
|
2007-11-28 23:49:48 +01:00
|
|
|
BuildRequires: gtkmm2-devel
|
2011-12-02 20:16:51 +01:00
|
|
|
BuildRequires: jack-devel
|
|
|
|
BuildRequires: update-desktop-files
|
2007-01-16 00:36:43 +01:00
|
|
|
Summary: A Small, Real-Time MIDI Sequencer
|
2009-05-29 00:52:20 +02:00
|
|
|
Version: 0.9.0
|
2011-12-02 20:16:51 +01:00
|
|
|
Release: 0
|
|
|
|
License: GPL-2.0+
|
2007-01-16 00:36:43 +01:00
|
|
|
Group: Productivity/Multimedia/Sound/Midi
|
2010-04-21 01:58:09 +02:00
|
|
|
Source: http://launchpad.net/seq24/trunk/0.9.0/+download/%{name}-%{version}.tar.bz2
|
2007-01-16 00:36:43 +01:00
|
|
|
Source1: %name.desktop
|
|
|
|
Source2: seq24.png
|
2010-04-21 01:58:09 +02:00
|
|
|
Patch0: seq24-buttonbox.patch
|
|
|
|
Patch1: seq24-codeclenup.patch
|
|
|
|
Url: https://launchpad.net/seq24
|
2007-01-16 00:36:43 +01:00
|
|
|
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
|
2009-05-29 00:52:20 +02:00
|
|
|
%setup -q
|
2010-04-21 01:58:09 +02:00
|
|
|
%patch0
|
|
|
|
%patch1
|
2007-01-16 00:36:43 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf --force --install
|
2008-04-17 02:03:33 +02:00
|
|
|
%configure
|
2009-05-29 00:52:20 +02:00
|
|
|
make %{?jobs:-j %jobs}
|
2007-01-16 00:36:43 +01:00
|
|
|
|
|
|
|
%install
|
2008-04-17 02:03:33 +02:00
|
|
|
%makeinstall
|
2007-01-16 00:36:43 +01:00
|
|
|
%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)
|
2008-04-17 02:03:33 +02:00
|
|
|
%doc AUTHORS COPYING ChangeLog README RTC SEQ24
|
2009-05-29 00:52:20 +02:00
|
|
|
%doc seq24usr.example
|
|
|
|
%doc %{_mandir}/man?/*
|
2007-01-16 00:36:43 +01:00
|
|
|
%{_bindir}/*
|
2009-05-29 00:52:20 +02:00
|
|
|
%{_datadir}/applications/*.desktop
|
2007-01-16 00:36:43 +01:00
|
|
|
%{_datadir}/pixmaps/*.png
|
2007-11-28 23:49:48 +01:00
|
|
|
|
2007-10-22 17:49:57 +02:00
|
|
|
%changelog
|