Mailinglist Archive: opensuse-commit (938 mails)

< Previous Next >
commit gstreamer-0_10-plugins-gl for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 03 Sep 2010 16:29:05 +0200
  • Message-id: <20100903142905.46E7A201E1@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-gl for
openSUSE:Factory
checked in at Fri Sep 3 16:29:05 CEST 2010.



--------
New Changes file:

--- /dev/null 2010-07-09 01:59:37.000000000 +0200
+++ gstreamer-0_10-plugins-gl/gstreamer-0_10-plugins-gl.changes 2010-08-30
13:03:55.000000000 +0200
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Mon Aug 30 11:04:21 UTC 2010 - dimstar@xxxxxxxxxxxx
+
+- Merge the -doc package into -devel.
+
+-------------------------------------------------------------------
+Wed Aug 25 09:05:06 UTC 2010 - dimstar@xxxxxxxxxxxx
+
+- Initial package of gstreamer-0_10-plugins-gl (0.10.1.5)
+

calling whatdependson for head-i586


New:
----
gst-plugins-gl-0.10.1.5.tar.bz2
gstreamer-0_10-plugins-gl.changes
gstreamer-0_10-plugins-gl.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-0_10-plugins-gl.spec ++++++
#
# spec file for package gstreamer-0_10-plugins-gl (Version 0.10.1.5)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name: gstreamer-0_10-plugins-gl
%define _name gst-plugins-gl
Version: 0.10.1.5
Release: 1
%define gst_branch 0.10
License: LGPLv2.1+
Summary: GStreamer OpenGL Plug-Ins
Url: http://gstreamer.freedesktop.org/
Group: Productivity/Multimedia/Other
Source: %{_name}-%{version}.tar.bz2
BuildRequires: Mesa-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: glew-devel
BuildRequires: gstreamer-0_10-plugins-base-devel
BuildRequires: gtk-doc
BuildRequires: liboil-devel
BuildRequires: libpng-devel
%define gstreamer010_plugins_gl_req %(zgrep --text "^GST.*_REQ" %{S:0} | sort
-u | sed 's/GST_REQ=/gstreamer-0_10 >=
/;s/GSTPB_REQ=/gstreamer-0_10-plugins-base >= /' | tr '\\n' ' ')
Requires: %gstreamer010_plugins_gl_req
Requires: %{name}-lang = %{version}
# Generic name, never used in SuSE:
Provides: gst-plugins-gl = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Enhances: gstreamer-0_10

%description
This module contains integration libraries and plug-ins for using
OpenGL within GStreamer pipelines. This module contains elements
for, among others:

* output: glimagesink
* adapters: glupload, gldownload
* video processing: gldeinterlace, glcolorscale
* GL effects: glfiltersobel, glfilterblur, gleffects, others
* sources: gltestsrc

%package devel
License: LGPLv2.1+
Summary: GStreamer OpenGL Plug-Ins - Development headers
Group: Development/Libraries/Other
Requires: libgstgl-%{gst_branch}-1 = %{version}

%description devel
This package contains headers and libraries needed to develop based
on gstreamer-plugins-gl

This module contains integration libraries and plug-ins for using
OpenGL within GStreamer pipelines. This module contains elements
for, among others:

* output: glimagesink
* adapters: glupload, gldownload
* video processing: gldeinterlace, glcolorscale
* GL effects: glfiltersobel, glfilterblur, gleffects, others
* sources: gltestsrc

%package -n libgstgl-0_10-1
License: LGPLv2.1+
Summary: GStreamer OpenGL Plug-Ins - Shared Library
Group: System/Libraries

%description -n libgstgl-0_10-1
Shared Library, is normally installed as a dependency when needed

This module contains integration libraries and plug-ins for using
OpenGL within GStreamer pipelines. This module contains elements
for, among others:

* output: glimagesink
* adapters: glupload, gldownload
* video processing: gldeinterlace, glcolorscale
* GL effects: glfiltersobel, glfilterblur, gleffects, others
* sources: gltestsrc

%lang_package
%prep
%setup -q -n %{_name}-%{version}

%build
%configure\
--disable-schemas-install\
--disable-static \
--disable-gtk-doc
make %{?_smp_mflags}

%install
%makeinstall
find %{buildroot}%{_libdir} -name '*.la' -delete -print
%fdupes %{buildroot}%{_datadir}/gtk-doc/html
%find_lang %{_name}-%{gst_branch}

%clean
rm -rf %{buildroot}

%post -n libgstgl-0_10-1 -p /sbin/ldconfig

%postun -n libgstgl-0_10-1 -p /sbin/ldconfig

%files
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README RELEASE REQUIREMENTS
%{_libdir}/gstreamer-%{gst_branch}/libgstopengl.so

%files lang -f %{_name}-%{gst_branch}.lang

%files -n libgstgl-0_10-1
%defattr(-, root, root)
%{_libdir}/libgstgl-0.10.so.1
%{_libdir}/libgstgl-0.10.so.1.0.0

%files devel
%defattr(-, root, root)
%doc %{_datadir}/gtk-doc/html/gst-plugins-gl-plugins-%{gst_branch}
%doc %{_datadir}/gtk-doc/html/gst-plugins-gl-libs-%{gst_branch}
%{_includedir}/gstreamer-%{gst_branch}/gst/gl/
%{_libdir}/libgstgl-0.10.so
%{_libdir}/pkgconfig/gstreamer-gl-%{gst_branch}.pc

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread