r40142 - in /desktop/experimental/clutter-1.0/debian: changelog libclutter-1.0-0.symbols rules
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sun Oct 27 21:54:54 UTC 2013
Author: sjoerd
Date: Sun Oct 27 21:54:54 2013
New Revision: 40142
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40142
Log:
debian/rules, debian/libclutter-1.0-0.symbols: Enable wayland backend and
wayland compositor support on linux
Modified:
desktop/experimental/clutter-1.0/debian/changelog
desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols
desktop/experimental/clutter-1.0/debian/rules
Modified: desktop/experimental/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/changelog?rev=40142&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/changelog [utf-8] Sun Oct 27 21:54:54 2013
@@ -1,3 +1,10 @@
+clutter-1.0 (1.16.0-2) UNRELEASED; urgency=low
+
+ * debian/rules, debian/libclutter-1.0-0.symbols: Enable wayland backend and
+ wayland compositor support on linux
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 27 Oct 2013 22:54:05 +0100
+
clutter-1.0 (1.16.0-1) experimental; urgency=low
* New upstream release.
Modified: desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols?rev=40142&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols [utf-8] Sun Oct 27 21:54:54 2013
@@ -1581,6 +1581,20 @@
clutter_vertex_get_type at Base 1.10.0
clutter_vertex_init at Base 1.10.0
clutter_vertex_new at Base 1.10.0
+ (arch=linux-any)clutter_wayland_disable_event_retrieval at Base 1.16.0-1
+ (arch=linux-any)clutter_wayland_input_device_get_wl_seat at Base 1.16.0-1
+ (arch=linux-any)clutter_wayland_set_compositor_display at Base 1.16.0-1
+ (arch=linux-any)clutter_wayland_set_display at Base 1.16.0-1
+ (arch=linux-any)clutter_wayland_stage_get_wl_shell_surface at Base 1.16.0-1
+ (arch=linux-any)clutter_wayland_stage_get_wl_surface at Base 1.16.0-1
+ (arch=linux-any)clutter_wayland_stage_set_wl_surface at Base 1.16.0-1
+ (arch=linux-any)clutter_wayland_surface_attach_buffer at Base 1.16.0-1
+ (arch=linux-any)clutter_wayland_surface_damage_buffer at Base 1.16.0-1
+ (arch=linux-any)clutter_wayland_surface_get_cogl_texture at Base 1.16.0-1
+ (arch=linux-any)clutter_wayland_surface_get_surface at Base 1.16.0-1
+ (arch=linux-any)clutter_wayland_surface_get_type at Base 1.16.0-1
+ (arch=linux-any)clutter_wayland_surface_new at Base 1.16.0-1
+ (arch=linux-any)clutter_wayland_surface_set_surface at Base 1.16.0-1
clutter_x11_add_filter at Base 1.10.0
clutter_x11_disable_event_retrieval at Base 1.10.0
clutter_x11_enable_xinput at Base 1.10.0
Modified: desktop/experimental/clutter-1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/rules?rev=40142&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/rules [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/rules [utf-8] Sun Oct 27 21:54:54 2013
@@ -22,4 +22,10 @@
--enable-introspection=yes
DEB_DBG_PACKAGE_libclutter-1.0-0 := libclutter-1.0-dbg
+ifeq ($(DEB_HOST_ARCH_OS),linux)
+ DEB_CONFIGURE_EXTRA_FLAGS += \
+ --enable-wayland-backend=yes \
+ --enable-wayland-compositor=yes
+endif
+
common-binary-predeb-arch:: list-missing
More information about the pkg-gnome-commits
mailing list