]> git.pld-linux.org Git - packages/gstreamer0.10-openmax.git/blame - gstreamer0.10-openmax.spec
- updated URL, macros for gstreamer macros always included
[packages/gstreamer0.10-openmax.git] / gstreamer0.10-openmax.spec
CommitLineData
af18c9e2
JB
1Summary: GStreamer 0.10 plug-in that allows communication with OpenMAX IL components
2Summary(pl.UTF-8): Wtyczka GStreamera 0.10 pozwalająca na komunikację z komponentami OpenMAX IL
3Name: gstreamer0.10-openmax
0dbedd34 4Version: 0.10.1
1a52de65
JB
5Release: 1
6License: LGPL v2.1+
7Group: Libraries
93c06c9f 8Source0: https://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-%{version}.tar.bz2
0dbedd34 9# Source0-md5: 4d0370bfe99dea20918c84347abadb4e
1a52de65
JB
10URL: http://gstreamer.net/
11BuildRequires: autoconf >= 2.52
12BuildRequires: automake
af18c9e2 13BuildRequires: gstreamer0.10-devel >= 0.10.22
1a52de65
JB
14BuildRequires: libtool
15BuildRequires: pkgconfig
93c06c9f 16BuildRequires: rpmbuild(macros) >= 1.745
af18c9e2
JB
17BuildRequires: sed >= 4.0
18Requires: gstreamer0.10 >= 0.10.22
1a52de65
JB
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
af18c9e2 22GstOpenMAX is a GStreamer 0.10 plug-in that allows communication with
1a52de65
JB
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
af18c9e2 29GstOpenMAX to wtyczka GStreamera 0.10 pozwalająca na komunikację z
1a52de65
JB
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
af18c9e2
JB
38# disable -Werror (unused-but-sed variable, deprecated glib APIs)
39%{__sed} -i -e 's/AG_GST_SET_ERROR_CFLAGS.*/AG_GST_SET_ERROR_CFLAGS([no])/' configure.ac
40
1a52de65
JB
41%build
42%{__libtoolize}
9227043f 43%{__aclocal} -I m4
1a52de65
JB
44%{__autoconf}
45%{__autoheader}
46%{__automake}
47%configure \
48 --disable-static
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
0dbedd34 57%{__rm} $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/*.la
1a52de65
JB
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(644,root,root,755)
64%doc AUTHORS ChangeLog README
65%attr(755,root,root) %{_libdir}/gstreamer-0.10/libgstomx.so
This page took 0.043786 seconds and 4 git commands to generate.