]> git.pld-linux.org Git - packages/gstreamer-openmax.git/blame - gstreamer-openmax.spec
- updated to 0.10.0.4
[packages/gstreamer-openmax.git] / gstreamer-openmax.spec
CommitLineData
1a52de65
JB
1Summary: GStreamer plug-in that allows communication with OpenMAX IL components
2Summary(pl.UTF-8): Wtyczka GStreamera pozwalająca na komunikację z komponentami OpenMAX IL
3Name: gstreamer-openmax
86b70646 4Version: 0.10.0.4
1a52de65
JB
5Release: 1
6License: LGPL v2.1+
7Group: Libraries
8# when becomes stable
9#Source0: http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-%{version}.tar.bz2
10Source0: http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-%{version}.tar.bz2
86b70646 11# Source0-md5: 5c250ac8027ba855bc46b1bf8aefa658
1a52de65
JB
12URL: http://gstreamer.net/
13BuildRequires: autoconf >= 2.52
14BuildRequires: automake
15BuildRequires: gstreamer-devel >= 0.10.0
16BuildRequires: libtool
17BuildRequires: pkgconfig
18Requires: gstreamer >= 0.10.0
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22GstOpenMAX is a GStreamer plug-in that allows communication with
23OpenMAX IL components.
24
25OpenMAX IL is an industry standard that provides an abstraction layer
26for computer graphics, video, and sound routines.
27
28%description -l pl.UTF-8
29GstOpenMAX to wtyczka GStreamera pozwalająca na komunikację z
30komponentami OpenMAX IL.
31
32OpenMAX IL to standard przemysłowy zapewniający warstwę abstrakcji dla
33funkcji 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
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/*.la
55
56%clean
57rm -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.151401 seconds and 4 git commands to generate.