diff options
author | obache <obache> | 2011-09-13 09:17:26 +0000 |
---|---|---|
committer | obache <obache> | 2011-09-13 09:17:26 +0000 |
commit | aafb844bb2b1219db30da317f38fb560522d83eb (patch) | |
tree | 07e0034ad193cf22cfdf8c71b835165f8ea915b7 /x11/x11vnc | |
parent | 251a9873ada1cb7528667019a86c7dbb3be4b79e (diff) | |
download | pkgsrc-aafb844bb2b1219db30da317f38fb560522d83eb.tar.gz |
Update x11vnc to 0.9.13.
New in the 0.9.13 x11vnc release:
Improved support for non-X11 touchscreen devices (e.g. handheld or
cell phone) via Linux uinput input injection. Additional
tuning parameters are added. TSLIB touchscreen calibration
is supported. Tested on Qtmoko Neo Freerunner.
A tool, misc/uinput.pl, is provided to diagnose uinput
behavior on new devices.
The env. vars. X11VNC_UINPUT_BUS and X11VNC_UINPUT_VERSION
are available if leaving them unset does not work.
The Linux uinput non-X11 input injection can now be bypassed:
events can be directly written to the /dev/input/event
devices specified by the user (direct_abs=..., etc.)
A -pipeinput input injection helper script,
misc/qt_tslib_inject.pl is provided as a tweakable
non-builtin direct input injection method.
The list of new uinput parameters for the above two features is:
pressure, tslib_cal, touch_always, dragskip, btn_touch;
direct_rel, direct_abs, direct_btn, direct_key.
The included SSL enabled Java VNC Viewers now handle Mouse
Wheel events.
miscellaneous new features and changes:
In -reflect mode, the libvncclient connection can now have
the pixel format modified via the environment
variables X11VNC_REFLECT_bitsPerSample,
X11VNC_REFLECT_samplesPerPixel, and
X11VNC_REFLECT_bytesPerPixel
In -create mode the following environment variables are added
to fine tune the behavior: FIND_DISPLAY_NO_LSOF:
do not use lsof(1) to try to determine the Linux VT,
FIND_DISPLAY_NO_VT_FIND: do not try to determine the
Linux VT at all, X11VNC_CREATE_LC_ALL_C_OK: do not bother
undoing the setting LC_ALL=C that the create_display
script sets. The performance of the -create script
has been improved for large installations (100's of
user sessions on one machine.)
In -unixpw mode, one can now Tab from login: to Password.
An environment variable, X11VNC_SB_FACTOR, allows one to scale
the -sb screenblank sleep time from the default 2 secs.
In -rawfb mode, a bug is fixed in setting the number of bits
per pixel.
Documented that -grabkbd is no longer working with some/most
window managers (it can prevent resizing and menu posting.)
The macosx deprecated interface GetMainDevice() call is removed.
Compile with -DX11VNC_MACOSX_USE_GETMAINDEVICE if needed
for an old macosx version...
Miscellaneous code cleanup.
Diffstat (limited to 'x11/x11vnc')
-rw-r--r-- | x11/x11vnc/Makefile | 5 | ||||
-rw-r--r-- | x11/x11vnc/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/x11vnc/Makefile b/x11/x11vnc/Makefile index cfa4206b81f..9c43a5453d3 100644 --- a/x11/x11vnc/Makefile +++ b/x11/x11vnc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2011/08/23 13:06:54 obache Exp $ +# $NetBSD: Makefile,v 1.35 2011/09/13 09:17:26 obache Exp $ # -DISTNAME= x11vnc-0.9.12 -PKGREVISION= 6 +DISTNAME= x11vnc-0.9.13 CATEGORIES= x11 net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/} diff --git a/x11/x11vnc/distinfo b/x11/x11vnc/distinfo index e8c87ffdef9..9c0882bf537 100644 --- a/x11/x11vnc/distinfo +++ b/x11/x11vnc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2010/09/11 00:48:51 obache Exp $ +$NetBSD: distinfo,v 1.18 2011/09/13 09:17:26 obache Exp $ -SHA1 (x11vnc-0.9.12.tar.gz) = cf4e24bee5962b52d8f2a5442a7c44943a9cc0bb -RMD160 (x11vnc-0.9.12.tar.gz) = 4df835e53a6b3dccd47d49109a712c0405a798d7 -Size (x11vnc-0.9.12.tar.gz) = 2757806 bytes +SHA1 (x11vnc-0.9.13.tar.gz) = f011d81488ac94dc8dce2d88739c23bd85a976fa +RMD160 (x11vnc-0.9.13.tar.gz) = 5819a4ae85b25b41fb747ccafd27e228c3ee888e +Size (x11vnc-0.9.13.tar.gz) = 2853769 bytes |