Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 367193 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +12 lines)
Line  Link Here
0
-- qt-webkit-4.7.3.ebuild
0
++ qt-webkit-4.7.3.ebuild
Lines 1-6 Link Here
1
# Copyright 1999-2011 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.7.3.ebuild,v 1.1 2011/05/10 20:09:22 tampakrap Exp $
3
# $Header: $
4
4
5
EAPI="3"
5
EAPI="3"
6
inherit qt4-build
6
inherit qt4-build
Lines 8-14 Link Here
8
DESCRIPTION="The Webkit module for the Qt toolkit"
8
DESCRIPTION="The Webkit module for the Qt toolkit"
9
SLOT="4"
9
SLOT="4"
10
KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
10
KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
11
IUSE="dbus +jit kde"
11
IUSE="dbus +jit kde phonon"
12
12
13
DEPEND="
13
DEPEND="
14
	dev-db/sqlite:3
14
	dev-db/sqlite:3
Lines 16-24 Link Here
16
	~x11-libs/qt-gui-${PV}[aqua=,dbus?,debug=]
16
	~x11-libs/qt-gui-${PV}[aqua=,dbus?,debug=]
17
	~x11-libs/qt-xmlpatterns-${PV}[aqua=,debug=]
17
	~x11-libs/qt-xmlpatterns-${PV}[aqua=,debug=]
18
	dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,debug=] )
18
	dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,debug=] )
19
	!kde? ( || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug=]
19
	phonon? (
20
		media-libs/phonon[aqua=] ) )
20
		!kde? ( || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug=]
21
	kde? ( || ( media-libs/phonon[aqua=] ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug] ) )"
21
			media-libs/phonon[aqua=] ) )
22
		kde? ( || ( media-libs/phonon[aqua=] ~x11-libs/qt-phonon-${PV}:${SLOT}[aqua=,dbus=,debug] ) ) )"
22
RDEPEND="${DEPEND}"
23
RDEPEND="${DEPEND}"
23
24
24
pkg_setup() {
25
pkg_setup() {
Lines 44-49 Link Here
44
}
45
}
45
46
46
src_configure() {
47
src_configure() {
47
	myconf="${myconf} -webkit -system-sqlite $(qt_use jit javascript-jit) $(qt_use dbus qdbus)"
48
	myconf="${myconf} -webkit -system-sqlite
49
		$(qt_use jit javascript-jit)
50
		$(qt_use dbus qdbus)
51
		$(qt_use phonon)
52
		$(qt_use phonon gstreamer)"
48
	qt4-build_src_configure
53
	qt4-build_src_configure
49
}
54
}

Return to bug 367193