SPECS: gstreamer-openmax.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sun Dec 16 03:29:59 CET 2007


Author: qboosh                       Date: Sun Dec 16 02:29:59 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   gstreamer-openmax.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gstreamer-openmax.spec
diff -u /dev/null SPECS/gstreamer-openmax.spec:1.1
--- /dev/null	Sun Dec 16 03:29:59 2007
+++ SPECS/gstreamer-openmax.spec	Sun Dec 16 03:29:54 2007
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+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.0.2
+Release:	1
+License:	LGPL v2.1+
+Group:		Libraries
+# when becomes stable
+#Source0:	http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-%{version}.tar.bz2
+Source0:	http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-%{version}.tar.bz2
+# Source0-md5:	7887664f95687aa72519f3bcd49091dc
+URL:		http://gstreamer.net/
+BuildRequires:	autoconf >= 2.52
+BuildRequires:	automake
+BuildRequires:	gstreamer-devel >= 0.10.0
+BuildRequires:	libtool
+BuildRequires:	pkgconfig
+Requires:	gstreamer >= 0.10.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GstOpenMAX is a GStreamer plug-in that allows communication with
+OpenMAX IL components.
+
+OpenMAX IL is an industry standard that provides an abstraction layer
+for computer graphics, video, and sound routines.
+
+%description -l pl.UTF-8
+GstOpenMAX to wtyczka GStreamera pozwalająca na komunikację z
+komponentami OpenMAX IL.
+
+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}
+
+%build
+%{__libtoolize}
+%{__aclocal} -I common/m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/*.la
+
+%clean
+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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007-12-16 02:29:54  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list