Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gtk-vnc: ChangeLog gtk-vnc-0.5.0.ebuild
Date: Fri, 06 Apr 2012 08:00:22
Message-Id: 20120406080009.BC94B2004C@flycatcher.gentoo.org
1 tetromino 12/04/06 08:00:09
2
3 Modified: ChangeLog gtk-vnc-0.5.0.ebuild
4 Log:
5 Make pulseaudio optional (bug #399111).
6
7 (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.84 net-libs/gtk-vnc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.84&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?rev=1.84&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/ChangeLog?r1=1.83&r2=1.84
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v
19 retrieving revision 1.83
20 retrieving revision 1.84
21 diff -u -r1.83 -r1.84
22 --- ChangeLog 25 Mar 2012 17:09:35 -0000 1.83
23 +++ ChangeLog 6 Apr 2012 08:00:09 -0000 1.84
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-libs/gtk-vnc
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.83 2012/03/25 17:09:35 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.84 2012/04/06 08:00:09 tetromino Exp $
29 +
30 + 06 Apr 2012; Alexandre Rostovtsev <tetromino@g.o>
31 + gtk-vnc-0.5.0.ebuild, +files/gtk-vnc-0.5.0-pulseaudio-automagic.patch:
32 + Make pulseaudio optional (bug #399111).
33
34 25 Mar 2012; Raúl Porcel <armin76@g.o> gtk-vnc-0.4.4.ebuild:
35 alpha/ia64/sparc stable wrt #393007
36
37
38
39 1.4 net-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild?r1=1.3&r2=1.4
44
45 Index: gtk-vnc-0.5.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- gtk-vnc-0.5.0.ebuild 17 Feb 2012 04:50:11 -0000 1.3
52 +++ gtk-vnc-0.5.0.ebuild 6 Apr 2012 08:00:09 -0000 1.4
53 @@ -1,12 +1,12 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild,v 1.3 2012/02/17 04:50:11 tetromino Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild,v 1.4 2012/04/06 08:00:09 tetromino Exp $
58
59 EAPI="4"
60
61 PYTHON_DEPEND="python? 2"
62
63 -inherit base eutils gnome.org python
64 +inherit autotools base eutils gnome.org python
65
66 DESCRIPTION="VNC viewer widget for GTK"
67 HOMEPAGE="http://live.gnome.org/gtk-vnc"
68 @@ -14,7 +14,7 @@
69 LICENSE="GPL-2"
70 SLOT="0"
71 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
72 -IUSE="examples gtk3 +introspection python sasl vala"
73 +IUSE="examples gtk3 +introspection pulseaudio python sasl vala"
74
75 # libview is used in examples/gvncviewer -- no need
76 # glib-2.30.1 needed to avoid linking failure due to .la files (bug #399129)
77 @@ -23,13 +23,13 @@
78 COMMON_DEPEND=">=dev-libs/glib-2.30.1:2
79 >=dev-libs/libgcrypt-1.4.2
80 dev-libs/libgpg-error
81 - media-sound/pulseaudio
82 >=net-libs/gnutls-1.4
83 >=x11-libs/cairo-1.2
84 >=x11-libs/gtk+-2.18:2
85 x11-libs/libX11
86 gtk3? ( >=x11-libs/gtk+-2.91.3:3 )
87 introspection? ( >=dev-libs/gobject-introspection-0.9.4 )
88 + pulseaudio? ( media-sound/pulseaudio )
89 python? ( >=dev-python/pygtk-2:2 )
90 sasl? ( dev-libs/cyrus-sasl )"
91 RDEPEND="${COMMON_DEPEND}"
92 @@ -38,10 +38,14 @@
93 dev-util/pkgconfig
94 sys-devel/gettext
95 >=dev-util/intltool-0.40
96 +
97 + gnome-base/gnome-common
98 +
99 vala? (
100 dev-lang/vala:0.14[vapigen]
101 >=dev-libs/gobject-introspection-0.9.4 )
102 "
103 +# eautoreconf requires gnome-common
104
105 GTK2_BUILDDIR="${WORKDIR}/${P}_gtk2"
106 GTK3_BUILDDIR="${WORKDIR}/${P}_gtk3"
107 @@ -59,6 +63,10 @@
108 # https://bugzilla.gnome.org/show_bug.cgi?id=667943
109 epatch "${FILESDIR}/${PN}-0.5.0-pod.patch"
110
111 + # bug #399111, https://bugzilla.gnome.org/show_bug.cgi?id=673570
112 + # requires eautoreconf
113 + epatch "${FILESDIR}/${PN}-0.5.0-pulseaudio-automagic.patch"
114 +
115 python_convert_shebangs -r 2 .
116 mkdir "${GTK2_BUILDDIR}" || die
117 mkdir "${GTK3_BUILDDIR}" || die
118 @@ -73,6 +81,8 @@
119 sed -e 's/codegendir pygtk-2.0/codegendir pygobject-2.0/g' \
120 -i src/Makefile.* || die
121
122 + eautoreconf
123 +
124 # Work around https://bugzilla.gnome.org/show_bug.cgi?id=667941
125 [[ -e GNUmakefile ]] || touch GNUmakefile
126 }
127 @@ -82,6 +92,7 @@
128 myconf="
129 $(use_with examples) \
130 $(use_enable introspection) \
131 + $(use_with pulseaudio) \
132 $(use_with sasl) \
133 --with-coroutine=gthread \
134 --without-libview \