summaryrefslogtreecommitdiff
blob: 5d8a6f6f97a777772f895bc6b85ce222c9cdf7a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-meta/qt-meta-4.8.ebuild,v 1.1 2013/03/02 15:24:49 yngwin Exp $

EAPI=2

DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
HOMEPAGE="http://qt-project.org/ http://qt.nokia.com/"

LICENSE="|| ( LGPL-2.1 GPL-3 )"
SLOT="4"
KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="dbus kde opengl openvg qt3support"

DEPEND=""
RDEPEND="
	>=dev-qt/qthelp-${PV}:4
	>=dev-qt/qtcore-${PV}:4
	dbus? ( >=dev-qt/qtdbus-${PV}:4 )
	>=dev-qt/qtdeclarative-${PV}:4
	>=dev-qt/qtgui-${PV}:4
	>=dev-qt/qtmultimedia-${PV}:4
	opengl? ( >=dev-qt/qtopengl-${PV}:4 )
	openvg? ( >=dev-qt/qtopenvg-${PV}:4 )
	kde? ( media-libs/phonon )
	!kde? ( || ( >=dev-qt/qtphonon-${PV}:4 media-libs/phonon ) )
	qt3support? ( >=dev-qt/qt3support-${PV}:4 )
	>=dev-qt/qtscript-${PV}:4
	>=dev-qt/qtsql-${PV}:4
	>=dev-qt/qtsvg-${PV}:4
	>=dev-qt/qttest-${PV}:4
	>=dev-qt/qtwebkit-${PV}:4
	>=dev-qt/qtxmlpatterns-${PV}:4
"

pkg_postinst() {
	echo
	einfo "Please note that this meta package is only provided for convenience."
	einfo "No packages should depend directly on this meta package, but on the"
	einfo "specific split Qt packages needed."
	echo
}