Hello community,
here is the log from the commit of package gstreamer-0_10-plugins-gl for
openSUSE:Factory checked in at 2012-05-14 16:14:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-gl (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-gl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-0_10-plugins-gl", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-gl/gstreamer-0_10-plugins-gl.changes
2011-09-23 02:02:08.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-gl.new/gstreamer-0_10-plugins-gl.changes
2012-05-14 16:14:26.000000000 +0200
@@ -1,0 +2,25 @@
+Fri May 11 14:51:00 UTC 2012 - [email protected]
+
+- Update to version 0.10.3:
+ + fix build and cocoa examples on MacOSX
+ + more OpenGL ES 2.0 friendly
+ + error out instead of doing nothing if an OpenGL feature is not
+ present
+ + gloverlay: add support to manage texture ratio and can load
+ jpeg files
+ + glshader: new element that load shader from files
+ + glimagesink: Totem compatibility, fix pixel-aspect-ratio
+ property
+ + libvisual-gl: new plugin libvisual-gl, new element
+ libvisual_gl_projectM
+ + Bugs fixed: bgo#310775, bgo#572767, bgo#600195, bgo#630525,
+ bgo#631019, bgo#636070, bgo#637260, bgo#651035, bgo#664367,
+ bgo#665102, bgo#671734.
+- Add libjpeg-devel BuildRequires: needed for the new jpeg support
+ in gloverlay.
+- Add pkgconfig(libvisual-0.4) BuildRequires: needed to build the
+ new libvisual-gl plugin.
+- Stop passing non-existing --disable-schemas-install option to
+ configure.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-gl-0.10.2.tar.bz2
New:
----
gst-plugins-gl-0.10.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-0_10-plugins-gl.spec ++++++
--- /var/tmp/diff_new_pack.9uXM4k/_old 2012-05-14 16:14:34.000000000 +0200
+++ /var/tmp/diff_new_pack.9uXM4k/_new 2012-05-14 16:14:34.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-0_10-plugins-gl
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
#
# All modifications and additions to the file contributed by third parties
@@ -17,26 +17,31 @@
#
-
Name: gstreamer-0_10-plugins-gl
%define _name gst-plugins-gl
-Version: 0.10.2
-Release: 8
+Version: 0.10.3
+Release: 0
+# FIXME: dependency on libprojectM cannot be used as it's not in Factory:
http://projectm.sourceforge.net/
%define gst_branch 0.10
-License: LGPL-2.1+
Summary: GStreamer OpenGL Plug-Ins
-Url: http://gstreamer.freedesktop.org/
+License: LGPL-2.1+
Group: Productivity/Multimedia/Other
-Source: %{_name}-%{version}.tar.bz2
+Url: http://gstreamer.freedesktop.org/
+Source:
http://gstreamer.freedesktop.org/src/gst-plugins-gl/%{_name}-%{version}.tar.bz2
+# Note: gtk2, clutter, xcomposite, sdl are only used for examples, so we skip
those
BuildRequires: Mesa-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: glew-devel
-BuildRequires: gstreamer-0_10-plugins-base-devel
+BuildRequires: gstreamer-0_10-plugins-base-devel >= 0.10.35
BuildRequires: gtk-doc
+BuildRequires: libjpeg-devel
BuildRequires: liboil-devel
-BuildRequires: libpng-devel
+BuildRequires: libpng-devel >= 1.0
BuildRequires: translation-update-upstream
+# libprojectM is not yet in openSUSE
+#BuildRequires: pkgconfig(libprojectM) >= 2.0.1
+BuildRequires: pkgconfig(libvisual-0.4) >= 0.4.0
%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}
@@ -57,11 +62,10 @@
* sources: gltestsrc
%package devel
-License: LGPL-2.1+
Summary: GStreamer OpenGL Plug-Ins - Development headers
Group: Development/Libraries/Other
-Requires: libgstgl-0_10-1 = %{version}
Requires: gstreamer-0_10-plugins-gl = %{version}
+Requires: libgstgl-0_10-1 = %{version}
%description devel
This package contains headers and libraries needed to develop based
@@ -78,7 +82,6 @@
* sources: gltestsrc
%package -n libgstgl-0_10-1
-License: LGPL-2.1+
Summary: GStreamer OpenGL Plug-Ins - Shared Library
Group: System/Libraries
@@ -102,7 +105,6 @@
%build
%configure\
- --disable-schemas-install\
--disable-static \
--disable-gtk-doc
make %{?_smp_mflags}
@@ -123,6 +125,7 @@
%files
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README RELEASE REQUIREMENTS
+%{_libdir}/gstreamer-%{gst_branch}/libgstlibvisualgl.so
%{_libdir}/gstreamer-%{gst_branch}/libgstopengl.so
%files lang -f %{_name}-%{gst_branch}.lang
++++++ gst-plugins-gl-0.10.2.tar.bz2 -> gst-plugins-gl-0.10.3.tar.bz2 ++++++
++++ 57731 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]