]> git.pld-linux.org Git - SPECS.git/blob - lv2-mda-plugins.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / lv2-mda-plugins.spec
1 Summary:        Port of the MDA VST plugins to LV2
2 Summary(pl.UTF-8):      Port wtyczek VST MDA do LV2
3 Name:           lv2-mda-plugins
4 Version:        1.2.6
5 Release:        1
6 License:        GPL v3+
7 Group:          Libraries
8 Source0:        http://download.drobilla.net/mda-lv2-%{version}.tar.bz2
9 # Source0-md5:  78712e8e1d2019c8bda6e164d1cd9115
10 URL:            http://drobilla.net/software/mda-lv2/
11 BuildRequires:  libstdc++-devel
12 BuildRequires:  lv2-devel >= 1.16.0
13 BuildRequires:  pkgconfig
14 BuildRequires:  python >= 2
15 Requires:       lv2 >= 1.16.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 MDA VST plugins to LV2.
22
23 %description -l pl.UTF-8
24 Ten pakiet zawiera port wtyczek VST MDA do LV2.
25
26 %prep
27 %setup -q -n mda-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 README.md
54 %dir %{_libdir}/lv2/mda.lv2
55 %{_libdir}/lv2/mda.lv2/*.ttl
56 %attr(755,root,root) %{_libdir}/lv2/mda.lv2/*.so
This page took 0.364067 seconds and 3 git commands to generate.