r40146 - in /desktop/experimental/clutter-1.0/debian: changelog control control.in libclutter-1.0-0.symbols rules
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sun Oct 27 22:51:32 UTC 2013
Author: sjoerd
Date: Sun Oct 27 22:51:31 2013
New Revision: 40146
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40146
Log:
debian/rules, debian/libclutter-1.0-0.symbols: Enable evdev input backend
support on linux
Modified:
desktop/experimental/clutter-1.0/debian/changelog
desktop/experimental/clutter-1.0/debian/control
desktop/experimental/clutter-1.0/debian/control.in
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=40146&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/changelog [utf-8] Sun Oct 27 22:51:31 2013
@@ -3,8 +3,10 @@
* debian/rules, debian/libclutter-1.0-0.symbols: Enable wayland backend and
wayland compositor support on linux
* debian/rules, debian/libclutter-1.0-0.symbols: Enable native EGL backend
-
- -- Sjoerd Simons <sjoerd at debian.org> Sun, 27 Oct 2013 23:14:02 +0100
+ * debian/rules, debian/libclutter-1.0-0.symbols: Enable evdev input backend
+ support on linux
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 27 Oct 2013 23:50:56 +0100
clutter-1.0 (1.16.0-1) experimental; urgency=low
Modified: desktop/experimental/clutter-1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/control?rev=40146&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/control [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/control [utf-8] Sun Oct 27 22:51:31 2013
@@ -7,7 +7,7 @@
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Gustavo Noronha Silva <kov at debian.org>, Laurent Bigonville <bigon at debian.org>, Sjoerd Simons <sjoerd at debian.org>, Rico Tzschichholz <ricotz at ubuntu.com>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Gustavo Noronha Silva <kov at debian.org>, Sjoerd Simons <sjoerd at debian.org>, Rico Tzschichholz <ricotz at ubuntu.com>
Build-Depends: debhelper (>= 8.1.3~),
cdbs (>= 0.4.93~),
dh-autoreconf,
@@ -32,7 +32,8 @@
gobject-introspection (>= 1.35.8),
libatk1.0-dev (>= 2.5.3),
libgdk-pixbuf2.0-dev (>= 2.0),
- libgtk-3-dev (>= 3.3.18)
+ libgtk-3-dev (>= 3.3.18),
+ libevdev-dev [linux-any]
Standards-Version: 3.9.3
Homepage: http://www.clutter-project.org/
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/clutter-1.0
Modified: desktop/experimental/clutter-1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/control.in?rev=40146&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/control.in [utf-8] Sun Oct 27 22:51:31 2013
@@ -27,7 +27,8 @@
gobject-introspection (>= 1.35.8),
libatk1.0-dev (>= 2.5.3),
libgdk-pixbuf2.0-dev (>= 2.0),
- libgtk-3-dev (>= 3.3.18)
+ libgtk-3-dev (>= 3.3.18),
+ libevdev-dev [linux-any]
Standards-Version: 3.9.3
Homepage: http://www.clutter-project.org/
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/clutter-1.0
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=40146&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 22:51:31 2013
@@ -623,6 +623,7 @@
clutter_desaturate_effect_get_type at Base 1.10.0
clutter_desaturate_effect_new at Base 1.10.0
clutter_desaturate_effect_set_factor at Base 1.10.0
+ (arch=linux-any)clutter_device_manager_evdev_get_type at Base 1.16.0
clutter_device_manager_get_core_device at Base 1.10.0
clutter_device_manager_get_default at Base 1.10.0
clutter_device_manager_get_device at Base 1.10.0
@@ -652,6 +653,11 @@
clutter_egl_display at Base 1.16.0-2
clutter_egl_get_egl_display at Base 1.16.0-2
clutter_eglx_display at Base 1.16.0-2
+ (arch=linux-any)clutter_evdev_reclaim_devices at Base 1.16.0
+ (arch=linux-any)clutter_evdev_release_devices at Base 1.16.0
+ (arch=linux-any)clutter_evdev_set_keyboard_map at Base 1.16.0
+ (arch=linux-any)clutter_evdev_set_open_callback at Base 1.16.0
+ (arch=linux-any)clutter_evdev_set_pointer_constrain_callback at Base 1.16.0
clutter_event_copy at Base 1.10.0
clutter_event_flags_get_type at Base 1.10.0
clutter_event_free at Base 1.10.0
@@ -821,6 +827,7 @@
clutter_init_error_quark at Base 1.10.0
clutter_init_with_args at Base 1.10.0
clutter_input_axis_get_type at Base 1.10.0
+ (arch=linux-any)clutter_input_device_evdev_get_type at Base 1.16.0
clutter_input_device_get_associated_device at Base 1.10.0
clutter_input_device_get_axis at Base 1.10.0
clutter_input_device_get_axis_value 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=40146&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/rules [utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/rules [utf-8] Sun Oct 27 22:51:31 2013
@@ -26,7 +26,8 @@
ifeq ($(DEB_HOST_ARCH_OS),linux)
DEB_CONFIGURE_EXTRA_FLAGS += \
--enable-wayland-backend=yes \
- --enable-wayland-compositor=yes
+ --enable-wayland-compositor=yes \
+ --enable-evdev-input=yes
endif
common-binary-predeb-arch:: list-missing
More information about the pkg-gnome-commits
mailing list