public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/
@ 2014-03-27 14:14 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2014-03-27 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     78ea97e51263bd59083853c7389189dfe97214cc
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 27 14:13:43 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 27 14:13:43 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=78ea97e5

[dev-qt/qtopengl] Require virtual X for tests.

Package-Manager: portage-2.2.8-r1

---
 dev-qt/qtopengl/qtopengl-5.2.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-qt/qtopengl/qtopengl-5.2.1.ebuild b/dev-qt/qtopengl/qtopengl-5.2.1.ebuild
index b6512a0..19dd195 100644
--- a/dev-qt/qtopengl/qtopengl-5.2.1.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.2.1.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 QT5_MODULE="qtbase"
+VIRTUALX_REQUIRED="test"
 
 inherit qt5-build
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/
@ 2014-04-04 17:46 Davide Pesavento
  0 siblings, 0 replies; 10+ messages in thread
From: Davide Pesavento @ 2014-04-04 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     912368dbaf35138c6527c075953993cb96e18be7
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Fri Apr  4 17:41:41 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Apr  4 17:41:41 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=912368db

[dev-qt/qtopengl:5] Propagate virtual X fix to live ebuilds.

---
 dev-qt/qtopengl/qtopengl-5.3.9999.ebuild | 1 +
 dev-qt/qtopengl/qtopengl-5.9999.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild
index b6512a0..19dd195 100644
--- a/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 QT5_MODULE="qtbase"
+VIRTUALX_REQUIRED="test"
 
 inherit qt5-build
 

diff --git a/dev-qt/qtopengl/qtopengl-5.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.9999.ebuild
index b6512a0..19dd195 100644
--- a/dev-qt/qtopengl/qtopengl-5.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.9999.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 QT5_MODULE="qtbase"
+VIRTUALX_REQUIRED="test"
 
 inherit qt5-build
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/
@ 2014-05-12 13:38 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2014-05-12 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     31410cc041c5124985de180a2b0e8c607b2e9d0c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 13:38:36 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon May 12 13:38:36 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=31410cc0

[dev-qt/qtopengl] Add missing dependencies.

Package-Manager: portage-2.2.8-r1

---
 dev-qt/qtopengl/qtopengl-4.8.9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-qt/qtopengl/qtopengl-4.8.9999.ebuild b/dev-qt/qtopengl/qtopengl-4.8.9999.ebuild
index dc9f5a5..a33d904 100644
--- a/dev-qt/qtopengl/qtopengl-4.8.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-4.8.9999.ebuild
@@ -18,6 +18,8 @@ IUSE="egl qt3support"
 DEPEND="
 	~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=]
 	~dev-qt/qtgui-${PV}[aqua=,debug=,egl=,qt3support=]
+	x11-libs/libX11
+	x11-libs/libXrender
 	virtual/opengl
 "
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/
@ 2014-09-01 23:37 Davide Pesavento
  0 siblings, 0 replies; 10+ messages in thread
From: Davide Pesavento @ 2014-09-01 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     f68b2d7f6af7021534f2b0a395c9ec50426991f9
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  1 23:34:48 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Sep  1 23:34:48 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f68b2d7f

[dev-qt/qtopengl:4] Raise minimum deps to ensure correct multilib USE deps.

Package-Manager: portage-2.2.12-r1

---
 dev-qt/qtopengl/qtopengl-4.8.6.ebuild    | 6 +++---
 dev-qt/qtopengl/qtopengl-4.8.9999.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-qt/qtopengl/qtopengl-4.8.6.ebuild b/dev-qt/qtopengl/qtopengl-4.8.6.ebuild
index 77e064e..7ed98cf 100644
--- a/dev-qt/qtopengl/qtopengl-4.8.6.ebuild
+++ b/dev-qt/qtopengl/qtopengl-4.8.6.ebuild
@@ -19,9 +19,9 @@ IUSE="egl qt3support"
 DEPEND="
 	~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=,${MULTILIB_USEDEP}]
 	~dev-qt/qtgui-${PV}[aqua=,debug=,egl=,qt3support=,${MULTILIB_USEDEP}]
