Hello community, here is the log from the commit of package clutter-gst for openSUSE:Factory checked in at 2015-02-06 10:40:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clutter-gst (Old) and /work/SRC/openSUSE:Factory/.clutter-gst.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clutter-gst" Changes: -------- --- /work/SRC/openSUSE:Factory/clutter-gst/clutter-gst.changes 2014-07-08 16:58:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.clutter-gst.new/clutter-gst.changes 2015-02-06 10:40:36.000000000 +0100 @@ -1,0 +2,60 @@ +Tue Jan 27 08:48:23 UTC 2015 - [email protected] + +- Rename gstreamer-plugin-gstclutter subpackage to + gstreamer-plugin-gstclutter-3_0. This matches the loadable + plugins name and allows it to be parallel installed with + gstreamer-plugin-gstclutter originating from clutter-gst2. +- Adjust -devel package requires accordingly. + +------------------------------------------------------------------- +Sun Jan 25 16:57:54 UTC 2015 - [email protected] + +- Update to version 3.0.4: + + Fix introspection problem on systems with no display. + + Fix introspection problems with clutter-gst 2.0 installed. + + Fix incorrect warnings about deprecated properties. + + Only advertise RGBA format for texture upload. + +------------------------------------------------------------------- +Tue Jan 13 11:50:17 UTC 2015 - [email protected] + +- Update to version 3.0.2: + + Fix dependency version of Gstreamer and Cogl. + + Fix crash with the autovideosink when you're running without a + display server. + + Fix linking problem with examples. + +------------------------------------------------------------------- +Sat Dec 13 14:31:48 UTC 2014 - [email protected] + +- Update to version 3.0.0: + + Add ability to set modified frames on content. + + Add RGBx/BGRx format support to video sink. + + A few small bug fixes. +- Changes from version 2.99.4: + + Improve GStreamer debug topics. + + A few small bug fixes. +- Changes from version 2.99.2: + + Add color correction support using GLSL shaders. + + Add overlay support using additional ClutterPaintNode. + + Video sink now derives from GstVideoSink. +- Changes from version 2.99.0: + + Split the concept of player from the concept of video display + in the Clutter scenegraph (ie. you can now display the same or + part of the same video stream several times in a one or + multiple Clutter scenes). + + Introduce ClutterGstPlayer interface as a replacement for + ClutterMedia. + + Introduce ClutterGstCameraManager to discover/list available + camera on the system. + + Remove usage of Clutter and Cogl deprecated APIs. + + Add many example to help with usage of the new API, including + JavaScript examples (see examples/ directory). + + Rework a basic GStreamer plugin. +- Replace pkgconfig(cogl-1.0) for pkgconfig(cogl-2.0-experimental) + BuildRequires, since this is really what configure looks for. +- Add pkgconfig(gudev-1.0) BuildRequires: Build udev support. +- Bump soname following upstream changes. Also bump baselibs, and + make needed changes to post/postun. + +------------------------------------------------------------------- Old: ---- clutter-gst-2.0.12.tar.xz New: ---- clutter-gst-3.0.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clutter-gst.spec ++++++ --- /var/tmp/diff_new_pack.cTnWVv/_old 2015-02-06 10:40:37.000000000 +0100 +++ /var/tmp/diff_new_pack.cTnWVv/_new 2015-02-06 10:40:37.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package clutter-gst # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,16 @@ Name: clutter-gst -Version: 2.0.12 +Version: 3.0.4 Release: 0 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/2.0/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/clutter-gst/3.0/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: pkgconfig(clutter-1.0) >= 1.6.0 -BuildRequires: pkgconfig(cogl-1.0) >= 1.8.0 +BuildRequires: pkgconfig(cogl-2.0-experimental) >= 2.0.0 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gstreamer-1.0) >= 1.2.0 BuildRequires: pkgconfig(gstreamer-audio-1.0) @@ -34,6 +34,7 @@ BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) BuildRequires: pkgconfig(gstreamer-tag-1.0) BuildRequires: pkgconfig(gstreamer-video-1.0) +BuildRequires: pkgconfig(gudev-1.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libclutter-gst-2_0-0 = %{version}-%{release} @@ -43,21 +44,21 @@ Clutter GStreamer enables the use of GStreamer with Clutter. -%package -n libclutter-gst-2_0-0 +%package -n libclutter-gst-3_0-0 Summary: GStreamer integration for Clutter Group: System/Libraries -%description -n libclutter-gst-2_0-0 +%description -n libclutter-gst-3_0-0 Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. Clutter GStreamer enables the use of GStreamer with Clutter. -%package -n typelib-1_0-ClutterGst-2_0 +%package -n typelib-1_0-ClutterGst-3_0 Summary: GStreamer integration for Clutter -- Introspection bindings Group: System/Libraries -%description -n typelib-1_0-ClutterGst-2_0 +%description -n typelib-1_0-ClutterGst-3_0 Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. @@ -66,12 +67,12 @@ This package provides the GObject Introspection bindings for Clutter GStreamer. -%package -n gstreamer-plugin-gstclutter +%package -n gstreamer-plugin-gstclutter-3_0 Summary: GStreamer Clutter Plug-In Group: Productivity/Multimedia/Other -Supplements: packageand(gstreamer:libclutter-gst-2_0-0) +Supplements: packageand(gstreamer:libclutter-gst-3_0-0) -%description -n gstreamer-plugin-gstclutter +%description -n gstreamer-plugin-gstclutter-3_0 Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. @@ -81,9 +82,9 @@ %package devel Summary: GStreamer integration for Clutter Group: Development/Libraries/C and C++ -Requires: gstreamer-plugin-gstclutter = %{version} -Requires: libclutter-gst-2_0-0 = %{version} -Requires: typelib-1_0-ClutterGst-2_0 = %{version} +Requires: gstreamer-plugin-gstclutter-3_0 = %{version} +Requires: libclutter-gst-3_0-0 = %{version} +Requires: typelib-1_0-ClutterGst-3_0 = %{version} Provides: clutter-doc = %{version} Obsoletes: clutter-doc < %{version} @@ -107,29 +108,29 @@ %check make %{?_smp_mflags} check -%post -n libclutter-gst-2_0-0 -p /sbin/ldconfig +%post -n libclutter-gst-3_0-0 -p /sbin/ldconfig -%postun -n libclutter-gst-2_0-0 -p /sbin/ldconfig +%postun -n libclutter-gst-3_0-0 -p /sbin/ldconfig -%files -n libclutter-gst-2_0-0 +%files -n libclutter-gst-3_0-0 %defattr(-,root,root) %doc README COPYING %{_libdir}/*.so.* -%files -n typelib-1_0-ClutterGst-2_0 +%files -n typelib-1_0-ClutterGst-3_0 %defattr(-,root,root) -%{_libdir}/girepository-1.0/ClutterGst-2.0.typelib +%{_libdir}/girepository-1.0/ClutterGst-3.0.typelib -%files -n gstreamer-plugin-gstclutter +%files -n gstreamer-plugin-gstclutter-3_0 %defattr(-,root,root) -%{_libdir}/gstreamer-1.0/libgstclutter.so +%{_libdir}/gstreamer-1.0/libgstclutter-3.0.so %files devel %defattr(-,root,root) %{_libdir}/*.so -%{_includedir}/clutter-gst-2.0/ +%{_includedir}/clutter-gst-3.0/ %{_libdir}/pkgconfig/*.pc -%{_datadir}/gir-1.0/ClutterGst-2.0.gir -%doc %{_datadir}/gtk-doc/html/clutter-gst +%{_datadir}/gir-1.0/ClutterGst-3.0.gir +%doc %{_datadir}/gtk-doc/html/clutter-gst-3.0 %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.cTnWVv/_old 2015-02-06 10:40:37.000000000 +0100 +++ /var/tmp/diff_new_pack.cTnWVv/_new 2015-02-06 10:40:37.000000000 +0100 @@ -1 +1 @@ -libclutter-gst-2_0-0 +libclutter-gst-3_0-0 ++++++ clutter-gst-2.0.12.tar.xz -> clutter-gst-3.0.4.tar.xz ++++++ ++++ 37232 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
