[packages/gstreamer-openmax] - updated to 1.0.0
qboosh
qboosh at pld-linux.org
Fri Mar 29 12:22:33 CET 2013
commit d668e1cebefd05156a8cb1cb3d561c913cebdd2e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Mar 29 12:22:40 2013 +0100
- updated to 1.0.0
gstreamer-openmax.spec | 38 +++++++++++++++++++++++++-------------
1 file changed, 25 insertions(+), 13 deletions(-)
---
diff --git a/gstreamer-openmax.spec b/gstreamer-openmax.spec
index 3d355ff..e0f96f8 100644
--- a/gstreamer-openmax.spec
+++ b/gstreamer-openmax.spec
@@ -1,21 +1,28 @@
-#
+# TODO: OMX_VIDEO_CodingVP8, OMX_VIDEO_CodingTheora are desired, but not available in raw OpenMAX-IL 1.1.2
%include /usr/lib/rpm/macros.gstreamer
Summary: GStreamer plug-in that allows communication with OpenMAX IL components
Summary(pl.UTF-8): Wtyczka GStreamera pozwalająca na komunikację z komponentami OpenMAX IL
Name: gstreamer-openmax
-Version: 0.10.1
+Version: 1.0.0
Release: 1
License: LGPL v2.1+
Group: Libraries
-Source0: http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-%{version}.tar.bz2
-# Source0-md5: 4d0370bfe99dea20918c84347abadb4e
+Source0: http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-%{version}.tar.xz
+# Source0-md5: bb34b5742223267298bcffc209104a92
URL: http://gstreamer.net/
-BuildRequires: autoconf >= 2.52
-BuildRequires: automake
-BuildRequires: gstreamer-devel >= 0.10.22
+BuildRequires: autoconf >= 2.62
+BuildRequires: automake >= 1:1.11
+BuildRequires: glib2-devel >= 1:2.32
+BuildRequires: gstreamer-devel >= 1.0.0
+BuildRequires: gtk-doc >= 1.3
BuildRequires: libtool
BuildRequires: pkgconfig
-Requires: gstreamer >= 0.10.22
+BuildRequires: python >= 2.1
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+Requires: glib2 >= 1:2.32
+Requires: gstreamer >= 1.0.0
+Requires: libomxil-bellagio
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -33,16 +40,20 @@ OpenMAX IL to standard przemysłowy zapewniający warstwę abstrakcji dla
funkcji grafiki komputerowej, obrazu i dźwięku komp.
%prep
-%setup -q -n gst-openmax-%{version}
+%setup -q -n gst-omx-%{version}
%build
%{__libtoolize}
-%{__aclocal} -I m4
+%{__aclocal} -I m4 -I common/m4
%{__autoconf}
%{__autoheader}
%{__automake}
+# NOTE: force internal OMX IL headers for now, bellagio doesn't provide OMX_VERSION_*
%configure \
- --disable-static
+ ac_cv_header_OMX_Core_h=no \
+ --disable-silent-rules \
+ --disable-static \
+ --with-omx-target=bellagio
%{__make}
%install
@@ -51,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/*.la
%clean
rm -rf $RPM_BUILD_ROOT
@@ -59,4 +70,5 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_libdir}/gstreamer-0.10/libgstomx.so
+%attr(755,root,root) %{_libdir}/gstreamer-1.0/libgstomx.so
+%config(noreplace) %verify(not md5 mtime size) /etc/xdg/gstomx.conf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-openmax.git/commitdiff/d668e1cebefd05156a8cb1cb3d561c913cebdd2e
More information about the pld-cvs-commit
mailing list