]> git.pld-linux.org Git - packages/lv2-instance-access.git/blob - lv2-instance-access.spec
630fde44bab0bc7889ce9899c4a0762beb2cb041
[packages/lv2-instance-access.git] / lv2-instance-access.spec
1 Summary:        LV2 Instance Access extension - access to LV2_Handle of a plugin
2 Summary(pl.UTF-8):      Rozszerzenie LV2 Instance Access - dostęp do LV2_Handle wtyczki
3 Name:           lv2-instance-access
4 Version:        1.4
5 Release:        1
6 License:        ISC
7 Group:          Libraries
8 Source0:        http://lv2plug.in/spec/%{name}-%{version}.tar.bz2
9 # Source0-md5:  e97c939530619dfca460445096140d8e
10 URL:            http://lv2plug.in/ns/ext/instance-access/
11 BuildRequires:  python >= 1:2.6
12 BuildRequires:  python-modules >= 1:2.6
13 Requires:       lv2core >= 6.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 LV2 Instance Access extension defines a method for (e.g.) plugin UIs
18 to get a direct handle to an LV2 plugin instance (LV2_Handle), if
19 possible.
20
21 %description -l pl.UTF-8
22 Rozszerzenie LV2 Instance Access definiuje metodę dla (przykładowo)
23 interfejsów użytkownika wtyczek, pozwalającą (jeśli to możliwe) na
24 uzyskanie bezpośredniego uchwytu instancji wtyczki LV2 (LV2_Handle).
25
26 %package devel
27 Summary:        Header file for LV2 Instance Access extension
28 Summary(pl.UTF-8):      Plik nagłówkowy rozszerzenia LV2 Instance Access
29 Group:          Development/Libraries
30 Requires:       %{name} = %{version}-%{release}
31 Requires:       lv2core-devel >= 6.0
32
33 %description devel
34 Header file for LV2 Instance Access extension.
35
36 %description devel -l pl.UTF-8
37 Plik nagłówkowy rozszerzenia LV2 Instance Access.
38
39 %prep
40 %setup -q
41
42 %build
43 ./waf configure \
44         --prefix=%{_prefix} \
45         --libdir=%{_libdir}
46
47 ./waf
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 ./waf install \
53         --destdir=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc NEWS
61 %dir %{_libdir}/lv2/instance-access.lv2
62 %{_libdir}/lv2/instance-access.lv2/instance-access.ttl
63 %{_libdir}/lv2/instance-access.lv2/manifest.ttl
64
65 %files devel
66 %defattr(644,root,root,755)
67 %{_libdir}/lv2/instance-access.lv2/instance-access.h
68 %{_includedir}/lv2/lv2plug.in/ns/ext/instance-access
69 %{_pkgconfigdir}/lv2-lv2plug.in-ns-ext-instance-access.pc
This page took 0.083995 seconds and 2 git commands to generate.