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