You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-libs/qt-meta/qt-meta-4.7.ebuild

42 lines
1.3 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-meta/qt-meta-4.7.ebuild,v 1.4 2012/05/20 20:50:00 pesa 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 qt3support"
DEPEND=""
RDEPEND="
>=x11-libs/qt-assistant-${PV}:4
>=x11-libs/qt-core-${PV}:4
dbus? ( >=x11-libs/qt-dbus-${PV}:4 )
>=x11-libs/qt-declarative-${PV}:4
>=x11-libs/qt-gui-${PV}:4
>=x11-libs/qt-multimedia-${PV}:4
opengl? ( >=x11-libs/qt-opengl-${PV}:4 )
kde? ( media-libs/phonon )
!kde? ( || ( >=x11-libs/qt-phonon-${PV}:4 media-libs/phonon ) )
qt3support? ( >=x11-libs/qt-qt3support-${PV}:4 )
>=x11-libs/qt-script-${PV}:4
>=x11-libs/qt-sql-${PV}:4
>=x11-libs/qt-svg-${PV}:4
>=x11-libs/qt-test-${PV}:4
>=x11-libs/qt-webkit-${PV}:4
>=x11-libs/qt-xmlpatterns-${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
}