]> git.pld-linux.org Git - packages/gstreamer-openmax.git/commitdiff
- updated to 1.0.0 auto/th/gstreamer-openmax-1.0.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Mar 2013 11:22:40 +0000 (12:22 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Mar 2013 11:22:40 +0000 (12:22 +0100)
gstreamer-openmax.spec

index 3d355ff949a3c9571c1d5b6e2ae019b6dbf6eee8..e0f96f8abaf34eb03ca633d4a3265021ca2ca975 100644 (file)
@@ -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
This page took 0.260298 seconds and 4 git commands to generate.