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