-
Notifications
You must be signed in to change notification settings - Fork 8
/
petri-foo.spec
56 lines (43 loc) · 1.45 KB
/
petri-foo.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Summary: A midi controlled audio sampler
Name: petri-foo
Version: 0.1.3
Release: 1
License: GPL
Group: Applications/Multimedia
URL: http://petri-foo.sourceforge.net
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: libsamplerate libsndfile gtk2 libxml2 alsa-lib jack-audio-connection-kit
BuildPrereq: libsamplerate-devel libsndfile-devel gtk2-devel libxml2-devel alsa-lib-devel jack-audio-connection-kit-devel
%description
Petri-Foo is a midi controlled audio sampler for GNU/Linux systems. It
allows you to create music using various sound files, or "samples", in
tandem with a midi sequencer. It is a fork of the Specimen project.
%prep
%setup -q
%build
%configure
make
%makeinstall
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/petri-foo
%dir %{_datadir}/petri-foo
%{_datadir}/petri-foo/pixmaps/play.png
%{_datadir}/petri-foo/pixmaps/stop.png
%{_datadir}/petri-foo/pixmaps/open.png
%{_datadir}/petri-foo/pixmaps/panic.png
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%changelog
* 1st February 2011 James Morris <[email protected]>
- forked from Specimen project
* Sat Jun 12 2004 Pete Bessman <[email protected]>
- added jack and alsa-lib dependencies
* Thu Mar 11 2004 <[email protected]>
- rebuilt for v0.2.4
* Mon Feb 23 2004 <[email protected]>
- modified and rebuilt for v0.2.2-1
* Thu Feb 19 2004 Florin Andrei <[email protected]>
- initial package, v0.2.0-1