pkgsrc/net/vino/Makefile

42 lines
1.2 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.29 2008/03/06 14:53:53 wiz Exp $
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
PKGREVISION= 4
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/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= VNC server for GNOME
USE_DIRS+= gnome2-1.5
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
GNU_CONFIGURE= yes
GCONF_SCHEMAS= vino-server.schemas
2007-01-10 18:27:32 +01:00
BUILDLINK_DEPMETHOD.libXt?= build
.include "options.mk"
.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.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"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"