NOTICE: This package has been removed from pkgsrc

./wip/gtk-vnc, VNC viewer widget for GTK

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.3.8nb1, Package name: gtk-vnc-0.3.8nb1, Maintainer: pkgsrc-users

gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
allowing it to be completely asynchronous while remaining single
threaded. It provides a core C library, and bindings for Python
(PyGTK).


Required to run:
[graphics/gtkglext] [security/gnutls] [devel/glib2] [x11/gtk2]

Required to build:
[pkgtools/x11-links] [devel/libtool-base] [devel/pkg-config] [x11/renderproto] [x11/xproto] [x11/fixesproto] [x11/inputproto] [x11/xextproto] [x11/randrproto]

Master sites: (Expand)

SHA1: 58b729504df8ce8a043bfbf6351d751e8c8b8a09
RMD160: d0fe46cf6fba4e68165e91a54f9373eff3d77932
Filesize: 596.217 KB

Version history: (Expand)


CVS history: (Expand)


   2009-04-06 12:19:38 by Thomas Klausner | Files touched by this commit (15) | Package removed
Log message:
Remove vinagre and gtk-vnc, import to pkgsrc/net.

   2009-04-02 09:52:39 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add user-destdir support. Add --with-coroutine=gthread per a suggestion
from drochner.
Bump PKGREVISION.

   2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284)
Log message:
Convert buildlink3.mk files to new world order.
   2008-12-31 16:53:10 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 0.3.8:
Bug fixes:

 o Fix threads based coroutine locking
 o Switch to alternate d3des code for clarity in
   licensing terms
 o Re-write keycode handling to improve correctness on
   non-US keyboard layouts
 o Fix keycode to scancode translation for evdev keyboard
   driver
 o Save dimensions when getting desktop resize events
 o Avoid bogus framebuffer updates from psuedo-encodings
 o Always allow key ungrab if keyboard grab is active

New features:

 o Use Cairo for scaling support instead of OpenGL
 o Ported to compile & run under Win32/MinGW
   2008-12-04 17:12:11 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix path to gtk-vnc.

   2008-12-04 17:05:28 by Thomas Klausner | Files touched by this commit (10) | Imported package
Log message:
Initial import of gtk-vnc-0.3.7.
TODO:
Not sure if it works -- vinagre core dumps when one tries to open
a connection.

DESCR:
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
allowing it to be completely asynchronous while remaining single
threaded. It provides a core C library, and bindings for Python
(PyGTK).