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