File clutter-gst.changes of Package clutter-gst
-------------------------------------------------------------------
Mon Oct 3 16:46:18 CEST 2011 - dimstar@opensuse.org
- Update to version 1.4.2:
+ bgo#660732: Fix crashes when uploading RGB textures
+ Don't try to free NULL GstTagLists
- Move make check to %check section.
-------------------------------------------------------------------
Fri Sep 30 15:08:25 CEST 2011 - dimstar@opensuse.org
- Update to version 1.4.0:
+ Refinement of the subtitles and audio tracks API. clutter-gst
now gives the full GstTagList to the application.
+ Made the internal test player a bit more usable.
+ A number of fixes around automatic loading of external
subtitles files.
- Replace clutter-devel BuildRequires with pkgconfig(clutter-1.0)
- Add pkgconfig(cogl-1.0) BuildRequires to have full capabilities.
-------------------------------------------------------------------
Sat Sep 17 23:10:15 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Thu Sep 1 09:56:02 CEST 2011 - vuntz@opensuse.org
- Update to version 1.3.14:
+ Big split between the logic around playbin2 and the
clutter-specific part to be able to reuse the GStreamer logic
to implement new ClutterMedia objects.
+ Add new API to get the list of audio and subtitles tracks
+ Fix the leak of GstBus in VideoTexture
+ Fix the key navigation events in the sink
-------------------------------------------------------------------
Wed Jul 27 16:28:51 CEST 2011 - vuntz@opensuse.org
- Add baselibs.conf.
-------------------------------------------------------------------
Tue Jun 7 11:39:11 CEST 2011 - dimstar@opensuse.org
- Update to version 1.3.12:
+ Fix the GstNavigation interface of the sink
+ Some warning fixes with newer versions of Clutter.
-------------------------------------------------------------------
Mon May 16 22:23:55 CEST 2011 - dimstar@opensuse.org
- Update to version 1.3.10:
+ Fix the GstNavigation interface of the sink.
-------------------------------------------------------------------
Wed Apr 6 08:13:42 UTC 2011 - fcrozat@novell.com
- Update to version 1.3.8:
+ Implementation of the GstNavigation interface in the sink.
+ Initial support of download buffering (opt in).
+ Series of cleanups in VideoTexture (subtitles reset when
changing URI, state management, seek behaviour, ...).
+ The audio volume suffered from an hilariously bad bug that
multiplied the volume set by 10. Took the opportunity to use
GStreamer's StreamVolume to expose a cubic volume.
- Changes from version 1.3.4:
+ Make looping possible with set_playing(TRUE) in the the EOS
callback.
+ set_uri(NULL) is now handled and defined to stop the pipeline
and set the video texture in "idle mode" (painted with the idle
material).
- Changes from version 1.3.2:
+ An API addition: set_seek_flags() on the VideoTexture for a
finer control on how you can seek (fast or accurate).
+ Fix the notification of "progress" so it does not advertise 0
when seeking.
+ Fix the AYUV to RGBA shader.
-------------------------------------------------------------------
Tue Sep 21 09:25:54 CEST 2010 - vuntz@opensuse.org
- Update to version 1.3.2:
+ Respects the pixel-aspect-ratio property of the video frames
and have VideoTexture advertise the right preferred size.
+ Reworked how ARB fp programs are set on the materials using a
clutter 1.4 feature to set a program on a material, fixing the
way materials were used along the way.
+ Removed all raw GL code and only use Cogl.
- Changes from version 1.2.0:
+ Supports the ClutterMedia subtitle-related properties
introduced in 1.2.0.
+ Added a "idle material" to VideoTexture, a material that will
be used to paint the texture when not playing any video.
+ You can now set a user-agent when streaming videos.
+ The usual bulk of small fixes, small memory leaks, build
(builds on GLES2 now), don't use deprecated symbols, ...
- Move gir file to devel subpackage.
- Remove explicit Requires of devel subpackage: they will be added
automatically, the pkgconfig() way.
-------------------------------------------------------------------
Fri Apr 2 05:20:14 CEST 2010 - vuntz@opensuse.org
- Improve description of package.
-------------------------------------------------------------------
Sat Mar 13 20:59:58 UTC 2010 - dimstar@opensuse.org
- Fix build: correct filelist.
-------------------------------------------------------------------
Thu Feb 11 01:06:13 CET 2010 - vuntz@opensuse.org
- Update to version 1.0.0:
+ Uses the playbin2 GStreamer element.
+ Autoloads subtitle files when they have the same name than the
video being played and are in the same directory.
+ GObject introspection support.
+ Added a new clutter_gst_init_with_arg() symbol, changed
*get_playbin() to a more generic *get_pipeline()
+ A lot of small bug fixes and code clean up.
- Add gobject-introspection-devel BuildRequires. The introspection
data doesn't build yet, but it will once we have a newer
gobject-introspection.
- Drop clutter-gst-fix-build.patch: fixed upstream.
- Rename libclutter-gst-0_10-0 to libclutter-gst-1_0-0 after soname
change.
-------------------------------------------------------------------
Thu Jan 28 12:29:40 CET 2010 - vuntz@opensuse.org
- Add clutter-gst-fix-build.patch to fix build with latest clutter.
- Fix self-obsoletion of clutter-doc.
-------------------------------------------------------------------
Fri Jul 31 20:32:02 CEST 2009 - vuntz@novell.com
- Remove Obsoletes for libclutter-gst-0_8-0.
- Drop clutter-rpmlintrc as it's not needed anymore.
- Remove libdrm-devel BuildRequires from there -- it should now
appear automatically with a Requires in the Mesa-devel package.
-------------------------------------------------------------------
Thu Jul 30 13:49:23 CEST 2009 - vuntz@novell.com
- Update to version 0.10.0:
+ Requires stable Clutter 1.0.0
- Rename libclutter-gst-0_8-0 to libclutter-gst-0_10-0 and make it
obsolete the old package.
- Add clutter-gst-rpmlintrc.
-------------------------------------------------------------------
Sun Jul 26 03:34:47 CEST 2009 - captain.magnus@opensuse.org
- Update to version 0.9.0:
+ Requires clutter 0.9.6
+ Added support for ARB fp 1.0 shaders when available
+ Added support for YUV I420 to RBG colorspacing
+ Removed the 'use-shaders' property on ClutterGstVideoSink. The
sink detects itself what the underlying GL implementation
supports and negotiates capabilities based on what it has found
- Remove clutter-gst-warnings.patch. One part fixed upstream, other
part not relevant due to code change
- Remove BuildRequires gtk2-devel, pango-devel, xmlto, gtk-doc
- Add BuildRequires libdrm-devel
- Merge -doc into -devel since it only contains gtk-doc
- Remove gtk2-devel from -devel Requires
- Remove %if statements for <= 11.0
- Remove export SUSE_ASNEEDED=0
- Don't use --enable-gtk-doc with configure
- Replace DESTDIR=$RPM_BUILD_ROOT make install with %makeinstall
-------------------------------------------------------------------
Sun Jul 12 14:34:49 CEST 2009 - coolo@novell.com
- fix build in disabling as-needed
-------------------------------------------------------------------
Wed Oct 22 10:32:41 CDT 2008 - maw@suse.de
- Make debug packages require a specific %{version}-%{release}
- Fix up the -devel subpackages requirements.
-------------------------------------------------------------------
Thu Aug 28 01:15:12 CEST 2008 - ro@suse.de
- fix debug package requires
-------------------------------------------------------------------
Wed Aug 20 00:03:32 CEST 2008 - maw@suse.de
- Add clutter-gst-warnings.patch, which fixes a warning during
compilation
- Own /usr/share/gtk-doc/html/clutter-gst.
-------------------------------------------------------------------
Mon Jul 28 22:45:21 EDT 2008 - hfiguuiere@suse.de
- Initial release.