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