Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-qt/qtmultimedia: metadata.xml qtmultimedia-4.8.4.ebuild ChangeLog
Date: Sat, 02 Mar 2013 15:31:38
Message-Id: 20130302153135.91C382171D@flycatcher.gentoo.org
1 yngwin 13/03/02 15:31:35
2
3 Added: metadata.xml qtmultimedia-4.8.4.ebuild ChangeLog
4 Log:
5 Move to new dev-qt category
6
7 (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x2B2474AD43CE296E!)
8
9 Revision Changes Path
10 1.1 dev-qt/qtmultimedia/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtmultimedia/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtmultimedia/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>qt</herd>
21 <use>
22 <flag name="c++0x">Build Qt using the C++11 standard</flag>
23 <flag name="exceptions">Add support for exceptions - like catching them
24 inside the event loop (recommended by Nokia)</flag>
25 </use>
26 <upstream>
27 <bugs-to>https://bugreports.qt-project.org/</bugs-to>
28 <doc>http://qt-project.org/doc/</doc>
29 </upstream>
30 </pkgmetadata>
31
32
33
34 1.1 dev-qt/qtmultimedia/qtmultimedia-4.8.4.ebuild
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtmultimedia/qtmultimedia-4.8.4.ebuild?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtmultimedia/qtmultimedia-4.8.4.ebuild?rev=1.1&content-type=text/plain
38
39 Index: qtmultimedia-4.8.4.ebuild
40 ===================================================================
41 # Copyright 1999-2012 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qtmultimedia/qtmultimedia-4.8.4.ebuild,v 1.1 2013/03/02 15:31:35 yngwin Exp $
44
45 EAPI=4
46
47 inherit qt4-build
48
49 DESCRIPTION="The Multimedia module for the Qt toolkit"
50 SLOT="4"
51 if [[ ${QT4_BUILD_TYPE} == live ]]; then
52 KEYWORDS=""
53 else
54 KEYWORDS="amd64 arm ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
55 fi
56 IUSE="alsa"
57
58 DEPEND="
59 ~dev-qt/qtcore-${PV}[aqua=,debug=]
60 ~dev-qt/qtgui-${PV}[aqua=,debug=]
61 alsa? ( media-libs/alsa-lib )
62 "
63 RDEPEND="${DEPEND}"
64
65 PATCHES=(
66 "${FILESDIR}/${PN}-4.8.0-alsa.patch"
67 )
68
69 pkg_setup() {
70 QT4_TARGET_DIRECTORIES="
71 src/multimedia"
72
73 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
74 include/Qt
75 include/QtCore
76 include/QtGui
77 include/QtMultimedia
78 src/src.pro
79 src/corelib
80 src/gui"
81
82 QCONFIG_ADD="multimedia"
83 QCONFIG_DEFINE="QT_MULTIMEDIA"
84
85 qt4-build_pkg_setup
86 }
87
88 src_configure() {
89 myconf+="
90 -multimedia -audio-backend
91 $(qt_use alsa)
92 -no-accessibility -no-qt3support -no-xmlpatterns -no-phonon -no-phonon-backend
93 -no-svg -no-webkit -no-script -no-scripttools -no-declarative
94 -system-zlib -no-gif -no-libtiff -no-libpng -no-libmng -no-libjpeg -no-openssl
95 -no-cups -no-dbus -no-gtkstyle -no-nas-sound -no-opengl
96 -no-sm -no-xshape -no-xvideo -no-xsync -no-xinerama -no-xcursor -no-xfixes
97 -no-xrandr -no-xrender -no-mitshm -no-fontconfig -no-freetype -no-xinput -no-xkb"
98
99 qt4-build_src_configure
100 }
101
102
103
104 1.1 dev-qt/qtmultimedia/ChangeLog
105
106 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtmultimedia/ChangeLog?rev=1.1&view=markup
107 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtmultimedia/ChangeLog?rev=1.1&content-type=text/plain
108
109 Index: ChangeLog
110 ===================================================================
111 # ChangeLog for x11-libs/qt-multimedia
112 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
113 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qtmultimedia/ChangeLog,v 1.1 2013/03/02 15:31:35 yngwin Exp $
114
115 31 Dec 2012; Davide Pesavento <pesa@g.o> metadata.xml:
116 Cleanup metadata.
117
118 29 Dec 2012; Michael Palimaka <kensington@g.o>
119 -files/4.8.2-qatomic-x32.patch, -qt-multimedia-4.7.4.ebuild,
120 -qt-multimedia-4.8.1.ebuild, -qt-multimedia-4.8.2.ebuild,
121 -qt-multimedia-4.8.3.ebuild:
122 Remove old.
123
124 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-multimedia-4.8.4.ebuild:
125 Stable for arm, wrt bug #445956
126
127 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-multimedia-4.8.4.ebuild:
128 Stable for x86, wrt bug #445956
129
130 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-multimedia-4.8.4.ebuild:
131 Stable for ppc64, wrt bug #445956
132
133 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-multimedia-4.8.4.ebuild:
134 Stable for ppc, wrt bug #445956
135
136 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-multimedia-4.8.4.ebuild:
137 Stable for amd64, wrt bug #445956
138
139 *qt-multimedia-4.8.4 (05 Dec 2012)
140
141 05 Dec 2012; Ben de Groot <yngwin@g.o> +qt-multimedia-4.8.4.ebuild:
142 Qt 4.8.4 version bump
143
144 22 Nov 2012; Markus Meier <maekke@g.o> qt-multimedia-4.8.2.ebuild:
145 arm stable, bug #435074
146
147 16 Sep 2012; Ben de Groot <yngwin@g.o> qt-multimedia-4.8.3.ebuild:
148 Add overlay changes (c++0x useflag)
149
150 *qt-multimedia-4.8.3 (14 Sep 2012)
151
152 14 Sep 2012; Ben de Groot <yngwin@g.o> +qt-multimedia-4.8.3.ebuild:
153 Version bump. Drop qatomic-x32 patch applied upstream. Drop qpa useflag.
154
155 15 Jul 2012; Agostino Sarubbo <ago@g.o> qt-multimedia-4.8.2.ebuild:
156 Stable for x86, wrt bug #424625
157
158 09 Jul 2012; Johannes Huber <johu@g.o> -qt-multimedia-4.6.3.ebuild:
159 Drop Qt-4.6.3
160
161 09 Jul 2012; Joseph Jezak <josejx@g.o> qt-multimedia-4.8.2.ebuild:
162 Marked ppc/ppc64 for bug #424625.
163
164 06 Jul 2012; Michael Weber <xmw@g.o> qt-multimedia-4.8.1.ebuild:
165 ppc stable (bug 414241)
166
167 05 Jul 2012; Agostino Sarubbo <ago@g.o> qt-multimedia-4.8.2.ebuild:
168 Stable for amd64, wrt bug #424625
169
170 19 Jun 2012; Davide Pesavento <pesa@g.o>
171 +files/4.8.2-qatomic-x32.patch, qt-multimedia-4.8.2.ebuild:
172 Add patch for x32 support in qatomic asm code (bug 420705).
173
174 18 Jun 2012; Davide Pesavento <pesa@g.o> metadata.xml:
175 Cleanup metadata and add upstream info.
176
177 *qt-multimedia-4.8.2 (22 May 2012)
178
179 22 May 2012; Davide Pesavento <pesa@g.o> +qt-multimedia-4.8.2.ebuild:
180 Version bump.
181
182 20 May 2012; Agostino Sarubbo <ago@g.o> qt-multimedia-4.8.1.ebuild:
183 Stable for x86, wrt bug #414241
184
185 14 May 2012; Johannes Huber <johu@g.o> -qt-multimedia-4.7.2.ebuild:
186 Drop Qt-4.7.2
187
188 08 May 2012; Markos Chandras <hwoarang@g.o> qt-multimedia-4.8.1.ebuild:
189 Stable on amd64 wrt bug #414241
190
191 05 Apr 2012; Johannes Huber <johu@g.o> -qt-multimedia-4.8.0-r1.ebuild:
192 Drop Qt-4.8.0
193
194 *qt-multimedia-4.8.1 (29 Mar 2012)
195
196 29 Mar 2012; Davide Pesavento <pesa@g.o> +qt-multimedia-4.8.1.ebuild,
197 -qt-multimedia-4.8.0.ebuild:
198 Version bump.
199
200 27 Mar 2012; Johannes Huber <johu@g.o> -qt-multimedia-4.6.2.ebuild:
201 Drop Qt-4.6.2
202
203 *qt-multimedia-4.8.0-r1 (13 Mar 2012)
204
205 13 Mar 2012; Davide Pesavento <pesa@g.o>
206 +files/qt-multimedia-4.8.0-alsa.patch, +qt-multimedia-4.8.0-r1.ebuild:
207 Added 'alsa' USE flag (bug #341593), removed useless 'iconv'. Major cleanup of
208 src_configure().
209
210 29 Jan 2012; Joseph Jezak <josejx@g.o> qt-multimedia-4.7.4.ebuild:
211 Marked ppc ppc64 stable for bug #390963.
212
213 *qt-multimedia-4.8.0 (29 Jan 2012)
214
215 29 Jan 2012; Alex Alexander <wired@g.o> +qt-multimedia-4.8.0.ebuild,
216 metadata.xml:
217 version bump
218
219 27 Dec 2011; Markus Meier <maekke@g.o> qt-multimedia-4.7.4.ebuild:
220 x86 stable, bug #390963
221
222 20 Dec 2011; Agostino Sarubbo <ago@g.o> qt-multimedia-4.7.4.ebuild:
223 Stable for AMD64, wrt bug #390963
224
225 28 Nov 2011; Davide Pesavento <pesa@g.o> -qt-multimedia-4.7.3.ebuild:
226 Remove Qt 4.7.3
227
228 26 Nov 2011; Robin H. Johnson <robbat2@g.o> Manifest:
229 Bug 385719: upstream altered qt-everywhere-opensource-src-4.7.4.tar.gz, mass
230 fix for pesa.
231
232 *qt-multimedia-4.7.4 (08 Sep 2011)
233
234 08 Sep 2011; Alex Alexander <wired@g.o> +qt-multimedia-4.7.4.ebuild:
235 version bump, 4.7.4
236
237 13 Jul 2011; Kacper Kowalik <xarthisius@g.o>
238 qt-multimedia-4.7.2.ebuild:
239 ppc64 stable wrt #354033
240
241 01 Jun 2011; Brent Baude <ranger@g.o> qt-multimedia-4.7.2.ebuild:
242 Marking qt-multimedia-4.7.2 ppc stable for bug 354033
243
244 *qt-multimedia-4.7.3 (10 May 2011)
245
246 10 May 2011; Theo Chatzimichos <tampakrap@g.o>
247 +qt-multimedia-4.7.3.ebuild:
248 Version bump Qt 4.7.3
249
250 09 May 2011; Markos Chandras <hwoarang@g.o>
251 qt-multimedia-4.7.2.ebuild:
252 Stable on amd64 wrt bug #354033
253
254 09 May 2011; Thomas Kahle <tomka@g.o> qt-multimedia-4.7.2.ebuild:
255 x86 stable per bug 354033
256
257 13 Apr 2011; Alex Alexander <wired@g.o> -qt-multimedia-4.7.0.ebuild,
258 -qt-multimedia-4.7.1.ebuild:
259 old version cleanup
260
261 *qt-multimedia-4.7.2 (01 Mar 2011)
262
263 01 Mar 2011; Theo Chatzimichos <tampakrap@g.o>
264 +qt-multimedia-4.7.2.ebuild:
265 Version bump Qt 4.7.2
266
267 23 Dec 2010; Samuli Suominen <ssuominen@g.o>
268 qt-multimedia-4.6.3.ebuild:
269 ppc64 stable wrt #341703
270
271 *qt-multimedia-4.7.1 (09 Nov 2010)
272
273 09 Nov 2010; Alex Alexander <wired@g.o>
274 +qt-multimedia-4.7.1.ebuild:
275 version bump
276
277 06 Nov 2010; Alex Alexander <wired@g.o> qt-multimedia-4.7.0.ebuild:
278 removed alpha keyword from qt-4.7, bug #338289
279
280 05 Nov 2010; Jeroen Roovers <jer@g.o> qt-multimedia-4.6.3.ebuild:
281 Stable for HPPA (bug #341703).
282
283 23 Oct 2010; Raúl Porcel <armin76@g.o> qt-multimedia-4.6.3.ebuild:
284 alpha stable wrt #341703
285
286 22 Oct 2010; Christian Faulhammer <fauli@g.o>
287 qt-multimedia-4.6.3.ebuild:
288 stable x86, bug 341703
289
290 19 Oct 2010; Brent Baude <ranger@g.o> qt-multimedia-4.6.3.ebuild:
291 Marking qt-multimedia-4.6.3 ppc stable for bug 341703
292
293 19 Oct 2010; Markos Chandras <hwoarang@g.o>
294 qt-multimedia-4.6.3.ebuild:
295 Stable on amd64 wrt bug #341703
296
297 10 Oct 2010; Raúl Porcel <armin76@g.o> qt-multimedia-4.7.0.ebuild:
298 Mark -sparc because it sigbuses
299
300 01 Oct 2010; Fabian Groffen <grobian@g.o>
301 qt-multimedia-4.6.3.ebuild:
302 Marked ~x64-macos
303
304 23 Sep 2010; Alex Alexander <wired@g.o> qt-multimedia-4.7.0.ebuild:
305 EAPI 3, prefix, other improvements
306
307 *qt-multimedia-4.7.0 (21 Sep 2010)
308
309 21 Sep 2010; Theo Chatzimichos <tampakrap@g.o>
310 +qt-multimedia-4.7.0.ebuild:
311 Version bump
312
313 13 Sep 2010; Tobias Klausmann <klausman@g.o>
314 qt-multimedia-4.6.2.ebuild:
315 Stable on alpha, bug #297299
316
317 11 Aug 2010; Jeroen Roovers <jer@g.o> qt-multimedia-4.6.2.ebuild,
318 qt-multimedia-4.6.3.ebuild:
319 Marked ~hppa (bug #293671).
320
321 05 Jul 2010; Samuli Suominen <ssuominen@g.o>
322 qt-multimedia-4.6.2.ebuild:
323 ppc64 stable wrt #297299
324
325 24 Jun 2010; Markos Chandras <hwoarang@g.o>
326 -qt-multimedia-4.6.1.ebuild:
327 Drop Qt-4.6.1
328
329 *qt-multimedia-4.6.3 (08 Jun 2010)
330
331 08 Jun 2010; Markos Chandras <hwoarang@g.o>
332 +qt-multimedia-4.6.3.ebuild:
333 Version bump
334
335 22 May 2010; Raúl Porcel <armin76@g.o> qt-multimedia-4.6.1.ebuild,
336 qt-multimedia-4.6.2.ebuild:
337 Add ~alpha/~ia64/~sparc wrt #293671
338
339 18 Apr 2010; <nixnut@g.o> qt-multimedia-4.6.2.ebuild:
340 ppc stable #297299
341
342 05 Apr 2010; Markus Meier <maekke@g.o> qt-multimedia-4.6.2.ebuild:
343 add ~arm, bug #293671
344
345 03 Mar 2010; Christian Faulhammer <fauli@g.o>
346 qt-multimedia-4.6.2.ebuild:
347 stable x86, bug 297299
348
349 01 Mar 2010; Samuli Suominen <ssuominen@g.o>
350 qt-multimedia-4.6.2.ebuild:
351 amd64 stable wrt #297299
352
353 18 Feb 2010; Alex Alexander <wired@g.o> metadata.xml:
354 added exceptions USE flag description
355
356 *qt-multimedia-4.6.2 (15 Feb 2010)
357
358 15 Feb 2010; Dror Levin <spatz@g.o> +qt-multimedia-4.6.2.ebuild:
359 Version bump.
360
361 09 Feb 2010; Dror Levin <spatz@g.o> qt-multimedia-4.6.1.ebuild:
362 Add ~ppc64 to newer version as well.
363
364 09 Feb 2010; Dror Levin <spatz@g.o> -qt-multimedia-4.6.0-r1.ebuild:
365 Remove old.
366
367 04 Feb 2010; Brent Baude <ranger@g.o>
368 qt-multimedia-4.6.0-r1.ebuild:
369 Marking qt-multimedia-4.6.0-r1 ~ppc64 for bug 293671
370
371 20 Jan 2010; Ben de Groot <yngwin@g.o>
372 qt-multimedia-4.6.0-r1.ebuild, qt-multimedia-4.6.1.ebuild:
373 Restore macos keywords, make alsa dep required only for linux, bug 293671.
374
375 *qt-multimedia-4.6.1 (19 Jan 2010)
376
377 19 Jan 2010; Ben de Groot <yngwin@g.o> +qt-multimedia-4.6.1.ebuild:
378 Version bump
379
380 16 Jan 2010; Ben de Groot <yngwin@g.o>
381 qt-multimedia-4.6.0-r1.ebuild:
382 Adding alsa-lib dependency, adding iconv useflag, dropping non-linux
383 keywords (bug 293671).
384
385 *qt-multimedia-4.6.0-r1 (25 Dec 2009)
386
387 25 Dec 2009; Jonathan Callen <abcd@g.o>
388 -qt-multimedia-4.6.0.ebuild, +qt-multimedia-4.6.0-r1.ebuild:
389 Add prefix support, revbump due to otherwise unresolvable USE deps
390
391 01 Dec 2009; Theo Chatzimichos <tampakrap@g.o>
392 -qt-multimedia-4.6.0_rc1.ebuild:
393 Remove Qt 4.6.0 RC
394
395 *qt-multimedia-4.6.0 (01 Dec 2009)
396
397 01 Dec 2009; Theo Chatzimichos <tampakrap@g.o>
398 +qt-multimedia-4.6.0.ebuild:
399 Version Bump to 4.6.0
400
401 *qt-multimedia-4.6.0_rc1 (18 Nov 2009)
402
403 18 Nov 2009; Alex Alexander <wired@g.o>
404 -qt-multimedia-4.6.0_beta1.ebuild, +qt-multimedia-4.6.0_rc1.ebuild:
405 added 4.6.0_rc1, removed 4.6.0_beta1
406
407 *qt-multimedia-4.6.0_beta1 (16 Oct 2009)
408
409 16 Oct 2009; Alex Alexander <wired@g.o>
410 +qt-multimedia-4.6.0_beta1.ebuild, +metadata.xml:
411 added version 4.6.0_beta1