forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qt-meta-4.8.6.ebuild
39 lines (35 loc) · 1.1 KB
/
qt-meta-4.8.6.ebuild
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
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Cross-platform application development framework (metapackage)"
HOMEPAGE="https://www.qt.io/"
LICENSE="metapackage"
SLOT="4"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="+dbus examples kde +qt3support +webkit"
DEPEND=""
RDEPEND="
>=dev-qt/assistant-${PV}:4
>=dev-qt/designer-${PV}:4
>=dev-qt/linguist-${PV}:4
>=dev-qt/pixeltool-${PV}:4
dbus? ( >=dev-qt/qdbusviewer-${PV}:4 )
qt3support? ( >=dev-qt/qt3support-${PV}:4 )
>=dev-qt/qtbearer-${PV}:4
>=dev-qt/qtcore-${PV}:4
dbus? ( >=dev-qt/qtdbus-${PV}:4 )
>=dev-qt/qtdeclarative-${PV}:4
examples? ( >=dev-qt/qtdemo-${PV}:4 )
>=dev-qt/qtgui-${PV}:4
>=dev-qt/qthelp-${PV}:4
>=dev-qt/qtmultimedia-${PV}:4
>=dev-qt/qtopengl-${PV}:4
kde? ( media-libs/phonon[qt4] )
!kde? ( || ( >=dev-qt/qtphonon-${PV}:4 media-libs/phonon[qt4] ) )
>=dev-qt/qtscript-${PV}:4
>=dev-qt/qtsql-${PV}:4
>=dev-qt/qtsvg-${PV}:4
>=dev-qt/qttest-${PV}:4
webkit? ( >=dev-qt/qtwebkit-${PV}:4 )
>=dev-qt/qtxmlpatterns-${PV}:4
"