Author: patrys                       Date: Sun Sep  5 12:25:15 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/gstreamer-plugins-gl:
   gstreamer-plugins-gl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gstreamer-plugins-gl/gstreamer-plugins-gl.spec
diff -u /dev/null packages/gstreamer-plugins-gl/gstreamer-plugins-gl.spec:1.1
--- /dev/null   Sun Sep  5 14:25:15 2010
+++ packages/gstreamer-plugins-gl/gstreamer-plugins-gl.spec     Sun Sep  5 
14:25:09 2010
@@ -0,0 +1,109 @@
+# $Revision$, $Date$
+# Conditional build:
+%bcond_without apidocs         # disable gtk-doc
+#
+%define                gstname gst-plugins-gl
+%define                gst_major_ver   0.10
+%define                gst_req_ver     0.10.28
+#
+%include       /usr/lib/rpm/macros.gstreamer
+#
+Summary:       GStreamer Streaming-media framework plug-in for OpenGL
+Name:          gstreamer-plugins-gl
+Version:       0.10.2
+Release:       1
+License:       GPL v2+
+Group:         Libraries
+Source0:       
http://gstreamer.freedesktop.org/src/gst-plugins-gl/%{gstname}-%{version}.tar.bz2
+# Source0-md5: 878fe4199be1c94f8aa2f7f23891cc95
+URL:           http://gstreamer.net/
+BuildRequires: autoconf >= 2.52
+BuildRequires: automake
+%{?with_apidocs:BuildRequires: docbook-dtd412-xml}
+BuildRequires: gstreamer-devel >= %{gst_req_ver}
+BuildRequires: gstreamer-plugins-base-devel >= %{gst_req_ver}
+%{?with_apidocs:BuildRequires: gtk-doc >= 1.6}
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.470
+Requires:      gstreamer-plugins-base >= %{gst_req_ver}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module contains integration libraries and plug-ins for using
+OpenGL within GStreamer pipelines.
+
+%package devel
+Summary:       Include files for GStreamer streaming-media framework OpenGL API
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      gstreamer-devel >= %{gst_req_ver}
+Requires:      gstreamer-plugins-base-devel >= %{gst_req_ver}
+
+%description devel
+Include files for GStreamer streaming-media framework OpenGL API.
+
+%package apidocs
+Summary:       GStreamer streaming-media framework OpenGL API documentation
+Group:         Documentation
+Requires:      gtk-doc-common
+
+%description apidocs
+GStreamer streaming-media framework OpenGL API documentation.
+
+%prep
+%setup -q -n %{gstname}-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal} -I common/m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
+%configure \
+       --disable-static \
+       --%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc \
+       --with-html-dir=%{_gtkdocdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_major_ver}/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_libdir}/libgstgl-%{gst_major_ver}.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgstgl-%{gst_major_ver}.so.1
+%attr(755,root,root) %{_libdir}/gstreamer-%{gst_major_ver}/libgstopengl.so
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libgstgl-%{gst_major_ver}.so
+%{_includedir}/gstreamer-%{gst_major_ver}/gst/gl
+%{_pkgconfigdir}/gstreamer-gl-%{gst_major_ver}.pc
+
+%if %{with apidocs}
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/gst-plugins-gl-*
+%endif
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/09/05 12:25:09  patrys
+- initial PLD release
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to