Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/harfbuzz: harfbuzz-0.9.23.ebuild harfbuzz-0.9.26.ebuild ChangeLog harfbuzz-9999.ebuild harfbuzz-0.9.18-r1.ebuild harfbuzz-0.9.20.ebuild
Date: Sat, 22 Feb 2014 19:26:39
Message-Id: 20140222192636.82CD92004C@flycatcher.gentoo.org
1 tetromino 14/02/22 19:26:36
2
3 Modified: harfbuzz-0.9.23.ebuild ChangeLog
4 harfbuzz-9999.ebuild
5 Added: harfbuzz-0.9.26.ebuild
6 Removed: harfbuzz-0.9.18-r1.ebuild harfbuzz-0.9.20.ebuild
7 Log:
8 Version bump with improved Korean and Myanmar support and various bugfixes; introspection support should be good enough now to enable by default. Fix tests when python3 is the system python interpreter (bug #501844, thanks to Émeric Maschino). Punt obsolete versions.
9
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
11
12 Revision Changes Path
13 1.9 media-libs/harfbuzz/harfbuzz-0.9.23.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild?rev=1.9&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild?rev=1.9&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild?r1=1.8&r2=1.9
18
19 Index: harfbuzz-0.9.23.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v
22 retrieving revision 1.8
23 retrieving revision 1.9
24 diff -u -r1.8 -r1.9
25 --- harfbuzz-0.9.23.ebuild 22 Feb 2014 15:32:23 -0000 1.8
26 +++ harfbuzz-0.9.23.ebuild 22 Feb 2014 19:26:36 -0000 1.9
27 @@ -1,13 +1,15 @@
28 # Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v 1.8 2014/02/22 15:32:23 pacho Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v 1.9 2014/02/22 19:26:36 tetromino Exp $
32
33 EAPI=5
34
35 EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
36 [[ ${PV} == 9999 ]] && inherit git-2 autotools
37
38 -inherit eutils libtool autotools
39 +PYTHON_COMPAT=( python{2_6,2_7} )
40 +
41 +inherit eutils libtool python-any-r1
42
43 DESCRIPTION="An OpenType text shaping engine"
44 HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
45 @@ -18,7 +20,7 @@
46 [[ ${PV} == 9999 ]] || \
47 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
48 # TODO: +introspection when it's closer to finished and useful (0.9.21 hopefully)
49 -IUSE="+cairo +glib +graphite icu introspection static-libs +truetype"
50 +IUSE="+cairo +glib +graphite icu introspection static-libs test +truetype"
51 REQUIRED_USE="introspection? ( glib )"
52
53 RDEPEND="
54 @@ -32,6 +34,7 @@
55 DEPEND="${RDEPEND}
56 dev-util/gtk-doc-am
57 virtual/pkgconfig
58 + test? ( ${PYTHON_DEPS} )
59 "
60 # eautoreconf requires gobject-introspection-common
61 # ragel needed if regenerating *.hh files from *.rl
62 @@ -40,6 +43,10 @@
63 dev-util/ragel
64 "
65
66 +pkg_setup() {
67 + use test && python-any-r1_pkg_setup
68 +}
69 +
70 src_prepare() {
71 if [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] ; then
72 # on Darwin/Solaris we need to link with g++, like automake defaults
73
74
75
76 1.62 media-libs/harfbuzz/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.62&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.62&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?r1=1.61&r2=1.62
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v
85 retrieving revision 1.61
86 retrieving revision 1.62
87 diff -u -r1.61 -r1.62
88 --- ChangeLog 22 Feb 2014 15:32:23 -0000 1.61
89 +++ ChangeLog 22 Feb 2014 19:26:36 -0000 1.62
90 @@ -1,6 +1,17 @@
91 # ChangeLog for media-libs/harfbuzz
92 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.61 2014/02/22 15:32:23 pacho Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.62 2014/02/22 19:26:36 tetromino Exp $
95 +
96 +*harfbuzz-0.9.26 (22 Feb 2014)
97 +
98 + 22 Feb 2014; Alexandre Rostovtsev <tetromino@g.o>
99 + -harfbuzz-0.9.18-r1.ebuild, -harfbuzz-0.9.20.ebuild, harfbuzz-0.9.23.ebuild,
100 + +harfbuzz-0.9.26.ebuild, harfbuzz-9999.ebuild,
101 + -files/harfbuzz-0.9.18-ldadd.patch:
102 + Version bump with improved Korean and Myanmar support and various bugfixes;
103 + introspection support should be good enough now to enable by default. Fix
104 + tests when python3 is the system python interpreter (bug #501844, thanks to
105 + Émeric Maschino). Punt obsolete versions.
106
107 22 Feb 2014; Pacho Ramos <pacho@g.o> harfbuzz-0.9.23.ebuild:
108 arch stable, bug 888
109
110
111
112 1.21 media-libs/harfbuzz/harfbuzz-9999.ebuild
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild?rev=1.21&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild?rev=1.21&content-type=text/plain
116 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild?r1=1.20&r2=1.21
117
118 Index: harfbuzz-9999.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v
121 retrieving revision 1.20
122 retrieving revision 1.21
123 diff -u -r1.20 -r1.21
124 --- harfbuzz-9999.ebuild 20 Jan 2014 19:21:18 -0000 1.20
125 +++ harfbuzz-9999.ebuild 22 Feb 2014 19:26:36 -0000 1.21
126 @@ -1,13 +1,15 @@
127 # Copyright 1999-2014 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v 1.20 2014/01/20 19:21:18 vapier Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v 1.21 2014/02/22 19:26:36 tetromino Exp $
131
132 EAPI=5
133
134 EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
135 [[ ${PV} == 9999 ]] && inherit git-2 autotools
136
137 -inherit eutils libtool autotools
138 +PYTHON_COMPAT=( python{2_6,2_7} )
139 +
140 +inherit eutils libtool python-any-r1
141
142 DESCRIPTION="An OpenType text shaping engine"
143 HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
144 @@ -17,8 +19,7 @@
145 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
146 [[ ${PV} == 9999 ]] || \
147 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
148 -# TODO: +introspection when it's closer to finished and useful (0.9.21 hopefully)
149 -IUSE="+cairo +glib +graphite icu introspection static-libs +truetype"
150 +IUSE="+cairo +glib +graphite icu +introspection static-libs test +truetype"
151 REQUIRED_USE="introspection? ( glib )"
152
153 RDEPEND="
154 @@ -32,6 +33,7 @@
155 DEPEND="${RDEPEND}
156 dev-util/gtk-doc-am
157 virtual/pkgconfig
158 + test? ( ${PYTHON_DEPS} )
159 "
160 # eautoreconf requires gobject-introspection-common
161 # ragel needed if regenerating *.hh files from *.rl
162 @@ -40,6 +42,10 @@
163 dev-util/ragel
164 "
165
166 +pkg_setup() {
167 + use test && python-any-r1_pkg_setup
168 +}
169 +
170 src_prepare() {
171 if [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] ; then
172 # on Darwin/Solaris we need to link with g++, like automake defaults
173
174
175
176 1.1 media-libs/harfbuzz/harfbuzz-0.9.26.ebuild
177
178 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.26.ebuild?rev=1.1&view=markup
179 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.26.ebuild?rev=1.1&content-type=text/plain
180
181 Index: harfbuzz-0.9.26.ebuild
182 ===================================================================
183 # Copyright 1999-2014 Gentoo Foundation
184 # Distributed under the terms of the GNU General Public License v2
185 # $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.26.ebuild,v 1.1 2014/02/22 19:26:36 tetromino Exp $
186
187 EAPI=5
188
189 EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
190 [[ ${PV} == 9999 ]] && inherit git-2 autotools
191
192 PYTHON_COMPAT=( python{2_6,2_7} )
193
194 inherit eutils libtool python-any-r1
195
196 DESCRIPTION="An OpenType text shaping engine"
197 HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
198 [[ ${PV} == 9999 ]] || SRC_URI="http://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2"
199
200 LICENSE="Old-MIT ISC icu"
201 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
202 [[ ${PV} == 9999 ]] || \
203 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
204 IUSE="+cairo +glib +graphite icu +introspection static-libs test +truetype"
205 REQUIRED_USE="introspection? ( glib )"
206
207 RDEPEND="
208 cairo? ( x11-libs/cairo:= )
209 glib? ( dev-libs/glib:2 )
210 graphite? ( media-gfx/graphite2:= )
211 icu? ( dev-libs/icu:= )
212 introspection? ( >=dev-libs/gobject-introspection-1.32 )
213 truetype? ( media-libs/freetype:2= )
214 "
215 DEPEND="${RDEPEND}
216 dev-util/gtk-doc-am
217 virtual/pkgconfig
218 test? ( ${PYTHON_DEPS} )
219 "
220 # eautoreconf requires gobject-introspection-common
221 # ragel needed if regenerating *.hh files from *.rl
222 [[ ${PV} = 9999 ]] && DEPEND="${DEPEND}
223 >=dev-libs/gobject-introspection-common-1.32
224 dev-util/ragel
225 "
226
227 pkg_setup() {
228 use test && python-any-r1_pkg_setup
229 }
230
231 src_prepare() {
232 if [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] ; then
233 # on Darwin/Solaris we need to link with g++, like automake defaults
234 # to, but overridden by upstream because on Linux this is not
235 # necessary, bug #449126
236 sed -i \
237 -e 's/\<LINK\>/CXXLINK/' \
238 src/Makefile.am || die
239 sed -i \
240 -e '/libharfbuzz_la_LINK = /s/\<LINK\>/CXXLINK/' \
241 src/Makefile.in || die
242 sed -i \
243 -e '/AM_V_CCLD/s/\<LINK\>/CXXLINK/' \
244 test/api/Makefile.in || die
245 fi
246
247 [[ ${PV} == 9999 ]] && eautoreconf
248 elibtoolize # for Solaris
249 }
250
251 src_configure() {
252 econf \
253 --without-coretext \
254 --without-uniscribe \
255 $(use_enable static-libs static) \
256 $(use_with cairo) \
257 $(use_with glib) \
258 $(use_with glib gobject) \
259 $(use_with graphite graphite2) \
260 $(use_with icu) \
261 $(use_enable introspection) \
262 $(use_with truetype freetype)
263 }
264
265 src_install() {
266 default
267 prune_libtool_files --modules
268 }