-	x11-libs/libX11[${MULTILIB_USEDEP}]
-	x11-libs/libXrender[${MULTILIB_USEDEP}]
-	virtual/opengl[${MULTILIB_USEDEP}]
+	>=x11-libs/libX11-1.5.0-r1[${MULTILIB_USEDEP}]
+	>=x11-libs/libXrender-0.9.7-r1[${MULTILIB_USEDEP}]
+	>=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
 "
 RDEPEND="${DEPEND}"
 

diff --git a/dev-qt/qtopengl/qtopengl-4.8.9999.ebuild b/dev-qt/qtopengl/qtopengl-4.8.9999.ebuild
index 77e064e..7ed98cf 100644
--- a/dev-qt/qtopengl/qtopengl-4.8.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-4.8.9999.ebuild
@@ -19,9 +19,9 @@ IUSE="egl qt3support"
 DEPEND="
 	~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=,${MULTILIB_USEDEP}]
 	~dev-qt/qtgui-${PV}[aqua=,debug=,egl=,qt3support=,${MULTILIB_USEDEP}]
-	x11-libs/libX11[${MULTILIB_USEDEP}]
-	x11-libs/libXrender[${MULTILIB_USEDEP}]
-	virtual/opengl[${MULTILIB_USEDEP}]
+	>=x11-libs/libX11-1.5.0-r1[${MULTILIB_USEDEP}]
+	>=x11-libs/libXrender-0.9.7-r1[${MULTILIB_USEDEP}]
+	>=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
 "
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/
@ 2014-09-08 22:28 Davide Pesavento
  0 siblings, 0 replies; 10+ messages in thread
