]> git.pld-linux.org Git - packages/fomp.git/blob - fomp.spec
- updated to 1.2.2
[packages/fomp.git] / fomp.spec
1 Summary:        LV2 port of the MCP, VCO, FIL, and WAH plugins
2 Summary(pl.UTF-8):      Port LV2 wtyczek MCP, VCO, FIL i WAH
3 Name:           fomp
4 Version:        1.2.2
5 Release:        1
6 License:        GPL v2+
7 Group:          Libraries
8 Source0:        http://download.drobilla.net/%{name}-%{version}.tar.bz2
9 # Source0-md5:  dd7812fd5bfbc564e4d0fb20c6146a81
10 URL:            http://drobilla.net/software/fomp/
11 BuildRequires:  libstdc++-devel >= 6:4.7
12 BuildRequires:  lv2-devel >= 1.16.0
13 BuildRequires:  pkgconfig
14 BuildRequires:  python >= 2
15 Requires:       lv2 >= 1.16.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 FOMP is an LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons
20 Adriaensen.
21
22 There are 13 plugins in total: 1 auto-wah, 1 EQ, 3 chorus, 5 filters,
23 and 3 oscillators.
24
25 %description -l pl.UTF-8
26 FOMP to port LV2 wtyczek MCP, VCO, FIL oraz WAH, napisanych przez
27 Fonsa Adriaensena.
28
29 W sumie jest 13 wtyczek: 1 auto-wah, 1 EQ, 3 chóry, 5 filtrów, 3
30 generatory.
31
32 %prep
33 %setup -q
34
35 %build
36 CC="%{__cc}" \
37 CFLAGS="%{rpmcflags}" \
38 ./waf configure \
39         --prefix=%{_prefix} \
40         --libdir=%{_libdir}
41
42 ./waf -v
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 ./waf install \
48         --destdir=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS NEWS README.md
56 %dir %{_libdir}/lv2/fomp.lv2
57 %attr(755,root,root) %{_libdir}/lv2/fomp.lv2/*.so
58 %{_libdir}/lv2/fomp.lv2/*.ttl
This page took 0.181065 seconds and 4 git commands to generate.