diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-25 16:10:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-25 16:10:17 +0000 |
commit | c912c8585987b732d8b0cd50eea1e3c1d79bbbaa (patch) | |
tree | 58ee20dc4eead482b0760fc9901c421069a2d69c | |
parent | bef2732106ff161e64d30af4d63701b207898b4b (diff) | |
download | pkgsrc-c912c8585987b732d8b0cd50eea1e3c1d79bbbaa.tar.gz |
Update to 1.4.0:
Benjamin Close (2):
Correct the check for XI2, not every shell supports ==, but they do =
Clean up the detection of XI2
Bryce Harrington (1):
Add --list-props, --watch-props and --set-int-prop options to man page.
Julien Cristau (1):
Change xinput_CFLAGS to AM_CFLAGS to clear automake-1.10 warning
Paulo Cesar Pereira de Andrade (2):
Mandriva patches to xinput.
Compile warning fix.
Peter Hutterer (28):
Print out attachment of slave devices.
Add support for device hierarchy changes.
Add --loop to "xinput list". Re-prints devices when hierarchy changes.
Register for DeviceClassesChangedEvents, reprint the list when we get one.
Add support to set the client pointer.
Don't overwrite daemon with argc.
Replace Fred's name in the main license text with a general "The authors".
Remove deprecated imakefile.
Update XiSelectEvent API usage, has device argument now.
Modify to work with the changes in the XChangeDeviceHierarchy API.
Use new XQueryInputVersion() request to tell the server we can do XI 2.
Use find_device_info instead of requireing device ids on the cmdline.
Test for XI2 functions in libXi, add #ifdefs to build in non-XI2 setups.
Remove ChangeLog, is autogenerated now anyway.
Add list-props, set-int-prop and watch-props parameters.
Property code: If the Atom specified was an Atom, actually use it too.
Print property values in addition to their names.
Don't require extension devices for button mapping.
Use XI 1.5 property events.
Require inputproto 1.9.99.4
Use updated property events.
Add --delete-prop option.
Require inputproto 1.9.99.5
Require libXi 1.2 and inputproto 1.5.
Fix wrong type conversion in listing Atom properties.
Don't linebreak after listing a string or atom property.
Add set-atom-prop to set properties containing other properties.
xinput 1.4.0
Sascha Hlusiak (2):
Add --get-button-map option.
Call XSync instead XFlush to be able to handle errors
Simon Thum (1):
Add set-float-prop option to set properties using floating point numbers.
-rw-r--r-- | x11/xinput/Makefile | 9 | ||||
-rw-r--r-- | x11/xinput/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile index b3d5b2758d8..f6ff0d4e0ce 100644 --- a/x11/xinput/Makefile +++ b/x11/xinput/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/05/24 21:45:17 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2009/02/25 16:10:17 wiz Exp $ # -DISTNAME= xinput-1.3.0 +DISTNAME= xinput-1.4.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} @@ -14,8 +14,9 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= pkg-config -BUILDLINK_API_DEPENDS.inputproto+= inputproto>=1.4 - +BUILDLINK_API_DEPENDS.inputproto+= inputproto>=1.5 +.include "../../x11/inputproto/buildlink3.mk" +BUILDLINK_API_DEPENDS.libXi+= libXi>=1.2.0 .include "../../x11/libXi/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" diff --git a/x11/xinput/distinfo b/x11/xinput/distinfo index d6c7f2c4d23..7966cb1ed01 100644 --- a/x11/xinput/distinfo +++ b/x11/xinput/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/03/03 03:04:56 bjs Exp $ +$NetBSD: distinfo,v 1.2 2009/02/25 16:10:17 wiz Exp $ -SHA1 (xinput-1.3.0.tar.gz) = 2d82ffb57ff745401cface41af5e204a6d51284b -RMD160 (xinput-1.3.0.tar.gz) = 3138a8824bcf5805b8416ee967caecfc5cf9e0c5 -Size (xinput-1.3.0.tar.gz) = 119964 bytes +SHA1 (xinput-1.4.0.tar.gz) = ac89977347df97a1ea72cb2ce1fb52c66edee25c +RMD160 (xinput-1.4.0.tar.gz) = 94a2462c308d3c0ebec63aefc579c245e54e6792 +Size (xinput-1.4.0.tar.gz) = 126397 bytes |