summaryrefslogtreecommitdiff
path: root/x11/inputproto
diff options
context:
space:
mode:
authorwiz <wiz>2012-06-03 19:45:42 +0000
committerwiz <wiz>2012-06-03 19:45:42 +0000
commit4e76207f8cba1856872165c3e6e3e70ce1af9838 (patch)
tree5b5fd9b5f8205221208d29bc361ba9aa85a22957 /x11/inputproto
parent8fe2311b1ec1b04f7ec4ed862cbdfaea4ff3041a (diff)
downloadpkgsrc-4e76207f8cba1856872165c3e6e3e70ce1af9838.tar.gz
Update to 2.2:
2.2: The X Input Extension protocol version 2.2 is now available. The main feature added in this version is support for multitouch devices and the ability for clients to register for and receive touch events. Multitouch support in XI 2.2 aims to - support a dynamic number of simultaneous touch points, - support devices that are both multitouch and traditional pointer devices, - allow touchpoints to be either grouped together or handled separately, - be backwards-compatible to pre-XI 2.2 clients through emulation of XI 2.x/XI 1.x and core pointer events. For a description of the new features see the following posts: - http://who-t.blogspot.com.au/2011/12/multitouch-in-x-getting-events.html - http://who-t.blogspot.com.au/2011/12/multitouch-in-x-pointer-emulation.html - http://who-t.blogspot.com.au/2012/01/multitouch-in-x-touch-grab-handling.html - http://who-t.blogspot.com.au/2012/02/multitouch-in-x-multitouch-touchpads.html Many thanks to all who have contributed to this protocol. 2.1: We haven't had any change requests to the 2.1 protocol changes and the 2.2 changes are about to be done soon too. Time for a release. inputproto contains the protocol specification and header files for the X Input Extension. This release introduces two new features: - smooth scrolling support allows devices to send scroll events through valuator information instead of the traditional button 4-7 clicks. - new raw event behaviour allows clients to listen to raw events from a device even if that device is currently grabbed For a description of the changes, see http://who-t.blogspot.com/2011/09/whats-new-in-xi-21-smooth-scrolling.html http://who-t.blogspot.com/2011/09/whats-new-in-xi-21-raw-events.html http://who-t.blogspot.com/2011/09/whats-new-in-xi-21-xi2-defines.html http://who-t.blogspot.com/2011/09/whats-new-in-xi-21-versioning.html Other changes include packaging fixes and miscellaneous fixes.
Diffstat (limited to 'x11/inputproto')
-rw-r--r--x11/inputproto/Makefile4
-rw-r--r--x11/inputproto/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/inputproto/Makefile b/x11/inputproto/Makefile
index 9d5a2f93858..c27c257aa52 100644
--- a/x11/inputproto/Makefile
+++ b/x11/inputproto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2010/04/09 08:21:48 tnn Exp $
+# $NetBSD: Makefile,v 1.13 2012/06/03 19:45:42 wiz Exp $
#
-DISTNAME= inputproto-2.0
+DISTNAME= inputproto-2.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/inputproto/distinfo b/x11/inputproto/distinfo
index 2702344aef8..0136fb9e5d7 100644
--- a/x11/inputproto/distinfo
+++ b/x11/inputproto/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2010/04/09 08:21:48 tnn Exp $
+$NetBSD: distinfo,v 1.12 2012/06/03 19:45:42 wiz Exp $
-SHA1 (inputproto-2.0.tar.bz2) = 3ed9879b7dd3c14ae2283959f5962162fc01c219
-RMD160 (inputproto-2.0.tar.bz2) = 75263dfb32f2ad869ae9a9274665a1b8eb5719ff
-Size (inputproto-2.0.tar.bz2) = 140071 bytes
+SHA1 (inputproto-2.2.tar.bz2) = 500e0a6dac3523887c0b82753fe5e9d4bb982137
+RMD160 (inputproto-2.2.tar.bz2) = 7b93f798ab953e21e64a21170d6d151c6ffe3171
+Size (inputproto-2.2.tar.bz2) = 178839 bytes