r41024 - in /desktop/unstable/clutter-1.0/debian: changelog patches/ patches/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Mar 25 13:07:10 UTC 2014


Author: pochu
Date: Tue Mar 25 13:07:10 2014
New Revision: 41024

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41024
Log:
* d/p/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch:
  + Add missing annotations so that a few symbols are exported in the DSO.

Added:
    desktop/unstable/clutter-1.0/debian/patches/
    desktop/unstable/clutter-1.0/debian/patches/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch
    desktop/unstable/clutter-1.0/debian/patches/series
Modified:
    desktop/unstable/clutter-1.0/debian/changelog

Modified: desktop/unstable/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/changelog?rev=41024&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/changelog	[utf-8] Tue Mar 25 13:07:10 2014
@@ -16,7 +16,8 @@
       in experimental and there is nothing using it yet, and I would like to
       wait a bit before uploading libinput to unstable as the ABI isn't stable
       yet.
-  * 
+  * d/p/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch:
+    + Add missing annotations so that a few symbols are exported in the DSO.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 23 Mar 2014 15:50:21 +0100
 

Added: desktop/unstable/clutter-1.0/debian/patches/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/patches/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch?rev=41024&op=file
==============================================================================
--- desktop/unstable/clutter-1.0/debian/patches/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch	(added)
+++ desktop/unstable/clutter-1.0/debian/patches/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch	[utf-8] Tue Mar 25 13:07:10 2014
@@ -0,0 +1,46 @@
+From 63e0e4c3ea85be127ad36fc0e635ac4f2063fea4 Mon Sep 17 00:00:00 2001
+From: Emilio Pozuelo Monfort <pochu27 at gmail.com>
+Date: Tue, 25 Mar 2014 13:44:34 +0100
+Subject: [PATCH] wayland: Add missing CLUTTER_AVAILABLE annotations
+
+Signed-off-by: Emilio Pozuelo Monfort <pochu27 at gmail.com>
+---
+ clutter/wayland/clutter-wayland-surface.h | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/clutter/wayland/clutter-wayland-surface.h b/clutter/wayland/clutter-wayland-surface.h
+index da051e4..f674af8 100644
+--- a/clutter/wayland/clutter-wayland-surface.h
++++ b/clutter/wayland/clutter-wayland-surface.h
+@@ -88,21 +88,28 @@ struct _ClutterWaylandSurfaceClass
+   gpointer _padding_dummy[8];
+ };
+ 
++CLUTTER_AVAILABLE_IN_1_10
+ GType clutter_wayland_surface_get_type (void) G_GNUC_CONST;
+ 
++CLUTTER_AVAILABLE_IN_1_8
+ ClutterActor *clutter_wayland_surface_new               (struct wl_surface *surface);
++CLUTTER_AVAILABLE_IN_1_10
+ void          clutter_wayland_surface_set_surface       (ClutterWaylandSurface *self,
+                                                          struct wl_surface *surface);
++CLUTTER_AVAILABLE_IN_1_10
+ struct wl_surface *clutter_wayland_surface_get_surface  (ClutterWaylandSurface *self);
++CLUTTER_AVAILABLE_IN_1_8
+ gboolean      clutter_wayland_surface_attach_buffer     (ClutterWaylandSurface *self,
+                                                          struct wl_resource *buffer,
+                                                          GError **error);
++CLUTTER_AVAILABLE_IN_1_8
+ void          clutter_wayland_surface_damage_buffer     (ClutterWaylandSurface *self,
+                                                          struct wl_resource *buffer,
+                                                          gint32 x,
+                                                          gint32 y,
+                                                          gint32 width,
+                                                          gint32 height);
++CLUTTER_AVAILABLE_IN_1_10
+ CoglTexture  *clutter_wayland_surface_get_cogl_texture  (ClutterWaylandSurface *self);
+ 
+ G_END_DECLS
+-- 
+1.9.0
+

Added: desktop/unstable/clutter-1.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/patches/series?rev=41024&op=file
==============================================================================
--- desktop/unstable/clutter-1.0/debian/patches/series	(added)
+++ desktop/unstable/clutter-1.0/debian/patches/series	[utf-8] Tue Mar 25 13:07:10 2014
@@ -0,0 +1 @@
+0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch




More information about the pkg-gnome-commits mailing list