Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/harfbuzz: metadata.xml harfbuzz-9999.ebuild harfbuzz-0.9.18.ebuild ChangeLog
Date: Wed, 05 Jun 2013 11:30:04
Message-Id: 20130605112957.0ABB62171D@flycatcher.gentoo.org
1 scarabeus 13/06/05 11:29:56
2
3 Modified: metadata.xml harfbuzz-9999.ebuild ChangeLog
4 Added: harfbuzz-0.9.18.ebuild
5 Log:
6 Version bump to 0.9.18 fixing bug#472346.
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
9
10 Revision Changes Path
11 1.5 media-libs/harfbuzz/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/metadata.xml?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/metadata.xml?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/metadata.xml?r1=1.4&r2=1.5
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/metadata.xml,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- metadata.xml 17 Dec 2012 19:33:26 -0000 1.4
24 +++ metadata.xml 5 Jun 2013 11:29:56 -0000 1.5
25 @@ -3,4 +3,8 @@
26 <pkgmetadata>
27 <herd>openoffice</herd>
28 <herd>gnome</herd>
29 + <use>
30 + <flag name="glib">Compile with GLib Unicode support</flag>
31 + <flag name="graphite">Use graphite to render complex non-Roman writing systems</flag>
32 + </use>
33 </pkgmetadata>
34
35
36
37 1.14 media-libs/harfbuzz/harfbuzz-9999.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild?rev=1.14&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild?rev=1.14&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild?r1=1.13&r2=1.14
42
43 Index: harfbuzz-9999.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v
46 retrieving revision 1.13
47 retrieving revision 1.14
48 diff -u -r1.13 -r1.14
49 --- harfbuzz-9999.ebuild 27 Feb 2013 23:34:03 -0000 1.13
50 +++ harfbuzz-9999.ebuild 5 Jun 2013 11:29:56 -0000 1.14
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2013 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v 1.13 2013/02/27 23:34:03 ottxor Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v 1.14 2013/06/05 11:29:56 scarabeus Exp $
56
57 EAPI=5
58
59 @@ -17,16 +17,17 @@
60 SLOT="0"
61 [[ ${PV} == 9999 ]] || \
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos ~x64-macos ~x64-solaris"
63 -IUSE="static-libs"
64 +IUSE="+cairo +glib +graphite icu static-libs +truetype"
65
66 RDEPEND="
67 - dev-libs/glib:2
68 - dev-libs/icu:=
69 - media-gfx/graphite2:=
70 - media-libs/freetype:2=
71 - x11-libs/cairo:=
72 + cairo? ( x11-libs/cairo:= )
73 + glib? ( dev-libs/glib:2 )
74 + graphite? ( media-gfx/graphite2:= )
75 + icu? ( dev-libs/icu:= )
76 + truetype? ( media-libs/freetype:2= )
77 "
78 DEPEND="${RDEPEND}
79 + dev-util/ragel
80 virtual/pkgconfig
81 "
82
83 @@ -48,7 +49,15 @@
84
85 src_configure() {
86 econf \
87 - $(use_enable static-libs static)
88 + --without-coretext \
89 + --without-uniscribe \
90 + $(use_enable static-libs static) \
91 + $(use_with cairo) \
92 + $(use_with glib) \
93 + $(use_with graphite graphite2) \
94 + $(use_with icu) \
95 + $(use_with truetype freetype)
96 +
97 }
98
99 src_install() {
100
101
102
103 1.34 media-libs/harfbuzz/ChangeLog
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.34&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.34&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?r1=1.33&r2=1.34
108
109 Index: ChangeLog
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v
112 retrieving revision 1.33
113 retrieving revision 1.34
114 diff -u -r1.33 -r1.34
115 --- ChangeLog 21 May 2013 10:31:14 -0000 1.33
116 +++ ChangeLog 5 Jun 2013 11:29:56 -0000 1.34
117 @@ -1,6 +1,13 @@
118 # ChangeLog for media-libs/harfbuzz
119 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
120 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.33 2013/05/21 10:31:14 scarabeus Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.34 2013/06/05 11:29:56 scarabeus Exp $
122 +
123 +*harfbuzz-0.9.18 (05 Jun 2013)
124 +
125 + 05 Jun 2013; Tomáš Chvátal <scarabeus@g.o>
126 + +files/harfbuzz-0.9.18-ldadd.patch, +harfbuzz-0.9.18.ebuild,
127 + harfbuzz-9999.ebuild, metadata.xml:
128 + Version bump to 0.9.18 fixing bug#472346.
129
130 *harfbuzz-0.9.17 (21 May 2013)
131
132
133
134
135 1.1 media-libs/harfbuzz/harfbuzz-0.9.18.ebuild
136
137 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.18.ebuild?rev=1.1&view=markup
138 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.18.ebuild?rev=1.1&content-type=text/plain
139
140 Index: harfbuzz-0.9.18.ebuild
141 ===================================================================
142 # Copyright 1999-2013 Gentoo Foundation
143 # Distributed under the terms of the GNU General Public License v2
144 # $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.18.ebuild,v 1.1 2013/06/05 11:29:56 scarabeus Exp $
145
146 EAPI=5
147
148 EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
149 [[ ${PV} == 9999 ]] && inherit git-2 autotools
150
151 inherit eutils libtool autotools
152
153 DESCRIPTION="An OpenType text shaping engine"
154 HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
155 [[ ${PV} == 9999 ]] || SRC_URI="http://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2"
156
157 LICENSE="Old-MIT ISC icu"
158 SLOT="0"
159 [[ ${PV} == 9999 ]] || \
160 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos ~x64-macos ~x64-solaris"
161 IUSE="+cairo +glib +graphite icu static-libs +truetype"
162
163 RDEPEND="
164 cairo? ( x11-libs/cairo:= )
165 glib? ( dev-libs/glib:2 )
166 graphite? ( media-gfx/graphite2:= )
167 icu? ( dev-libs/icu:= )
168 truetype? ( media-libs/freetype:2= )
169 "
170 DEPEND="${RDEPEND}
171 dev-util/ragel
172 virtual/pkgconfig
173 "
174
175 src_prepare() {
176 if [[ ${CHOST} == *-darwin* ]] ; then
177 # on Darwin we need to link with g++, like automake defaults to,
178 # but overridden by upstream because on Linux this is not
179 # necessary, bug #449126
180 sed -i \
181 -e 's/\<LINK\>/CXXLINK/' \
182 src/Makefile.am || die
183 sed -i \
184 -e '/libharfbuzz_la_LINK = /s/\<LINK\>/CXXLINK/' \
185 src/Makefile.in || die
186 fi
187
188 [[ ${PV} == 9999 ]] && eautoreconf
189 elibtoolize # for building a shared library on x64-solaris
190
191 epatch "${FILESDIR}/${P}-ldadd.patch"
192 eautoreconf
193 }
194
195 src_configure() {
196 econf \
197 --without-coretext \
198 --without-uniscribe \
199 $(use_enable static-libs static) \
200 $(use_with cairo) \
201 $(use_with glib) \
202 $(use_with graphite graphite2) \
203 $(use_with icu) \
204 $(use_with truetype freetype)
205
206 }
207
208 src_install() {
209 default
210 prune_libtool_files --modules
211 }