87a5e36bce28cbf125086a888c0a8a50e09724c0
[profile/ivi/gst-openmax0.10.git] / packaging / gst-openmax.spec
1 %define _optdir /opt
2 %define _appdir %{_optdir}/apps
3
4
5 Name:       gst-openmax
6 Summary:    GStreamer plug-in that allows communication with OpenMAX IL components
7 Version:    0.10.1
8 Release:    0
9 Group:      TO_BE/FILLED_IN
10 License:    TO BE FILLED IN
11 Source0:    %{name}-%{version}.tar.gz
12 BuildRequires: which
13 BuildRequires: pkgconfig(gstreamer-0.10)
14 BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
15
16 %description
17 gst-openmax is a GStreamer plug-in that allows communication with OpenMAX IL components.
18 Multiple OpenMAX IL implementations can be used, i
19 including but not limited to Texas Instruments and Bellagio.
20
21
22 %prep
23 %setup -q
24
25 %build
26 ./autogen.sh --noconfigure
27 %configure --disable-static --prefix=%{_prefix}
28
29 make %{?jobs:-j%jobs}
30
31
32 %install
33 rm -rf %{buildroot}
34 %make_install
35
36 %files
37 %defattr(-,root,root,-) 
38 %{_libdir}/gstreamer-0.10/libgstomx.so
39