Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: metadata.xml ChangeLog qt-phonon-4.8.0.ebuild
Date: Sun, 29 Jan 2012 17:06:12
Message-Id: 20120129170554.6720420034@flycatcher.gentoo.org
1 wired 12/01/29 17:05:54
2
3 Modified: metadata.xml ChangeLog
4 Added: qt-phonon-4.8.0.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 x11-libs/qt-phonon/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/metadata.xml?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/metadata.xml?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/metadata.xml?r1=1.3&r2=1.4
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/metadata.xml,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- metadata.xml 14 Apr 2011 23:13:48 -0000 1.3
24 +++ metadata.xml 29 Jan 2012 17:05:54 -0000 1.4
25 @@ -7,5 +7,7 @@
26 inside the event loop (recommended by Nokia)</flag>
27 <flag name='qt3support'>Enable the Qt3Support libraries for Qt4. Note that
28 this does not mean you can compile pure Qt3 programs with Qt4.</flag>
29 + <flag name='c++0x'>Build Qt using the C++11 standard</flag>
30 + <flag name='qpa'>Build a window system agnostic implementation of Qt</flag>
31 </use>
32 </pkgmetadata>
33
34
35
36 1.103 x11-libs/qt-phonon/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/ChangeLog?rev=1.103&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/ChangeLog?rev=1.103&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/ChangeLog?r1=1.102&r2=1.103
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
45 retrieving revision 1.102
46 retrieving revision 1.103
47 diff -u -r1.102 -r1.103
48 --- ChangeLog 27 Dec 2011 21:43:59 -0000 1.102
49 +++ ChangeLog 29 Jan 2012 17:05:54 -0000 1.103
50 @@ -1,6 +1,12 @@
51 # ChangeLog for x11-libs/qt-phonon
52 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.102 2011/12/27 21:43:59 maekke Exp $
54 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.103 2012/01/29 17:05:54 wired Exp $
56 +
57 +*qt-phonon-4.8.0 (29 Jan 2012)
58 +
59 + 29 Jan 2012; Alex Alexander <wired@g.o> +qt-phonon-4.8.0.ebuild,
60 + metadata.xml:
61 + version bump
62
63 27 Dec 2011; Markus Meier <maekke@g.o> qt-phonon-4.7.4.ebuild:
64 x86 stable, bug #390963
65
66
67
68 1.1 x11-libs/qt-phonon/qt-phonon-4.8.0.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.8.0.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.8.0.ebuild?rev=1.1&content-type=text/plain
72
73 Index: qt-phonon-4.8.0.ebuild
74 ===================================================================
75 # Copyright 1999-2012 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.8.0.ebuild,v 1.1 2012/01/29 17:05:54 wired Exp $
78
79 EAPI="3"
80 inherit qt4-build
81
82 DESCRIPTION="The Phonon module for the Qt toolkit"
83 SLOT="4"
84 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
85 IUSE="dbus qt3support"
86
87 DEPEND="~x11-libs/qt-gui-${PV}[aqua=,c++0x=,qpa=,debug=,qt3support=]
88 !kde-base/phonon-kde
89 !kde-base/phonon-xine
90 !media-libs/phonon
91 !media-sound/phonon
92 !aqua? ( media-libs/gstreamer
93 media-plugins/gst-plugins-meta )
94 aqua? ( ~x11-libs/qt-opengl-${PV}[aqua,debug=,qt3support=] )
95 dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,c++0x=,qpa=,debug=] )"
96 RDEPEND="${DEPEND}"
97
98 pkg_setup() {
99 QT4_TARGET_DIRECTORIES="
100 src/phonon
101 src/plugins/phonon
102 tools/designer/src/plugins/phononwidgets"
103 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
104 include/
105 src
106 tools"
107
108 QCONFIG_ADD="phonon"
109 use aqua || QCONFIG_DEFINE="QT_GSTREAMER"
110
111 qt4-build_pkg_setup
112 }
113
114 src_configure() {
115 myconf="${myconf} -phonon -phonon-backend -no-opengl -no-svg
116 $(qt_use dbus qdbus)
117 $(qt_use qt3support)"
118
119 qt4-build_src_configure
120 }