]> git.pld-linux.org Git - packages/gstreamer-openmax.git/blob - gstreamer-openmax.spec
- updated to 0.10.0.4
[packages/gstreamer-openmax.git] / gstreamer-openmax.spec
1 Summary:        GStreamer plug-in that allows communication with OpenMAX IL components
2 Summary(pl.UTF-8):      Wtyczka GStreamera pozwalająca na komunikację z komponentami OpenMAX IL
3 Name:           gstreamer-openmax
4 Version:        0.10.0.4
5 Release:        1
6 License:        LGPL v2.1+
7 Group:          Libraries
8 # when becomes stable
9 #Source0:       http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-%{version}.tar.bz2
10 Source0:        http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-%{version}.tar.bz2
11 # Source0-md5:  5c250ac8027ba855bc46b1bf8aefa658
12 URL:            http://gstreamer.net/
13 BuildRequires:  autoconf >= 2.52
14 BuildRequires:  automake
15 BuildRequires:  gstreamer-devel >= 0.10.0
16 BuildRequires:  libtool
17 BuildRequires:  pkgconfig
18 Requires:       gstreamer >= 0.10.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 GstOpenMAX is a GStreamer plug-in that allows communication with
23 OpenMAX IL components.
24
25 OpenMAX IL is an industry standard that provides an abstraction layer
26 for computer graphics, video, and sound routines.
27
28 %description -l pl.UTF-8
29 GstOpenMAX to wtyczka GStreamera pozwalająca na komunikację z
30 komponentami OpenMAX IL.
31
32 OpenMAX IL to standard przemysłowy zapewniający warstwę abstrakcji dla
33 funkcji grafiki komputerowej, obrazu i dźwięku komp.
34
35 %prep
36 %setup -q -n gst-openmax-%{version}
37
38 %build
39 %{__libtoolize}
40 %{__aclocal} -I common/m4
41 %{__autoconf}
42 %{__autoheader}
43 %{__automake}
44 %configure \
45         --disable-static
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/*.la
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog README
62 %attr(755,root,root) %{_libdir}/gstreamer-0.10/libgstomx.so
This page took 0.100936 seconds and 3 git commands to generate.