public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-opengl/
Date: Tue,  3 Jul 2012 23:03:30 +0000 (UTC)	[thread overview]
Message-ID: <1341356377.2a70c03aae951253bcdd43b8d8958ec5b1c51c74.pesa@gentoo> (raw)

commit:     2a70c03aae951253bcdd43b8d8958ec5b1c51c74
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Tue Jul  3 22:59:37 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Jul  3 22:59:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2a70c03a

[x11-libs/qt-opengl] QtOpenGL live ebuild for Qt5.

(Portage version: 2.2.0_alpha115/git/Linux x86_64, unsigned Manifest commit)

---
 x11-libs/qt-opengl/metadata.xml            |    3 +-
 x11-libs/qt-opengl/qt-opengl-5.9999.ebuild |   40 ++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 1 deletions(-)

diff --git a/x11-libs/qt-opengl/metadata.xml b/x11-libs/qt-opengl/metadata.xml
index 6fb8805..ef885f9 100644
--- a/x11-libs/qt-opengl/metadata.xml
+++ b/x11-libs/qt-opengl/metadata.xml
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>qt</herd> 
+	<herd>qt</herd>
 	<use>
 		<flag name="c++0x">Build Qt using the C++11 standard</flag>
+		<flag name="c++11">Build Qt using the C++11 standard</flag>
 		<flag name="egl">Use EGL instead of default GLX to manage OpenGL
 			contexts on the desktop</flag>
 		<flag name="exceptions">Add support for exceptions - like catching them

diff --git a/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild
new file mode 100644
index 0000000..d22c8b6
--- /dev/null
+++ b/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit qt5-build
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+IUSE="egl"
+
+DEPEND="
+	virtual/opengl
+	~x11-libs/qt-core-${PV}[debug=]
+	~x11-libs/qt-gui-${PV}[debug=,egl=,opengl]
+	~x11-libs/qt-widgets-${PV}[debug=]
+	egl? ( media-libs/mesa[egl] )
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+	src/opengl
+)
+
+src_configure() {
+	local myconf=(
+		-accessibility
+		$(qt_use egl)
+		-opengl
+		-no-eglfs -no-directfb
+	)
+	qt5-build_src_configure
+}



             reply	other threads:[~2012-07-03 23:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-03 23:03 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-22  8:54 [gentoo-commits] proj/qt:master commit in: x11-libs/qt-opengl/ Davide Pesavento
2012-09-21  6:53 Johannes Huber
2012-09-20 10:52 Johannes Huber
2012-03-17 16:04 Michael Palimaka
2012-03-03  9:33 Markos Chandras

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1341356377.2a70c03aae951253bcdd43b8d8958ec5b1c51c74.pesa@gentoo \
    --to=pesa@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox