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 x11-libs/qt-phonon: ChangeLog qt-phonon-4.6.1-r1.ebuild
Date: Mon, 25 Jan 2010 23:49:32
Message-Id: E1NZYgO-0007vl-LS@stork.gentoo.org
1 yngwin 10/01/25 23:49:24
2
3 Modified: ChangeLog
4 Added: qt-phonon-4.6.1-r1.ebuild
5 Log:
6 Change gst-plugins-base dependency to gst-plugins-meta, which offers more functionality. As gstreamer needs X11 now, hide that dep behind !aqua. With aqua it should build the quicktime backend.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.59 x11-libs/qt-phonon/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/ChangeLog?rev=1.59&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/ChangeLog?rev=1.59&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/ChangeLog?r1=1.58&r2=1.59
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
19 retrieving revision 1.58
20 retrieving revision 1.59
21 diff -u -r1.58 -r1.59
22 --- ChangeLog 19 Jan 2010 14:53:54 -0000 1.58
23 +++ ChangeLog 25 Jan 2010 23:49:24 -0000 1.59
24 @@ -1,6 +1,13 @@
25 # ChangeLog for x11-libs/qt-phonon
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.58 2010/01/19 14:53:54 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.59 2010/01/25 23:49:24 yngwin Exp $
29 +
30 +*qt-phonon-4.6.1-r1 (25 Jan 2010)
31 +
32 + 25 Jan 2010; Ben de Groot <yngwin@g.o> +qt-phonon-4.6.1-r1.ebuild:
33 + Change gst-plugins-base dependency to gst-plugins-meta, which offers more
34 + functionality. As gstreamer needs X11 now, hide that dep behind !aqua.
35 + With aqua it should build the quicktime backend.
36
37 *qt-phonon-4.6.1 (19 Jan 2010)
38
39
40
41
42 1.1 x11-libs/qt-phonon/qt-phonon-4.6.1-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.1-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.1-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qt-phonon-4.6.1-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.1-r1.ebuild,v 1.1 2010/01/25 23:49:24 yngwin Exp $
52
53 EAPI="2"
54 inherit qt4-build
55
56 DESCRIPTION="The Phonon module for the Qt toolkit"
57 SLOT="4"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
59 IUSE="dbus"
60
61 DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=,glib,qt3support]
62 !kde-base/phonon-kde
63 !kde-base/phonon-xine
64 !media-sound/phonon
65 !aqua? ( media-libs/gstreamer
66 media-plugins/gst-plugins-meta )
67 aqua? ( ~x11-libs/qt-opengl-${PV}[aqua] )
68 dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,debug=] )"
69 RDEPEND="${DEPEND}"
70
71 pkg_setup() {
72 QT4_TARGET_DIRECTORIES="
73 src/phonon
74 src/plugins/phonon"
75 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
76 include/
77 src"
78
79 QCONFIG_ADD="phonon"
80 use aqua || QCONFIG_DEFINE="QT_GSTREAMER"
81
82 qt4-build_src_prepare
83 }
84
85 src_configure() {
86 myconf="${myconf} -phonon -phonon-backend -no-opengl -no-svg
87 $(qt_use dbus qdbus)"
88
89 qt4-build_src_configure
90 }