Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/dasher: dasher-4.6.0.ebuild ChangeLog dasher-4.6.1.ebuild
Date: Sun, 28 Oct 2007 18:59:47
Message-Id: E1ImDMJ-0007kI-NL@stork.gentoo.org
1 eva 07/10/28 18:59:39
2
3 Modified: dasher-4.6.0.ebuild ChangeLog
4 Added: dasher-4.6.1.ebuild
5 Log:
6 bump to 4.6.1 and include patch to fix compilation with USE="accessibility"
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.2 app-accessibility/dasher/dasher-4.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/dasher-4.6.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/dasher-4.6.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/dasher-4.6.0.ebuild?r1=1.1&r2=1.2
15
16 Index: dasher-4.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.6.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- dasher-4.6.0.ebuild 14 Oct 2007 23:17:17 -0000 1.1
23 +++ dasher-4.6.0.ebuild 28 Oct 2007 18:59:39 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.6.0.ebuild,v 1.1 2007/10/14 23:17:17 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.6.0.ebuild,v 1.2 2007/10/28 18:59:39 eva Exp $
29
30 WANT_AUTOCONF="2.5"
31 WANT_AUTOMAKE="1.8"
32 @@ -73,6 +73,9 @@
33 epatch "${FILESDIR}/${PN}-4.4.0-gnome_help.patch"
34 epatch "${FILESDIR}/${PN}-4.4.2-gnome.patch"
35
36 + # Fix compilation with gcc-4
37 + epatch "${FILESDIR}/${PN}-4.5.2-gcc4-speech-fix.patch"
38 +
39 cp aclocal.m4 old-macros.m4
40 AT_M4DIR="." eautoreconf
41 }
42
43
44
45 1.111 app-accessibility/dasher/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/ChangeLog?rev=1.111&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/ChangeLog?rev=1.111&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/ChangeLog?r1=1.110&r2=1.111
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v
54 retrieving revision 1.110
55 retrieving revision 1.111
56 diff -u -r1.110 -r1.111
57 --- ChangeLog 14 Oct 2007 23:17:17 -0000 1.110
58 +++ ChangeLog 28 Oct 2007 18:59:39 -0000 1.111
59 @@ -1,6 +1,13 @@
60 # ChangeLog for app-accessibility/dasher
61 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.110 2007/10/14 23:17:17 eva Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.111 2007/10/28 18:59:39 eva Exp $
64 +
65 +*dasher-4.6.1 (28 Oct 2007)
66 +
67 + 28 Oct 2007; Gilles Dartiguelongue <eva@g.o>
68 + +files/dasher-4.5.2-gcc4-speech-fix.patch, dasher-4.6.0.ebuild,
69 + +dasher-4.6.1.ebuild:
70 + fix compilation with USE="accessibility" and bump to 4.6.1
71
72 *dasher-4.6.0 (14 Oct 2007)
73
74
75
76
77 1.1 app-accessibility/dasher/dasher-4.6.1.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/dasher-4.6.1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/dasher-4.6.1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: dasher-4.6.1.ebuild
83 ===================================================================
84 # Copyright 1999-2007 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.6.1.ebuild,v 1.1 2007/10/28 18:59:39 eva Exp $
87
88 WANT_AUTOCONF="2.5"
89 WANT_AUTOMAKE="1.8"
90
91 inherit autotools eutils gnome2
92
93 DESCRIPTION="A text entry interface, driven by continuous pointing gestures"
94 HOMEPAGE="http://www.inference.phy.cam.ac.uk/dasher/"
95
96 LICENSE="GPL-2"
97 SLOT="0"
98 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
99
100 IUSE="accessibility cairo gnome"
101
102 # The package claims to support 'qte', but it hasn't been tested.
103 # Any patches from someone who can test it are welcome.
104 # <leonardop@g.o>
105 RDEPEND=">=dev-libs/glib-2.6
106 dev-libs/expat
107 >=x11-libs/gtk+-2.6
108 >=gnome-base/gconf-2
109 >=gnome-base/libglade-2
110 gnome? (
111 >=gnome-base/libgnome-2
112 >=gnome-base/libgnomeui-2
113 >=gnome-base/gnome-vfs-2 )
114 accessibility? (
115 app-accessibility/gnome-speech
116 >=gnome-base/libbonobo-2
117 >=gnome-base/orbit-2
118 >=gnome-base/libgnomeui-2
119 >=gnome-extra/at-spi-1
120 dev-libs/atk )
121 cairo? ( >=x11-libs/gtk+-2.8 )
122
123 x11-libs/libX11
124 x11-libs/libXtst
125 x11-libs/libXt"
126
127 DEPEND="${RDEPEND}
128 >=dev-util/intltool-0.35
129 >=dev-util/pkgconfig-0.9
130 gnome? (
131 >=app-text/gnome-doc-utils-0.3.2
132 app-text/scrollkeeper )
133
134 x11-proto/xextproto
135 x11-proto/xproto"
136
137 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
138
139 pkg_setup() {
140 # we might want to support japanese and chinese input at some point
141 # --enable-japanese
142 # --enable-chinese
143
144 G2CONF="--disable-scrollkeeper \
145 $(use_enable accessibility a11y) \
146 $(use_enable accessibility speech) \
147 $(use_with cairo) \
148 $(use_with gnome)"
149 }
150
151 src_unpack() {
152 gnome2_src_unpack
153
154 sed -i -e 's:gtk-update-icon-cache:true:' ./Data/Makefile.am
155
156 epatch "${FILESDIR}/${PN}-4.5.2-as-needed.patch"
157
158 # Patches to fix compilation when USE=-gnome is used
159 # (bug #165154 and bug #189307)
160 epatch "${FILESDIR}/${PN}-4.4.0-gnome_help.patch"
161 epatch "${FILESDIR}/${PN}-4.4.2-gnome.patch"
162
163 # Fix compilation with gcc-4
164 epatch "${FILESDIR}/${PN}-4.5.2-gcc4-speech-fix.patch"
165
166 cp aclocal.m4 old-macros.m4
167 AT_M4DIR="." eautoreconf
168 }
169
170
171
172 --
173 gentoo-commits@g.o mailing list