Hello community,

here is the log from the commit of package clutter-gst for openSUSE:Factory 
checked in at 2012-03-02 13:47:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clutter-gst (Old)
 and      /work/SRC/openSUSE:Factory/.clutter-gst.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clutter-gst", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/clutter-gst/clutter-gst.changes  2012-01-25 
12:18:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.clutter-gst.new/clutter-gst.changes     
2012-03-02 13:47:20.000000000 +0100
@@ -1,0 +2,27 @@
+Thu Feb 23 19:35:47 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.5.4:
+  + Fix compilation with cogl 1.9.x
+
+-------------------------------------------------------------------
+Sat Feb 11 13:07:29 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.5.2:
+  + Add a standalone gstreamer plugin. Clutter-gst gstreamer
+    elements are now available just like any other GStreamer
+    element, that includes working with gst-launch.
+  + Add support for video/x-surface ("hardware" surfaces) that can
+    be converted to opengl textures. (Requires -bad 0.10.22.1)
+  + Addition of a new element, autocluttersink, a bin that picks up
+    clutter-compatible sinks automatically. This allows an
+    eco-system of 3rd party decoders and (clutter) sinks to be
+    autoplugged.
+  + Various small fixes.
+- Split new subpackage gstreamer-0_10-plugin-gstclutter:
+  + it contains the new gstreamer plugin.
+  + add to it a Supplements for gstreamer-0_10 and
+    libclutter-gst-1_0-0, so users of both those packages will get
+    it installed automatically.
+  + add it as Requires to the devel subpackage.
+
+-------------------------------------------------------------------

Old:
----
  clutter-gst-1.4.6.tar.xz

New:
----
  clutter-gst-1.5.4.tar.xz

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

Other differences:
------------------
++++++ clutter-gst.spec ++++++
--- /var/tmp/diff_new_pack.9XuAAq/_old  2012-03-02 13:47:22.000000000 +0100
+++ /var/tmp/diff_new_pack.9XuAAq/_new  2012-03-02 13:47:22.000000000 +0100
@@ -17,20 +17,21 @@
 
 
 Name:           clutter-gst
-Version:        1.4.6
+Version:        1.5.4
 Release:        0
+# FIXME: Add pkgconfig(gstreamer-basevideo-0.10) >= 0.10.22.1 once we have 
gstreamer-plugins-bad providing this. It adds support for Add support for 
video/x-surface.
 Url:            http://clutter-project.org/
 Summary:        GStreamer integration for Clutter
 License:        LGPL-2.1+
 Group:          System/Libraries
-Source0:        
http://download.gnome.org/sources/clutter-gst/1.4/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/clutter-gst/1.5/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gstreamer-0_10-devel >= 0.10.26
 BuildRequires:  gstreamer-0_10-plugins-base-devel
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
 BuildRequires:  xz
-BuildRequires:  pkgconfig(clutter-1.0) >= 1.4.0
+BuildRequires:  pkgconfig(clutter-1.0) >= 1.6.0
 BuildRequires:  pkgconfig(cogl-1.0) >= 1.8.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libclutter-gst-1_0-0 = %{version}-%{release}
@@ -64,9 +65,22 @@
 This package provides the GObject Introspection bindings for Clutter
 GStreamer.
 
+%package -n gstreamer-0_10-plugin-gstclutter
+Summary:        GStreamer Clutter Plug-In
+Group:          Productivity/Multimedia/Other
+Supplements:    packageand(gstreamer-0_10:libclutter-gst-1_0-0)
+
+%description -n gstreamer-0_10-plugin-gstclutter
+Clutter is an open source software library for creating fast, visually
+rich and animated graphical user interfaces.
+
+This plug-in for GStreamer contains elements to render to Clutter
+textures.
+
 %package devel
 Summary:        GStreamer integration for Clutter
 Group:          Development/Libraries/C and C++
+Requires:       gstreamer-0_10-plugin-gstclutter = %{version}
 Requires:       libclutter-gst-1_0-0 = %{version}
 Requires:       typelib-1_0-ClutterGst-1_0 = %{version}
 Provides:       clutter-doc = %{version}
@@ -87,7 +101,7 @@
 
 %install
 %makeinstall
-rm -f %{buildroot}%{_libdir}/*.la
+find  %{buildroot}%{_libdir} -name '*.la' -delete -print
 
 %check
 make %{?_smp_mflags} check
@@ -105,6 +119,10 @@
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/ClutterGst-1.0.typelib
 
+%files -n gstreamer-0_10-plugin-gstclutter
+%defattr(-,root,root)
+%{_libdir}/gstreamer-0.10/libgstclutter.so
+
 %files devel
 %defattr(-,root,root)
 %{_libdir}/*.so

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to