Package: clutter-1.0 / 1.26.0+dfsg-3

Metadata

Package Version Patches format
clutter-1.0 1.26.0+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_do not build cookbook.patch | (download)

configure.ac | 3 0 + 3 - 0 !
doc/Makefile.am | 4 2 + 2 - 0 !
2 files changed, 2 insertions(+), 5 deletions(-)

 build without the cookbook directory
Don t create the Cogl GLib source multiple times.patch | (download)

clutter/clutter-backend.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 [patch] don't create the cogl glib source multiple times

Since the check for backend->cogl_context was accidentally moved
to clutter_backend_do_real_create_context, the Glib source that
is created at the end of clutter_backend_do_create_context() is
created and added each time create_context() is called, though
create_context() is supposed to be idempotent.

https://bugzilla.gnome.org/show_bug.cgi?id=768243

Rely on gdk to dispatch wayland events.patch | (download)

clutter/gdk/clutter-backend-gdk.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] rely on gdk to dispatch wayland events

Disable cogl dispatching wayland events as Gdk will already be
dispatching them causing a deadlock when cogl tries again to dispatch
wayland events.

https://bugzilla.gnome.org/show_bug.cgi?id=774079

gdk Ensure surface buffer scale is set.patch | (download)

clutter/gdk/clutter-stage-gdk.c | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 [patch] gdk: ensure surface buffer scale is set

GDK will only set the buffer scale for the surfaces it creates when
attaching an image or when using an egl window window. Neither will
happen for native clutter applications, thus directly set the buffer
scale from clutter in that case (so it's in sync with the rendering
scale)

Signed-off-by: Sjoerd Simons <sjoerd@luon.net>

https://bugzilla.gnome.org/show_bug.cgi?id=769190