2008-03-06 15:53:47 +01:00
|
|
|
# $NetBSD: Makefile,v 1.29 2008/03/06 14:53:53 wiz Exp $
|
2005-01-05 00:47:27 +01:00
|
|
|
|
Update to 2.18.1. Changes (without translation updates):
Vino 2.18.1
===========
Fixes
+ Fix the non-XDAMAGE, non-XSHM support, bug #423887 (Mark)
+ Fix crash on vino_input_init(), bug #425863 (Jonh, Mark)
+ Fix crashes on critical warning in vino-preferences applet,
bug #418836 and bug #423027 (Halton Huo, Jonh)
Vino 2.18.0
===========
Fixes
+ Fix build fail with --enable-http-server (Halton Huo)
+ Fix crash when 'disconnect client' menu item is called twice (Jonh, Mark)
+ Adjusts in .desktop file, making it valid according with freedesktop.org (Jonh)
Vino 2.17.92
===========
Fixes
+ A few issues related to new Vino Status Icon (Jonh, Christian Persch)
+ Adjust Categories in desktop file according with new Control Center (Denis Washington)
+ Fix minor issues about GnomeIconTheme usage (Jani Monoses)
+ Updates port number in preferences window when server starts (Jonh)
Vino 2.17.5
===========
Features
+ Add D-Bus support so that capplet can find out the port number
from the server (Jonh, Mark)
+ Display a notification bubble when someone connects if we
haven't already prompted the user for authorization (Jonh, Mark)
Fixes
+ Replace deprecated GnomeIconTheme usage with GtkIconTheme (Christian Persch)
+ Don't mark GObject property descriptions for translation (Mark)
Vino 2.17.4
===========
Features
+ Add a status icon allowing you to disconnect users
(Jonh Wendell, Christian Persch, Mark, Calum, Andre Klapper)
Fixes
+ Hide the help button in the prompt dialog (Mark)
+ Fix broken keyboard under Xsun (Halton Huo, Mark)
+ Fix the desktop name remoted to the client (Jonh Wendell)
+ Fix the stringification of the client hostname (Jonh Wendell)
Vino 2.17.2
===========
Features
+ Add "local_only" GConf key for use with SSH tunnels (Mark, Shaya Potter)
+ Add "alternative_port" GConf key (Mark, John Wendell)
+ Add ability to use gnome-keyring to store VNC password (Mark, Steven Zhang)
+ Add IPv6 support (Mark, Srirama Sharma)
Fixes
+ Update for RFB 3.8 (Dan Winship)
+ Fix for X servers which don't support XShm (Dan Winship)
+ Fix CoRRE encoding problem (Mark)
+ Back-port some fixes from upstream libvncserver (Mark)
+ Add GTK category to .desktop file (Mark)
+ Mark some weird glade strings as non-translatable (Mark)
+ Fix icons not changing when icon theme changes (Mark)
+ Use glib's base64 functions instead of our own (Mark)
+ Use GtkLinkButton instead of VinoURL (Mariano Suárez-Alvarez)
Vino 2.16.0
===========
Fixes
+ Fix hang on wrong login (Gary Coady)
+ Build fixes for FreeBSD (Diego Pettenò)
+ Build fixes (Leonardo Boshell)
2007-04-12 23:22:47 +02:00
|
|
|
DISTNAME= vino-2.18.1
|
2008-03-06 15:53:47 +01:00
|
|
|
PKGREVISION= 4
|
2005-01-05 00:47:27 +01:00
|
|
|
CATEGORIES= net gnome
|
Update to 2.18.1. Changes (without translation updates):
Vino 2.18.1
===========
Fixes
+ Fix the non-XDAMAGE, non-XSHM support, bug #423887 (Mark)
+ Fix crash on vino_input_init(), bug #425863 (Jonh, Mark)
+ Fix crashes on critical warning in vino-preferences applet,
bug #418836 and bug #423027 (Halton Huo, Jonh)
Vino 2.18.0
===========
Fixes
+ Fix build fail with --enable-http-server (Halton Huo)
+ Fix crash when 'disconnect client' menu item is called twice (Jonh, Mark)
+ Adjusts in .desktop file, making it valid according with freedesktop.org (Jonh)
Vino 2.17.92
===========
Fixes
+ A few issues related to new Vino Status Icon (Jonh, Christian Persch)
+ Adjust Categories in desktop file according with new Control Center (Denis Washington)
+ Fix minor issues about GnomeIconTheme usage (Jani Monoses)
+ Updates port number in preferences window when server starts (Jonh)
Vino 2.17.5
===========
Features
+ Add D-Bus support so that capplet can find out the port number
from the server (Jonh, Mark)
+ Display a notification bubble when someone connects if we
haven't already prompted the user for authorization (Jonh, Mark)
Fixes
+ Replace deprecated GnomeIconTheme usage with GtkIconTheme (Christian Persch)
+ Don't mark GObject property descriptions for translation (Mark)
Vino 2.17.4
===========
Features
+ Add a status icon allowing you to disconnect users
(Jonh Wendell, Christian Persch, Mark, Calum, Andre Klapper)
Fixes
+ Hide the help button in the prompt dialog (Mark)
+ Fix broken keyboard under Xsun (Halton Huo, Mark)
+ Fix the desktop name remoted to the client (Jonh Wendell)
+ Fix the stringification of the client hostname (Jonh Wendell)
Vino 2.17.2
===========
Features
+ Add "local_only" GConf key for use with SSH tunnels (Mark, Shaya Potter)
+ Add "alternative_port" GConf key (Mark, John Wendell)
+ Add ability to use gnome-keyring to store VNC password (Mark, Steven Zhang)
+ Add IPv6 support (Mark, Srirama Sharma)
Fixes
+ Update for RFB 3.8 (Dan Winship)
+ Fix for X servers which don't support XShm (Dan Winship)
+ Fix CoRRE encoding problem (Mark)
+ Back-port some fixes from upstream libvncserver (Mark)
+ Add GTK category to .desktop file (Mark)
+ Mark some weird glade strings as non-translatable (Mark)
+ Fix icons not changing when icon theme changes (Mark)
+ Use glib's base64 functions instead of our own (Mark)
+ Use GtkLinkButton instead of VinoURL (Mariano Suárez-Alvarez)
Vino 2.16.0
===========
Fixes
+ Fix hang on wrong login (Gary Coady)
+ Build fixes for FreeBSD (Diego Pettenò)
+ Build fixes (Leonardo Boshell)
2007-04-12 23:22:47 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vino/2.18/}
|
2005-01-05 00:47:27 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-01-05 00:47:27 +01:00
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
COMMENT= VNC server for GNOME
|
|
|
|
|
|
|
|
USE_DIRS+= gnome2-1.5
|
|
|
|
USE_LIBTOOL= yes
|
2005-09-07 10:36:40 +02:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2006-07-05 07:37:39 +02:00
|
|
|
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
|
2005-09-07 10:36:40 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-01-05 00:47:27 +01:00
|
|
|
|
2007-09-21 15:03:25 +02:00
|
|
|
GCONF_SCHEMAS= vino-server.schemas
|
2005-01-05 00:47:27 +01:00
|
|
|
|
2007-01-10 18:27:32 +01:00
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
|
2007-08-14 11:30:56 +02:00
|
|
|
.include "options.mk"
|
|
|
|
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../devel/GConf/schemas.mk"
|
2005-01-05 00:47:27 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../devel/libglade/buildlink3.mk"
|
2005-01-05 00:47:27 +01:00
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
2005-03-22 17:36:46 +01:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2005-01-05 00:47:27 +01:00
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2007-01-10 18:27:32 +01:00
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../x11/libXt/buildlink3.mk"
|
2005-01-05 00:47:27 +01:00
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|