diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-04-27 19:52:55 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-04-27 19:52:55 +0000 |
commit | adf7340a962ceebd0e4899cba1c9422aa2d5fc7f (patch) | |
tree | 26d41592b80bb03898b6fa4816e42f1b8f3e66e4 /x11-libs/qt-opengl | |
parent | Bump. Thanks to Daniel Pielmeier for reminding me. Import some plnn-handling ... (diff) | |
download | historical-adf7340a962ceebd0e4899cba1c9422aa2d5fc7f.tar.gz historical-adf7340a962ceebd0e4899cba1c9422aa2d5fc7f.tar.bz2 historical-adf7340a962ceebd0e4899cba1c9422aa2d5fc7f.zip |
Qt 4.5.1 release version bump
Package-Manager: portage-2.2_rc31/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.5.1.ebuild | 39 |
2 files changed, 46 insertions, 1 deletions
diff --git a/x11-libs/qt-opengl/ChangeLog b/x11-libs/qt-opengl/ChangeLog index 549936b9c061..4028360eb6f8 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.26 2009/03/18 22:24:02 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.27 2009/04/27 19:45:10 hwoarang Exp $ + +*qt-opengl-4.5.1 (27 Apr 2009) + + 27 Apr 2009; Markos Chandras <hwoarang@gentoo.org> + +qt-opengl-4.5.1.ebuild: + Version bump to 4.5.1 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> -qt-opengl-4.5.0_rc1.ebuild: diff --git a/x11-libs/qt-opengl/qt-opengl-4.5.1.ebuild b/x11-libs/qt-opengl/qt-opengl-4.5.1.ebuild new file mode 100644 index 000000000000..224f5ba8bfab --- /dev/null +++ b/x11-libs/qt-opengl/qt-opengl-4.5.1.ebuild @@ -0,0 +1,39 @@ +# 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.5.1.ebuild,v 1.1 2009/04/27 19:45:10 hwoarang Exp $ + +EAPI="2" +inherit qt4-build + +DESCRIPTION="The OpenGL module for the Qt toolkit" +SLOT="4" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +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" +QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} +include/QtCore +include/QtGui +include/QtOpenGL +src/corelib +src/gui +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 +} |