From: Davide Pesavento @ 2014-09-08 22:28 UTC (permalink / raw
  To: gentoo-commits

commit:     d0eb0e86bdf425dab0e49a254185fc11c600a778
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  8 22:27:54 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Sep  8 22:27:54 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d0eb0e86

[dev-qt/qtopengl:5] Update DESCRIPTION.

Mention that the module is deprecated since Qt 5.4

Package-Manager: portage-2.2.12

---
 dev-qt/qtopengl/qtopengl-5.3.1.ebuild    | 2 +-
 dev-qt/qtopengl/qtopengl-5.3.9999.ebuild | 2 +-
 dev-qt/qtopengl/qtopengl-5.4.9999.ebuild | 2 +-
 dev-qt/qtopengl/qtopengl-5.9999.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtopengl/qtopengl-5.3.1.ebuild b/dev-qt/qtopengl/qtopengl-5.3.1.ebuild
index fc24041..37b266c 100644
--- a/dev-qt/qtopengl/qtopengl-5.3.1.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.3.1.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 
 inherit qt5-build
 
-DESCRIPTION="OpenGL and 3D rendering library for the Qt5 framework"
+DESCRIPTION="OpenGL support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""

diff --git a/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild
index fc24041..37b266c 100644
--- a/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 
 inherit qt5-build
 
-DESCRIPTION="OpenGL and 3D rendering library for the Qt5 framework"
+DESCRIPTION="OpenGL support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""

diff --git a/dev-qt/qtopengl/qtopengl-5.4.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.4.9999.ebuild
index fc24041..1cbf05e 100644
--- a/dev-qt/qtopengl/qtopengl-5.4.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.4.9999.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 
 inherit qt5-build
 
-DESCRIPTION="OpenGL and 3D rendering library for the Qt5 framework"
+DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""

diff --git a/dev-qt/qtopengl/qtopengl-5.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.9999.ebuild
index fc24041..1cbf05e 100644
--- a/dev-qt/qtopengl/qtopengl-5.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.9999.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 
 inherit qt5-build
 
-DESCRIPTION="OpenGL and 3D rendering library for the Qt5 framework"
+DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/
@ 2014-10-03  0:41 Davide Pesavento
  0 siblings, 0 replies; 10+ messages in thread
From: Davide Pesavento @ 2014-10-03  0:41 UTC (permalink / raw
  To: gentoo-commits

commit:     8cb8b0a9b0b8962590fa4f6ed2c0fbb00e0c4cc0
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  3 00:41:08 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Oct  3 00:41:08 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8cb8b0a9

[dev-qt/qtopengl:5] Introduce USE=gles2 to fix bug #522838.

Package-Manager: portage-2.2.14_rc1

---
 dev-qt/qtopengl/metadata.xml                | 1 +
 dev-qt/qtopengl/qtopengl-5.3.9999.ebuild    | 8 ++++----
 dev-qt/qtopengl/qtopengl-5.4.0_alpha.ebuild | 8 ++++----
 dev-qt/qtopengl/qtopengl-5.4.9999.ebuild    | 8 ++++----
 dev-qt/qtopengl/qtopengl-5.9999.ebuild      | 8 ++++----
 5 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/dev-qt/qtopengl/metadata.xml b/dev-qt/qtopengl/metadata.xml
index 36aa10d..b278220 100644
--- a/dev-qt/qtopengl/metadata.xml
+++ b/dev-qt/qtopengl/metadata.xml
@@ -7,6 +7,7 @@
 			contexts on the desktop</flag>
 		<flag name="exceptions">Add support for exceptions - like catching them
 			inside the event loop (recommended by Nokia)</flag>
+		<flag name="gles2">Use OpenGL ES 2.0 instead of desktop OpenGL</flag>
 		<flag name="qt3support">Enable the Qt3Support libraries for Qt4</flag>
 	</use>
 	<upstream>

diff --git a/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild
index 37b266c..21c2ec5 100644
--- a/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.3.9999.ebuild
@@ -17,12 +17,12 @@ else
 	KEYWORDS="~amd64 ~x86"
 fi
 
-IUSE=""
+IUSE="gles2"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}[debug=]
-	~dev-qt/qtgui-${PV}[debug=,opengl]
-	~dev-qt/qtwidgets-${PV}[debug=]
+	~dev-qt/qtgui-${PV}[debug=,gles2=,opengl]
+	~dev-qt/qtwidgets-${PV}[debug=,gles2=,opengl]
 	virtual/opengl
 "
 RDEPEND="${DEPEND}"
@@ -33,7 +33,7 @@ QT5_TARGET_SUBDIRS=(
 
 src_configure() {
 	local myconf=(
-		-opengl
+		-opengl $(usex gles2 es2 desktop)
 	)
 	qt5-build_src_configure
 }

diff --git a/dev-qt/qtopengl/qtopengl-5.4.0_alpha.ebuild b/dev-qt/qtopengl/qtopengl-5.4.0_alpha.ebuild
index 1cbf05e..8fe5549 100644
--- a/dev-qt/qtopengl/qtopengl-5.4.0_alpha.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.4.0_alpha.ebuild
@@ -17,12 +17,12 @@ else
 	KEYWORDS="~amd64 ~x86"
 fi
 
-IUSE=""
+IUSE="gles2"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}[debug=]
-	~dev-qt/qtgui-${PV}[debug=,opengl]
-	~dev-qt/qtwidgets-${PV}[debug=]
+	~dev-qt/qtgui-${PV}[debug=,gles2=,opengl]
+	~dev-qt/qtwidgets-${PV}[debug=,gles2=,opengl]
 	virtual/opengl
 "
 RDEPEND="${DEPEND}"
@@ -33,7 +33,7 @@ QT5_TARGET_SUBDIRS=(
 
 src_configure() {
 	local myconf=(
-		-opengl
+		-opengl $(usex gles2 es2 desktop)
 	)
 	qt5-build_src_configure
 }

diff --git a/dev-qt/qtopengl/qtopengl-5.4.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.4.9999.ebuild
index 1cbf05e..8fe5549 100644
--- a/dev-qt/qtopengl/qtopengl-5.4.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.4.9999.ebuild
@@ -17,12 +17,12 @@ else
 	KEYWORDS="~amd64 ~x86"
 fi
 
-IUSE=""
+IUSE="gles2"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}[debug=]
-	~dev-qt/qtgui-${PV}[debug=,opengl]
-	~dev-qt/qtwidgets-${PV}[debug=]
+	~dev-qt/qtgui-${PV}[debug=,gles2=,opengl]
+	~dev-qt/qtwidgets-${PV}[debug=,gles2=,opengl]
 	virtual/opengl
 "
 RDEPEND="${DEPEND}"
@@ -33,7 +33,7 @@ QT5_TARGET_SUBDIRS=(
 
 src_configure() {
 	local myconf=(
-		-opengl
+		-opengl $(usex gles2 es2 desktop)
 	)
 	qt5-build_src_configure
 }

diff --git a/dev-qt/qtopengl/qtopengl-5.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.9999.ebuild
index 1cbf05e..8fe5549 100644
--- a/dev-qt/qtopengl/qtopengl-5.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.9999.ebuild
@@ -17,12 +17,12 @@ else
 	KEYWORDS="~amd64 ~x86"
 fi
 
-IUSE=""
+IUSE="gles2"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}[debug=]
-	~dev-qt/qtgui-${PV}[debug=,opengl]
-	~dev-qt/qtwidgets-${PV}[debug=]
+	~dev-qt/qtgui-${PV}[debug=,gles2=,opengl]
+	~dev-qt/qtwidgets-${PV}[debug=,gles2=,opengl]
 	virtual/opengl
 "
 RDEPEND="${DEPEND}"
@@ -33,7 +33,7 @@ QT5_TARGET_SUBDIRS=(
 
 src_configure() {
 	local myconf=(
-		-opengl
+		-opengl $(usex gles2 es2 desktop)
 	)
 	qt5-build_src_configure
 }


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/
@ 2020-04-03 20:03 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2020-04-03 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     17632e13000f5a0f231e1869f06095830952afc6
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Nov 23 09:44:37 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr  2 18:09:22 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=17632e13

dev-qt/qtopengl: rename USE=gles2 to USE=gles2-only

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtopengl/metadata.xml              | 3 ---
 dev-qt/qtopengl/qtopengl-5.14.9999.ebuild | 8 ++++----
 dev-qt/qtopengl/qtopengl-5.15.9999.ebuild | 8 ++++----
 dev-qt/qtopengl/qtopengl-5.9999.ebuild    | 8 ++++----
 4 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/dev-qt/qtopengl/metadata.xml b/dev-qt/qtopengl/metadata.xml
index 17b1d11a..32568f62 100644
--- a/dev-qt/qtopengl/metadata.xml
+++ b/dev-qt/qtopengl/metadata.xml
@@ -5,9 +5,6 @@
 		<email>qt@gentoo.org</email>
 		<name>Gentoo Qt Project</name>
 	</maintainer>
-	<use>
-		<flag name="gles2">Use GLES 2.0 or later instead of full OpenGL</flag>
-	</use>
 	<upstream>
 		<bugs-to>https://bugreports.qt.io/</bugs-to>
 		<doc>https://doc.qt.io/</doc>

diff --git a/dev-qt/qtopengl/qtopengl-5.14.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.14.9999.ebuild
index cec19c33..caa8f3c9 100644
--- a/dev-qt/qtopengl/qtopengl-5.14.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.14.9999.ebuild
@@ -12,12 +12,12 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
-IUSE="gles2"
+IUSE="gles2-only"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}[gles2=]
-	~dev-qt/qtwidgets-${PV}[gles2=]
+	~dev-qt/qtgui-${PV}[gles2-only=]
+	~dev-qt/qtwidgets-${PV}[gles2-only=]
 	virtual/opengl
 "
 RDEPEND="${DEPEND}"
@@ -28,7 +28,7 @@ QT5_TARGET_SUBDIRS=(
 
 src_configure() {
 	local myconf=(
-		-opengl $(usex gles2 es2 desktop)
+		-opengl $(usex gles2-only es2 desktop)
 	)
 	qt5-build_src_configure
 }

diff --git a/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild
index cec19c33..caa8f3c9 100644
--- a/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild
@@ -12,12 +12,12 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
-IUSE="gles2"
+IUSE="gles2-only"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}[gles2=]
-	~dev-qt/qtwidgets-${PV}[gles2=]
+	~dev-qt/qtgui-${PV}[gles2-only=]
+	~dev-qt/qtwidgets-${PV}[gles2-only=]
 	virtual/opengl
 "
 RDEPEND="${DEPEND}"
@@ -28,7 +28,7 @@ QT5_TARGET_SUBDIRS=(
 
 src_configure() {
 	local myconf=(
-		-opengl $(usex gles2 es2 desktop)
+		-opengl $(usex gles2-only es2 desktop)
 	)
 	qt5-build_src_configure
 }

diff --git a/dev-qt/qtopengl/qtopengl-5.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.9999.ebuild
index cec19c33..caa8f3c9 100644
--- a/dev-qt/qtopengl/qtopengl-5.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.9999.ebuild
@@ -12,12 +12,12 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
-IUSE="gles2"
+IUSE="gles2-only"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}[gles2=]
-	~dev-qt/qtwidgets-${PV}[gles2=]
+	~dev-qt/qtgui-${PV}[gles2-only=]
+	~dev-qt/qtwidgets-${PV}[gles2-only=]
 	virtual/opengl
 "
 RDEPEND="${DEPEND}"
@@ -28,7 +28,7 @@ QT5_TARGET_SUBDIRS=(
 
 src_configure() {
 	local myconf=(
-		-opengl $(usex gles2 es2 desktop)
+		-opengl $(usex gles2-only es2 desktop)
 	)
 	qt5-build_src_configure
 }


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/
@ 2020-09-10 17:49 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2020-09-10 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6839f477693719f482a13686f2f9fdc0eab8b950
Author:     Ross Charles Campbell <rossbridger.cc <AT> gmail <DOT> com>
AuthorDate: Fri Aug 21 22:24:41 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  9 18:40:23 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=6839f477

dev-qt/qtopengl: depend on virtual/opengl only when gles2-only is off

Remove the virtual/opengl dependency when the "gles2-only" flag is enabled.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Ross Charles Campbell <rossbridger.cc <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtopengl/qtopengl-5.15.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild
index a2891c53..3aaab692 100644
--- a/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.15.9999.ebuild
@@ -18,7 +18,7 @@ DEPEND="
 	~dev-qt/qtcore-${PV}:5=
 	~dev-qt/qtgui-${PV}[gles2-only=]
 	~dev-qt/qtwidgets-${PV}[gles2-only=]
-	virtual/opengl
+	!gles2-only? ( virtual/opengl )
 "
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/
@ 2021-09-22  7:19 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22  7:19 UTC (permalink / raw
  To: gentoo-commits

commit:     277efc9231eeae60b97a0913e707ad4e99bda4a7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 07:09:09 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 07:10:50 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=277efc92

dev-qt/qtopengl: Drop obsolete dev-qt/qtopengl dependency

Thanks-to: Davide Pesavento <pesa <AT> gentoo.org>
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtopengl/qtopengl-5.15.2.9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-qt/qtopengl/qtopengl-5.15.2.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.15.2.9999.ebuild
index 7652d0b3..bffcfaf5 100644
--- a/dev-qt/qtopengl/qtopengl-5.15.2.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.15.2.9999.ebuild
@@ -19,7 +19,6 @@ DEPEND="
 	=dev-qt/qtcore-${QT5_PV}*:5=
 	=dev-qt/qtgui-${QT5_PV}*[gles2-only=]
 	=dev-qt/qtwidgets-${QT5_PV}*[gles2-only=]
-	!gles2-only? ( virtual/opengl )
 "
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/
@ 2022-09-08  9:29 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2022-09-08  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3086b4b85a06dbbb8a68ee53b0c8566184793be1
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 03:50:13 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 09:28:47 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=3086b4b8

dev-qt/qtopengl: keyword 5.15.5 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtopengl/qtopengl-5.15.5.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtopengl/qtopengl-5.15.5.9999.ebuild b/dev-qt/qtopengl/qtopengl-5.15.5.9999.ebuild
index d8e17361..ec72ce28 100644
--- a/dev-qt/qtopengl/qtopengl-5.15.5.9999.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.15.5.9999.ebuild
@@ -10,7 +10,7 @@ inherit qt5-build
 DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="gles2-only"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-09-08  9:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-08 22:28 [gentoo-commits] proj/qt:master commit in: dev-qt/qtopengl/ Davide Pesavento
  -- strict thread matches above, loose matches on Subject: below --
2022-09-08  9:29 Andreas Sturmlechner
2021-09-22  7:19 Andreas Sturmlechner
2020-09-10 17:49 Andreas Sturmlechner
2020-04-03 20:03 Andreas Sturmlechner
2014-10-03  0:41 Davide Pesavento
2014-09-01 23:37 Davide Pesavento
2014-05-12 13:38 Michael Palimaka
2014-04-04 17:46 Davide Pesavento
2014-03-27 14:14 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox