]> git.pld-linux.org Git - packages/lv2-mda-plugins.git/blame - lv2-mda-plugins.spec
- updated to 1.2.6
[packages/lv2-mda-plugins.git] / lv2-mda-plugins.spec
CommitLineData
3a062bcd
JB
1Summary: Port of the MDA VST plugins to LV2
2Summary(pl.UTF-8): Port wtyczek VST MDA do LV2
3Name: lv2-mda-plugins
f3c80d37 4Version: 1.2.6
0d779756 5Release: 1
3a062bcd
JB
6License: GPL v3+
7Group: Libraries
8Source0: http://download.drobilla.net/mda-lv2-%{version}.tar.bz2
f3c80d37 9# Source0-md5: 78712e8e1d2019c8bda6e164d1cd9115
3a062bcd
JB
10URL: http://drobilla.net/software/mda-lv2/
11BuildRequires: libstdc++-devel
f3c80d37 12BuildRequires: lv2-devel >= 1.16.0
3a062bcd 13BuildRequires: pkgconfig
f3c80d37
JB
14BuildRequires: python >= 2
15Requires: lv2 >= 1.16.0
3a062bcd
JB
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
0db3e4d7
JK
18%define _noautoprovfiles %{_libdir}/lv2
19
3a062bcd
JB
20%description
21This is a port of the MDA VST plugins to LV2.
22
23%description -l pl.UTF-8
24Ten pakiet zawiera port wtyczek VST MDA do LV2.
25
26%prep
27%setup -q -n mda-lv2-%{version}
28
29%build
0db3e4d7 30CC="%{__cc}" \
3a062bcd 31CXX="%{__cxx}" \
0db3e4d7 32CFLAGS="%{rpmcflags}" \
3a062bcd 33CXXFLAGS="%{rpmcxxflags}" \
0db3e4d7 34LDFLAGS="%{rpmldflags}" \
3a062bcd
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)
0d779756 53%doc README.md
3a062bcd
JB
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.125944 seconds and 4 git commands to generate.