diff options
author | Alex Alexander <wired@gentoo.org> | 2009-10-16 16:48:22 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-10-16 16:48:22 +0000 |
commit | 5af3a50a56933637c55dfbcc2c93f924999fb514 (patch) | |
tree | b59fc94f28db572ee823a209ee8a99529c4a973a /x11-libs/qt-opengl | |
parent | added version 4.6.0_beta1 (diff) | |
download | gentoo-2-5af3a50a56933637c55dfbcc2c93f924999fb514.tar.gz gentoo-2-5af3a50a56933637c55dfbcc2c93f924999fb514.tar.bz2 gentoo-2-5af3a50a56933637c55dfbcc2c93f924999fb514.zip |
added version 4.6.0_beta1
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-opengl')
-rw-r--r-- | x11-libs/qt-opengl/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qt-opengl/qt-opengl-4.6.0_beta1.ebuild | 44 |
2 files changed, 51 insertions, 1 deletions
diff --git a/x11-libs/qt-opengl/ChangeLog b/x11-libs/qt-opengl/ChangeLog index 984883bd7f06..29d2dd7071b9 100644 --- a/x11-libs/qt-opengl/ChangeLog +++ b/x11-libs/qt-opengl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/qt-opengl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.41 2009/10/11 17:11:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.42 2009/10/16 16:48:22 wired Exp $ + +*qt-opengl-4.6.0_beta1 (16 Oct 2009) + + 16 Oct 2009; Alex Alexander <wired@gentoo.org> + +qt-opengl-4.6.0_beta1.ebuild: + added version 4.6.0_beta1 11 Oct 2009; Raúl Porcel <armin76@gentoo.org> qt-opengl-4.5.2-r1.ebuild: alpha/ia64/sparc stable wrt #286653 diff --git a/x11-libs/qt-opengl/qt-opengl-4.6.0_beta1.ebuild b/x11-libs/qt-opengl/qt-opengl-4.6.0_beta1.ebuild new file mode 100644 index 000000000000..265121f6616e --- /dev/null +++ b/x11-libs/qt-opengl/qt-opengl-4.6.0_beta1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.6.0_beta1.ebuild,v 1.1 2009/10/16 16:48:22 wired Exp $ + +EAPI="2" +inherit qt4-build + +DESCRIPTION="The OpenGL module for the Qt toolkit" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="qt3support" + +DEPEND="~x11-libs/qt-core-${PV}[debug=,qt3support=] + ~x11-libs/qt-gui-${PV}[debug=,qt3support=] + virtual/opengl + virtual/glu" +RDEPEND="${DEPEND}" + +QT4_TARGET_DIRECTORIES=" +src/opengl +src/plugins/graphicssystems/opengl" + +QT4_EXTRACT_DIRECTORIES=" +include/QtCore +include/QtGui +include/QtOpenGL +src/corelib +src/gui +src/opengl +src/plugins +src/3rdparty" + +QCONFIG_ADD="opengl" +QCONFIG_DEFINE="QT_OPENGL" + +src_configure() { + myconf="${myconf} -opengl + $(qt_use qt3support)" + + qt4-build_src_configure + + # Not building tools/designer/src/plugins/tools/view3d as it's + # commented out of the build in the source +} |