]> git.pld-linux.org Git - packages/lv2-blop-plugins.git/blame - lv2-blop-plugins.spec
- updated to 1.0.2
[packages/lv2-blop-plugins.git] / lv2-blop-plugins.spec
CommitLineData
ec8a1ed1
JB
1Summary: Port of the BLOP LADSPA plugins to LV2
2Summary(pl.UTF-8): Port wtyczek LADSPA BLOP do LV2
3Name: lv2-blop-plugins
5206497b
JB
4Version: 1.0.2
5Release: 1
ec8a1ed1
JB
6License: GPL v3+
7Group: Libraries
8Source0: http://download.drobilla.net/blop-lv2-%{version}.tar.bz2
5206497b 9# Source0-md5: 6c9688652dec5329ea06f99b657aa174
ec8a1ed1
JB
10URL: http://drobilla.net/software/blop-lv2/
11BuildRequires: libstdc++-devel
5206497b 12BuildRequires: lv2-devel >= 1.16.0
ec8a1ed1 13BuildRequires: pkgconfig
5206497b
JB
14BuildRequires: python >= 2
15Requires: lv2 >= 1.16.0
ec8a1ed1
JB
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
7e26507f
JK
18%define _noautoprovfiles %{_libdir}/lv2
19
ec8a1ed1
JB
20%description
21This is a port of the BLOP LADSPA plugins to LV2.
22
23%description -l pl.UTF-8
24Ten pakiet zawiera port wtyczek LADSPA BLOP do LV2.
25
26%prep
27%setup -q -n blop-lv2-%{version}
28
29%build
7e26507f 30CC="%{__cc}" \
ec8a1ed1 31CXX="%{__cxx}" \
7e26507f 32CFLAGS="%{rpmcflags}" \
ec8a1ed1 33CXXFLAGS="%{rpmcxxflags}" \
7e26507f 34LDFLAGS="%{rpmldflags}" \
ec8a1ed1
JB
35./waf configure \
36 --prefix=%{_prefix} \
37 --libdir=%{_libdir} \
38 --strict
39
40./waf -v
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
45./waf install \
46 --destdir=$RPM_BUILD_ROOT
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
5206497b 53%doc AUTHORS NEWS README.md
ec8a1ed1
JB
54%dir %{_libdir}/lv2/blop.lv2
55%{_libdir}/lv2/blop.lv2/*.ttl
56%attr(755,root,root) %{_libdir}/lv2/blop.lv2/*.so
This page took 0.096634 seconds and 4 git commands to generate.