Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/podofo: podofo-0.8.2.ebuild podofo-0.8.1-r1.ebuild podofo-0.7.0.ebuild ChangeLog podofo-0.8.4.ebuild podofo-0.9.1.ebuild
Date: Mon, 05 Sep 2011 20:03:47
Message-Id: 20110905200336.D11162004C@flycatcher.gentoo.org
1 zmedico 11/09/05 20:03:36
2
3 Modified: podofo-0.8.2.ebuild podofo-0.8.1-r1.ebuild
4 podofo-0.7.0.ebuild ChangeLog podofo-0.8.4.ebuild
5 podofo-0.9.1.ebuild
6 Log:
7 Bug #381359 - undefined reference to `PoDoFo::PdfVariant::DelayedLoadImpl()' triggered by -fvisibility-inlines-hidden in CXXFLAGS.
8
9 (Portage version: 2.2.0_alpha53/cvs/Linux i686)
10
11 Revision Changes Path
12 1.3 app-text/podofo/podofo-0.8.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.8.2.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.8.2.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.8.2.ebuild?r1=1.2&r2=1.3
17
18 Index: podofo-0.8.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.8.2.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- podofo-0.8.2.ebuild 7 Nov 2010 21:11:46 -0000 1.2
25 +++ podofo-0.8.2.ebuild 5 Sep 2011 20:03:36 -0000 1.3
26 @@ -1,9 +1,9 @@
27 -# Copyright 1999-2010 Gentoo Foundation
28 +# Copyright 1999-2011 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.8.2.ebuild,v 1.2 2010/11/07 21:11:46 ssuominen Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.8.2.ebuild,v 1.3 2011/09/05 20:03:36 zmedico Exp $
32
33 EAPI=2
34 -inherit cmake-utils multilib
35 +inherit cmake-utils flag-o-matic multilib
36
37 DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format."
38 HOMEPAGE="http://sourceforge.net/projects/podofo/"
39 @@ -35,6 +35,10 @@
40 }
41
42 src_configure() {
43 +
44 + # Bug #381359: undefined reference to `PoDoFo::PdfVariant::DelayedLoadImpl()'
45 + filter-flags -fvisibility-inlines-hidden
46 +
47 mycmakeargs+=(
48 "-DPODOFO_BUILD_SHARED=1"
49 "-DPODOFO_HAVE_JPEG_LIB=1"
50
51
52
53 1.7 app-text/podofo/podofo-0.8.1-r1.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.8.1-r1.ebuild?rev=1.7&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.8.1-r1.ebuild?rev=1.7&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.8.1-r1.ebuild?r1=1.6&r2=1.7
58
59 Index: podofo-0.8.1-r1.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.8.1-r1.ebuild,v
62 retrieving revision 1.6
63 retrieving revision 1.7
64 diff -u -r1.6 -r1.7
65 --- podofo-0.8.1-r1.ebuild 12 Aug 2011 16:07:56 -0000 1.6
66 +++ podofo-0.8.1-r1.ebuild 5 Sep 2011 20:03:36 -0000 1.7
67 @@ -1,9 +1,9 @@
68 # Copyright 1999-2011 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.8.1-r1.ebuild,v 1.6 2011/08/12 16:07:56 xarthisius Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.8.1-r1.ebuild,v 1.7 2011/09/05 20:03:36 zmedico Exp $
72
73 EAPI=2
74 -inherit cmake-utils multilib
75 +inherit cmake-utils flag-o-matic multilib
76
77 DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format."
78 HOMEPAGE="http://sourceforge.net/projects/podofo/"
79 @@ -39,6 +39,10 @@
80 }
81
82 src_configure() {
83 +
84 + # Bug #381359: undefined reference to `PoDoFo::PdfVariant::DelayedLoadImpl()'
85 + filter-flags -fvisibility-inlines-hidden
86 +
87 mycmakeargs+=(
88 "-DPODOFO_BUILD_SHARED=1"
89 "-DPODOFO_HAVE_JPEG_LIB=1"
90
91
92
93 1.11 app-text/podofo/podofo-0.7.0.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.7.0.ebuild?rev=1.11&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.7.0.ebuild?rev=1.11&content-type=text/plain
97 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.7.0.ebuild?r1=1.10&r2=1.11
98
99 Index: podofo-0.7.0.ebuild
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.7.0.ebuild,v
102 retrieving revision 1.10
103 retrieving revision 1.11
104 diff -u -r1.10 -r1.11
105 --- podofo-0.7.0.ebuild 7 Nov 2010 21:11:46 -0000 1.10
106 +++ podofo-0.7.0.ebuild 5 Sep 2011 20:03:36 -0000 1.11
107 @@ -1,9 +1,9 @@
108 -# Copyright 1999-2010 Gentoo Foundation
109 +# Copyright 1999-2011 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.7.0.ebuild,v 1.10 2010/11/07 21:11:46 ssuominen Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.7.0.ebuild,v 1.11 2011/09/05 20:03:36 zmedico Exp $
113
114 EAPI=2
115 -inherit cmake-utils multilib
116 +inherit cmake-utils flag-o-matic multilib
117
118 DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format."
119 HOMEPAGE="http://sourceforge.net/projects/podofo/"
120 @@ -35,6 +35,10 @@
121 }
122
123 src_configure() {
124 +
125 + # Bug #381359: undefined reference to `PoDoFo::PdfVariant::DelayedLoadImpl()'
126 + filter-flags -fvisibility-inlines-hidden
127 +
128 mycmakeargs+=(
129 "-DPODOFO_BUILD_SHARED=1"
130 "-DPODOFO_HAVE_JPEG_LIB=1"
131
132
133
134 1.23 app-text/podofo/ChangeLog
135
136 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/ChangeLog?rev=1.23&view=markup
137 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/ChangeLog?rev=1.23&content-type=text/plain
138 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/ChangeLog?r1=1.22&r2=1.23
139
140 Index: ChangeLog
141 ===================================================================
142 RCS file: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v
143 retrieving revision 1.22
144 retrieving revision 1.23
145 diff -u -r1.22 -r1.23
146 --- ChangeLog 12 Aug 2011 16:07:56 -0000 1.22
147 +++ ChangeLog 5 Sep 2011 20:03:36 -0000 1.23
148 @@ -1,6 +1,12 @@
149 # ChangeLog for app-text/podofo
150 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
151 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.22 2011/08/12 16:07:56 xarthisius Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.23 2011/09/05 20:03:36 zmedico Exp $
153 +
154 + 05 Sep 2011; Zac Medico <zmedico@g.o> podofo-0.7.0.ebuild,
155 + podofo-0.8.1-r1.ebuild, podofo-0.8.2.ebuild, podofo-0.8.4.ebuild,
156 + podofo-0.9.1.ebuild:
157 + Bug #381359 - undefined reference to `PoDoFo::PdfVariant::DelayedLoadImpl()'
158 + triggered by -fvisibility-inlines-hidden in CXXFLAGS.
159
160 12 Aug 2011; Kacper Kowalik <xarthisius@g.o> podofo-0.8.1-r1.ebuild:
161 ppc stable wrt #333627
162
163
164
165 1.4 app-text/podofo/podofo-0.8.4.ebuild
166
167 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.8.4.ebuild?rev=1.4&view=markup
168 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.8.4.ebuild?rev=1.4&content-type=text/plain
169 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.8.4.ebuild?r1=1.3&r2=1.4
170
171 Index: podofo-0.8.4.ebuild
172 ===================================================================
173 RCS file: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.8.4.ebuild,v
174 retrieving revision 1.3
175 retrieving revision 1.4
176 diff -u -r1.3 -r1.4
177 --- podofo-0.8.4.ebuild 24 Feb 2011 17:31:10 -0000 1.3
178 +++ podofo-0.8.4.ebuild 5 Sep 2011 20:03:36 -0000 1.4
179 @@ -1,9 +1,9 @@
180 # Copyright 1999-2011 Gentoo Foundation
181 # Distributed under the terms of the GNU General Public License v2
182 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.8.4.ebuild,v 1.3 2011/02/24 17:31:10 zmedico Exp $
183 +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.8.4.ebuild,v 1.4 2011/09/05 20:03:36 zmedico Exp $
184
185 EAPI=2
186 -inherit cmake-utils eutils multilib
187 +inherit cmake-utils eutils flag-o-matic multilib
188
189 DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format."
190 HOMEPAGE="http://sourceforge.net/projects/podofo/"
191 @@ -54,6 +54,10 @@
192 }
193
194 src_configure() {
195 +
196 + # Bug #381359: undefined reference to `PoDoFo::PdfVariant::DelayedLoadImpl()'
197 + filter-flags -fvisibility-inlines-hidden
198 +
199 mycmakeargs+=(
200 "-DPODOFO_BUILD_SHARED=1"
201 "-DPODOFO_HAVE_JPEG_LIB=1"
202
203
204
205 1.2 app-text/podofo/podofo-0.9.1.ebuild
206
207 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild?rev=1.2&view=markup
208 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild?rev=1.2&content-type=text/plain
209 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild?r1=1.1&r2=1.2
210
211 Index: podofo-0.9.1.ebuild
212 ===================================================================
213 RCS file: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild,v
214 retrieving revision 1.1
215 retrieving revision 1.2
216 diff -u -r1.1 -r1.2
217 --- podofo-0.9.1.ebuild 9 May 2011 08:06:31 -0000 1.1
218 +++ podofo-0.9.1.ebuild 5 Sep 2011 20:03:36 -0000 1.2
219 @@ -1,9 +1,9 @@
220 # Copyright 1999-2011 Gentoo Foundation
221 # Distributed under the terms of the GNU General Public License v2
222 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild,v 1.1 2011/05/09 08:06:31 zmedico Exp $
223 +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild,v 1.2 2011/09/05 20:03:36 zmedico Exp $
224
225 EAPI=2
226 -inherit cmake-utils eutils multilib
227 +inherit cmake-utils flag-o-matic multilib
228
229 DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format."
230 HOMEPAGE="http://sourceforge.net/projects/podofo/"
231 @@ -66,6 +66,10 @@
232 }
233
234 src_configure() {
235 +
236 + # Bug #381359: undefined reference to `PoDoFo::PdfVariant::DelayedLoadImpl()'
237 + filter-flags -fvisibility-inlines-hidden
238 +
239 mycmakeargs+=(
240 "-DPODOFO_BUILD_SHARED=1"
241 "-DPODOFO_HAVE_JPEG_LIB=1"