Tizen 2.1 base
[profile/ivi/gst-openmax0.10.git] / packaging / gst-openmax.spec
1
2 Name:       gst-openmax
3 Summary:    GStreamer plug-in that allows communication with OpenMAX IL components
4 Version:    0.10.1
5 Release:    4
6 Group:      Applications/Multimedia
7 License:    LGPLv2.1
8 Source0:    %{name}-%{version}.tar.gz
9 BuildRequires: which
10 BuildRequires: pkgconfig(gstreamer-0.10)
11 BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
12
13 %description
14 gst-openmax is a GStreamer plug-in that allows communication with OpenMAX IL components.
15 Multiple OpenMAX IL implementations can be used.
16
17 %prep
18 %setup -q
19
20 %build
21 ./autogen.sh --noconfigure
22 %configure --disable-static --prefix=/usr
23
24 make %{?jobs:-j%jobs}
25
26
27 %install
28 rm -rf %{buildroot}
29 %make_install
30
31 %files
32 %manifest gst-openmax.manifest
33 %{_libdir}/gstreamer-0.10/libgstomx.so
34