Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vino: vino-2.32.1.ebuild ChangeLog
Date: Fri, 31 Dec 2010 18:17:42
Message-Id: 20101231181732.82CD820054@flycatcher.gentoo.org
1 pacho 10/12/31 18:17:32
2
3 Modified: ChangeLog
4 Added: vino-2.32.1.ebuild
5 Log:
6 Version bump: Be compatible with old (< 0.7.0) and new (>= 0.7.0) libnotify, translation updates.
7
8 (Portage version: 2.1.9.27/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.155 net-misc/vino/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vino/ChangeLog?rev=1.155&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vino/ChangeLog?rev=1.155&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vino/ChangeLog?r1=1.154&r2=1.155
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v
20 retrieving revision 1.154
21 retrieving revision 1.155
22 diff -u -r1.154 -r1.155
23 --- ChangeLog 8 Nov 2010 22:59:37 -0000 1.154
24 +++ ChangeLog 31 Dec 2010 18:17:32 -0000 1.155
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/vino
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.154 2010/11/08 22:59:37 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.155 2010/12/31 18:17:32 pacho Exp $
30 +
31 +*vino-2.32.1 (31 Dec 2010)
32 +
33 + 31 Dec 2010; Pacho Ramos <pacho@g.o> +vino-2.32.1.ebuild:
34 + Version bump: Be compatible with old (< 0.7.0) and new (>= 0.7.0) libnotify,
35 + translation updates.
36
37 08 Nov 2010; Gilles Dartiguelongue <eva@g.o>
38 -vino-2.26.2-r2.ebuild, vino-2.28.2.ebuild, vino-2.32.0.ebuild:
39
40
41
42 1.1 net-misc/vino/vino-2.32.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vino/vino-2.32.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vino/vino-2.32.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: vino-2.32.1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.32.1.ebuild,v 1.1 2010/12/31 18:17:32 pacho Exp $
52
53 EAPI="3"
54 GCONF_DEBUG="yes"
55
56 inherit eutils gnome2
57
58 DESCRIPTION="An integrated VNC server for GNOME"
59 HOMEPAGE="http://www.gnome.org/"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 IUSE="avahi crypt ipv6 jpeg gnome-keyring libnotify networkmanager ssl +telepathy zlib"
65
66 RDEPEND=">=dev-libs/glib-2.17:2
67 >=x11-libs/gtk+-2.20:2
68 >=gnome-base/gconf-2
69 >=sys-apps/dbus-1.2.3
70 >=net-libs/libsoup-2.24:2.4
71 >=dev-libs/libunique-1
72 dev-libs/dbus-glib
73 x11-libs/libXext
74 x11-libs/libXtst
75 avahi? ( >=net-dns/avahi-0.6[dbus] )
76 crypt? ( >=dev-libs/libgcrypt-1.1.90 )
77 gnome-keyring? ( || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 ) )
78 jpeg? ( virtual/jpeg:0 )
79 libnotify? ( >=x11-libs/libnotify-0.4.4 )
80 networkmanager? ( >=net-misc/networkmanager-0.7 )
81 ssl? ( >=net-libs/gnutls-1 )
82 telepathy? ( >=net-libs/telepathy-glib-0.11.6 )
83 zlib? ( sys-libs/zlib )"
84 DEPEND="${RDEPEND}
85 >=dev-lang/perl-5
86 >=dev-util/pkgconfig-0.9
87 >=dev-util/intltool-0.40
88 || (
89 gnome-base/libgnome-keyring
90 <gnome-base/gnome-keyring-2.29.4 )"
91 # keyring is always required at build time per bug 322763
92
93 pkg_setup() {
94 G2CONF="${G2CONF}
95 $(use_enable avahi)
96 $(use_enable crypt gcrypt)
97 $(use_enable ipv6)
98 $(use_with jpeg)
99 $(use_enable gnome-keyring)
100 $(use_enable libnotify)
101 $(use_enable networkmanager network-manager)
102 $(use_enable ssl gnutls)
103 $(use_enable telepathy)
104 $(use_with zlib)
105 $(use_with zlib libz)
106 --enable-libunique"
107 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
108 }
109
110 src_prepare() {
111 gnome2_src_prepare
112
113 # Fix autorestart loop, bug #277989
114 epatch "${FILESDIR}/${PN}-2.26.2-autorestart-loop.patch"
115 }
116
117 pkg_postinst() {
118 gnome2_pkg_postinst
119
120 elog "If you are getting refresh problems when using special 3D effects,"
121 elog "try disabling XDamage extension. For that, you can run the following:"
122 elog " gconftool-2 --type boolean --set /desktop/gnome/remote_access/disable_xdamage true"
123 elog "This is due http://bugs.freedesktop.org/12255"
124 }