71 lines
2.3 KiB
RPMSpec
71 lines
2.3 KiB
RPMSpec
|
Name: seq24
|
||
|
Version: 0.9.2
|
||
|
Release: 1mamba
|
||
|
Summary: A minimal loop based midi sequencer
|
||
|
Group: Graphical Desktop/Applications/Multimedia
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://filter24.org/seq24
|
||
|
#Source: http://filter24.org/seq24/seq24-%{version}.tar.gz
|
||
|
Source: https://launchpadlibrarian.net/59713912/seq24-%{version}.tar.gz
|
||
|
Patch0: %{name}-0.8.7-sigc22_fix.patch
|
||
|
License: GPL
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libalsa-devel
|
||
|
BuildRequires: libatk-devel
|
||
|
BuildRequires: libcairo-devel
|
||
|
BuildRequires: libcairomm-devel
|
||
|
BuildRequires: libfontconfig-devel
|
||
|
BuildRequires: libfreetype-devel
|
||
|
BuildRequires: libgcc
|
||
|
BuildRequires: libglib-devel
|
||
|
BuildRequires: libglibmm-devel
|
||
|
BuildRequires: libgtk-devel
|
||
|
BuildRequires: libgtkmm-devel
|
||
|
BuildRequires: libjack-devel
|
||
|
BuildRequires: liblash-devel
|
||
|
BuildRequires: libpango-devel
|
||
|
BuildRequires: libpangomm-devel
|
||
|
BuildRequires: libsigc++2-devel
|
||
|
BuildRequires: libstdc++6-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
|
||
|
%description
|
||
|
Seq24 is a minimal loop based midi sequencer.
|
||
|
It was created to provide a very simple interface for editing and playing midi 'loops'. After searching for a software based sequencer that would provide the functionality needed for a live performance, such as the Akai MPC line, the Kawai Q80 sequencer, or the popular Alesis MMT-8, I found nothing similar in the software realm. I set out to create a very minimal sequencer that excludes the bloated features of the large software sequencers, and includes a small subset of features that I have found usable in performing.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
#%patch0 -p1
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
#%{_bindir}/dump
|
||
|
%{_bindir}/seq24
|
||
|
%{_mandir}/man1/seq24.1.gz
|
||
|
%doc AUTHORS COPYING ChangeLog README TODO
|
||
|
|
||
|
%changelog
|
||
|
* Thu Aug 30 2012 Automatic Build System <autodist@mambasoft.it> 0.9.2-1mamba
|
||
|
- update to 0.9.2
|
||
|
|
||
|
* Thu Apr 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.7-2mamba
|
||
|
- specfile updated
|
||
|
|
||
|
* Thu Dec 14 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.7-1qilnx
|
||
|
- package created by autospec
|