public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2013-08-20  9:21 Davide Pesavento
  0 siblings, 0 replies; 49+ messages in thread
From: Davide Pesavento @ 2013-08-20  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b2716c61eee32b3e6cad74f6b48ea8aeac64efb8
Author:     Maksim Melnikau <maxposedon <AT> gmail <DOT> com>
AuthorDate: Tue Aug 20 08:31:51 2013 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Aug 20 08:31:51 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=b2716c61

Add Qt Wayland platform plugin

1. Bug https://bugs.gentoo.org/show_bug.cgi?id=480654
"[qt overlay] dev-qt/qtgui with USE="gles2" doesn't enable opengles2
in QT_CONFIG" should be fixed before, or
/usr/lib/qt5/mkspecs/qconfig.pri edited manually.
2. qtwayland-5.9999 USE=wayland-compositor doesn't compiles right now
(upstream issue)

Signed-off-by: Maksim Melnikau <maxposedon <AT> gmail.com>

---
 dev-qt/qtwayland/metadata.xml              | 14 +++++++++++++
 dev-qt/qtwayland/qtwayland-5.1.9999.ebuild | 33 ++++++++++++++++++++++++++++++
 dev-qt/qtwayland/qtwayland-5.9999.ebuild   | 33 ++++++++++++++++++++++++++++++
 3 files changed, 80 insertions(+)

diff --git a/dev-qt/qtwayland/metadata.xml b/dev-qt/qtwayland/metadata.xml
new file mode 100644
index 0000000..e3bb1fa
--- /dev/null
+++ b/dev-qt/qtwayland/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>qt</herd>
+	<use>
+		<flag name="c++11">Build Qt using the C++11 standard</flag>
+		<flag name="qml">Build QML/QtQuick bindings</flag>
+		<flag name="wayland-compositor">Build Qt compositor for wayland</flag>
+	</use>
+	<upstream>
+		<bugs-to>https://bugreports.qt-project.org/</bugs-to>
+		<doc>http://qt-project.org/doc/</doc>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-qt/qtwayland/qtwayland-5.1.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.1.9999.ebuild
new file mode 100644
index 0000000..d04f1ab
--- /dev/null
+++ b/dev-qt/qtwayland/qtwayland-5.1.9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit qt5-build
+
+DESCRIPTION="Wayland plugin for Qt"
+HOMEPAGE="http://qt-project.org/wiki/QtWayland"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+IUSE="qml wayland-compositor"
+
+DEPEND="
+	>=dev-libs/wayland-1.1.0
+	>=dev-qt/qtcore-${PV}:5[debug=]
+	>=dev-qt/qtgui-${PV}:5[debug=,opengl]
+	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	if use wayland-compositor; then
+		echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache
+	fi
+	qt5-build_src_configure
+}

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
new file mode 100644
index 0000000..d04f1ab
--- /dev/null
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit qt5-build
+
+DESCRIPTION="Wayland plugin for Qt"
+HOMEPAGE="http://qt-project.org/wiki/QtWayland"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+IUSE="qml wayland-compositor"
+
+DEPEND="
+	>=dev-libs/wayland-1.1.0
+	>=dev-qt/qtcore-${PV}:5[debug=]
+	>=dev-qt/qtgui-${PV}:5[debug=,opengl]
+	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	if use wayland-compositor; then
+		echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache
+	fi
+	qt5-build_src_configure
+}


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2014-02-20 14:28 Michael Palimaka
  0 siblings, 0 replies; 49+ messages in thread
From: Michael Palimaka @ 2014-02-20 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     7f3c8ee8b3973c3d4f8ce229948a36b53965bdea
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 20 14:27:35 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 20 14:27:35 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=7f3c8ee8

[dev-qt/qtwayland] Raise required wayland dependency wrt bug #501880.

Package-Manager: portage-2.2.7

---
 dev-qt/qtwayland/qtwayland-5.2.9999.ebuild | 2 +-
 dev-qt/qtwayland/qtwayland-5.9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.2.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.2.9999.ebuild
index 8e2cf71..1383472 100644
--- a/dev-qt/qtwayland/qtwayland-5.2.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.2.9999.ebuild
@@ -18,7 +18,7 @@ fi
 IUSE="qml wayland-compositor"
 
 DEPEND="
-	>=dev-libs/wayland-1.1.0
+	>=dev-libs/wayland-1.3.0
 	>=dev-qt/qtcore-5.2.1:5[debug=]
 	>=dev-qt/qtgui-5.2.1:5[debug=,opengl]
 	qml? ( >=dev-qt/qtdeclarative-5.2.1:5[debug=] )

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index d04f1ab..a29741e 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -18,7 +18,7 @@ fi
 IUSE="qml wayland-compositor"
 
 DEPEND="
-	>=dev-libs/wayland-1.1.0
+	>=dev-libs/wayland-1.3.0
 	>=dev-qt/qtcore-${PV}:5[debug=]
 	>=dev-qt/qtgui-${PV}:5[debug=,opengl]
 	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2014-05-16 23:42 Davide Pesavento
  0 siblings, 0 replies; 49+ messages in thread
From: Davide Pesavento @ 2014-05-16 23:42 UTC (permalink / raw
  To: gentoo-commits

commit:     294785ead65c5debc18335e7f5a381dc4264f25f
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 23:42:16 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri May 16 23:42:16 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=294785ea

[dev-qt/qtwayland] Add egl and xcomposite USE flags.

Package-Manager: portage-2.2.10

---
 dev-qt/qtwayland/metadata.xml              |  1 +
 dev-qt/qtwayland/qtwayland-5.3.9999.ebuild | 17 ++++++++++++++---
 dev-qt/qtwayland/qtwayland-5.9999.ebuild   | 17 ++++++++++++++---
 3 files changed, 29 insertions(+), 6 deletions(-)

diff --git a/dev-qt/qtwayland/metadata.xml b/dev-qt/qtwayland/metadata.xml
index f5fa5ab..6596561 100644
--- a/dev-qt/qtwayland/metadata.xml
+++ b/dev-qt/qtwayland/metadata.xml
@@ -3,6 +3,7 @@
 <pkgmetadata>
 	<herd>qt</herd>
 	<use>
+		<flag name="egl">Use EGL instead of GLX to manage OpenGL contexts</flag>
 		<flag name="qml">Build QML/QtQuick bindings</flag>
 		<flag name="wayland-compositor">Build Qt compositor for wayland</flag>
 	</use>

diff --git a/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild
index f61b2a6..fae9358 100644
--- a/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit qt5-build
 
-DESCRIPTION="Wayland plugin for Qt"
+DESCRIPTION="Wayland platform plugin for Qt"
 HOMEPAGE="http://qt-project.org/wiki/QtWayland"
 
 if [[ ${QT5_BUILD_TYPE} == live ]]; then
@@ -15,13 +15,19 @@ else
 	KEYWORDS="~amd64"
 fi
 
-IUSE="qml wayland-compositor"
+IUSE="egl qml wayland-compositor xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.3.0
 	>=dev-qt/qtcore-${PV}:5[debug=]
-	>=dev-qt/qtgui-${PV}:5[debug=,opengl]
+	>=dev-qt/qtgui-${PV}:5[debug=,egl=,opengl]
+	media-libs/mesa[egl?]
+	>=x11-libs/libxkbcommon-0.2.0
 	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
+	xcomposite? (
+		x11-libs/libX11
+		x11-libs/libXcomposite
+	)
 "
 RDEPEND="${DEPEND}"
 
@@ -29,5 +35,10 @@ src_configure() {
 	if use wayland-compositor; then
 		echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache
 	fi
+
+	if ! use xcomposite; then
+		echo "CONFIG += done_config_xcomposite" >> "${QT5_BUILD_DIR}"/.qmake.cache
+	fi
+
 	qt5-build_src_configure
 }

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index f61b2a6..fae9358 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit qt5-build
 
-DESCRIPTION="Wayland plugin for Qt"
+DESCRIPTION="Wayland platform plugin for Qt"
 HOMEPAGE="http://qt-project.org/wiki/QtWayland"
 
 if [[ ${QT5_BUILD_TYPE} == live ]]; then
@@ -15,13 +15,19 @@ else
 	KEYWORDS="~amd64"
 fi
 
-IUSE="qml wayland-compositor"
+IUSE="egl qml wayland-compositor xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.3.0
 	>=dev-qt/qtcore-${PV}:5[debug=]
-	>=dev-qt/qtgui-${PV}:5[debug=,opengl]
+	>=dev-qt/qtgui-${PV}:5[debug=,egl=,opengl]
+	media-libs/mesa[egl?]
+	>=x11-libs/libxkbcommon-0.2.0
 	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
+	xcomposite? (
+		x11-libs/libX11
+		x11-libs/libXcomposite
+	)
 "
 RDEPEND="${DEPEND}"
 
@@ -29,5 +35,10 @@ src_configure() {
 	if use wayland-compositor; then
 		echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache
 	fi
+
+	if ! use xcomposite; then
+		echo "CONFIG += done_config_xcomposite" >> "${QT5_BUILD_DIR}"/.qmake.cache
+	fi
+
 	qt5-build_src_configure
 }


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

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

commit:     ec6722593c8d04bfdf0d314dd846446bb8b34e64
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  4 23:15:50 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Aug  4 23:15:50 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=ec672259

[dev-qt/qtwayland:5] Use qt_use_compile_test.

Package-Manager: portage-2.2.11

---
 dev-qt/qtwayland/qtwayland-5.3.9999.ebuild | 4 +---
 dev-qt/qtwayland/qtwayland-5.9999.ebuild   | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild
index aa5a415..3aa78ca 100644
--- a/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild
@@ -36,9 +36,7 @@ src_configure() {
 		echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache
 	fi
 
-	if ! use xcomposite; then
-		echo "CONFIG += done_config_xcomposite" >> "${QT5_BUILD_DIR}"/.qmake.cache
-	fi
+	qt_use_compile_test xcomposite
 
 	qt5-build_src_configure
 }

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index aa5a415..3aa78ca 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -36,9 +36,7 @@ src_configure() {
 		echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache
 	fi
 
-	if ! use xcomposite; then
-		echo "CONFIG += done_config_xcomposite" >> "${QT5_BUILD_DIR}"/.qmake.cache
-	fi
+	qt_use_compile_test xcomposite
 
 	qt5-build_src_configure
 }


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2014-09-12 17:05 Davide Pesavento
  0 siblings, 0 replies; 49+ messages in thread
From: Davide Pesavento @ 2014-09-12 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     fdd80ab3dab285e19174788cf9aa630e38374131
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 12 17:04:55 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Sep 12 17:04:55 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=fdd80ab3

[dev-qt/qtwayland] Delete ebuild referring to non-existent branch.

Package-Manager: portage-2.2.12

---
 dev-qt/qtwayland/qtwayland-5.3.9999.ebuild | 42 ------------------------------
 1 file changed, 42 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild
deleted file mode 100644
index 3aa78ca..0000000
--- a/dev-qt/qtwayland/qtwayland-5.3.9999.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit qt5-build
-
-DESCRIPTION="Wayland platform plugin for Qt"
-HOMEPAGE="http://qt-project.org/wiki/QtWayland"
-
-if [[ ${QT5_BUILD_TYPE} == live ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86"
-fi
-
-IUSE="egl qml wayland-compositor xcomposite"
-
-DEPEND="
-	>=dev-libs/wayland-1.3.0
-	>=dev-qt/qtcore-${PV}:5[debug=]
-	>=dev-qt/qtgui-${PV}:5[debug=,egl=,opengl]
-	media-libs/mesa[egl?]
-	>=x11-libs/libxkbcommon-0.2.0
-	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
-	xcomposite? (
-		x11-libs/libX11
-		x11-libs/libXcomposite
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	if use wayland-compositor; then
-		echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache
-	fi
-
-	qt_use_compile_test xcomposite
-
-	qt5-build_src_configure
-}


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2015-01-18  1:32 Davide Pesavento
  0 siblings, 0 replies; 49+ messages in thread
From: Davide Pesavento @ 2015-01-18  1:32 UTC (permalink / raw
  To: gentoo-commits

commit:     f35c2e70946aef55e35ace5ae93afc450f33ed8d
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 18 01:32:09 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 01:32:09 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f35c2e70

[dev-qt/qtwayland] Don't redefine HOMEPAGE.

Package-Manager: portage-2.2.15

---
 dev-qt/qtwayland/qtwayland-5.4.9999.ebuild | 1 -
 dev-qt/qtwayland/qtwayland-5.9999.ebuild   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.4.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.4.9999.ebuild
index 3aa78ca..1c2fb72 100644
--- a/dev-qt/qtwayland/qtwayland-5.4.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.4.9999.ebuild
@@ -7,7 +7,6 @@ EAPI=5
 inherit qt5-build
 
 DESCRIPTION="Wayland platform plugin for Qt"
-HOMEPAGE="http://qt-project.org/wiki/QtWayland"
 
 if [[ ${QT5_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index 3aa78ca..1c2fb72 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -7,7 +7,6 @@ EAPI=5
 inherit qt5-build
 
 DESCRIPTION="Wayland platform plugin for Qt"
-HOMEPAGE="http://qt-project.org/wiki/QtWayland"
 
 if [[ ${QT5_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2015-06-27 14:01 Davide Pesavento
  0 siblings, 0 replies; 49+ messages in thread
From: Davide Pesavento @ 2015-06-27 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     0a65aaca6688462854762dfe26fc71f914ab93f5
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 27 14:01:10 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 14:01:10 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0a65aaca

[dev-qt/qtwayland] wayland-1.4 is required now.

Package-Manager: portage-2.2.20

 dev-qt/qtwayland/qtwayland-5.5.0_rc.ebuild | 2 +-
 dev-qt/qtwayland/qtwayland-5.5.9999.ebuild | 2 +-
 dev-qt/qtwayland/qtwayland-5.9999.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.5.0_rc.ebuild b/dev-qt/qtwayland/qtwayland-5.5.0_rc.ebuild
index 61832bd..d91681c 100644
--- a/dev-qt/qtwayland/qtwayland-5.5.0_rc.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.5.0_rc.ebuild
@@ -14,7 +14,7 @@ fi
 IUSE="egl qml wayland-compositor xcomposite"
 
 DEPEND="
-	>=dev-libs/wayland-1.3.0
+	>=dev-libs/wayland-1.4.0
 	>=dev-qt/qtcore-${PV}:5
 	>=dev-qt/qtgui-${PV}:5[egl=]
 	media-libs/mesa[egl?]

diff --git a/dev-qt/qtwayland/qtwayland-5.5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.5.9999.ebuild
index 61832bd..d91681c 100644
--- a/dev-qt/qtwayland/qtwayland-5.5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.5.9999.ebuild
@@ -14,7 +14,7 @@ fi
 IUSE="egl qml wayland-compositor xcomposite"
 
 DEPEND="
-	>=dev-libs/wayland-1.3.0
+	>=dev-libs/wayland-1.4.0
 	>=dev-qt/qtcore-${PV}:5
 	>=dev-qt/qtgui-${PV}:5[egl=]
 	media-libs/mesa[egl?]

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index 61832bd..d91681c 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -14,7 +14,7 @@ fi
 IUSE="egl qml wayland-compositor xcomposite"
 
 DEPEND="
-	>=dev-libs/wayland-1.3.0
+	>=dev-libs/wayland-1.4.0
 	>=dev-qt/qtcore-${PV}:5
 	>=dev-qt/qtgui-${PV}:5[egl=]
 	media-libs/mesa[egl?]


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2015-10-16 17:17 Michael Palimaka
  0 siblings, 0 replies; 49+ messages in thread
From: Michael Palimaka @ 2015-10-16 17:17 UTC (permalink / raw
  To: gentoo-commits

commit:     9b6aeed0d45473bc481cf41f2092e9b41fd8a1de
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 17:16:44 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 17:17:18 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=9b6aeed0

dev-qt/qtwayland: fix automagic dependency

Package-Manager: portage-2.2.20.1

 dev-qt/qtwayland/qtwayland-5.5.0.ebuild    | 5 ++++-
 dev-qt/qtwayland/qtwayland-5.5.1.ebuild    | 5 ++++-
 dev-qt/qtwayland/qtwayland-5.5.9999.ebuild | 5 ++++-
 dev-qt/qtwayland/qtwayland-5.6.9999.ebuild | 5 ++++-
 dev-qt/qtwayland/qtwayland-5.9999.ebuild   | 5 ++++-
 5 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.5.0.ebuild b/dev-qt/qtwayland/qtwayland-5.5.0.ebuild
index 963447e..42f300b 100644
--- a/dev-qt/qtwayland/qtwayland-5.5.0.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.5.0.ebuild
@@ -19,7 +19,9 @@ DEPEND="
 	>=dev-qt/qtgui-${PV}:5[egl=]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
-	qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+	wayland-compositor? (
+		qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+	)
 	xcomposite? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
@@ -33,6 +35,7 @@ src_configure() {
 	fi
 
 	qt_use_compile_test xcomposite
+	qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri
 
 	qt5-build_src_configure
 }

diff --git a/dev-qt/qtwayland/qtwayland-5.5.1.ebuild b/dev-qt/qtwayland/qtwayland-5.5.1.ebuild
index 963447e..42f300b 100644
--- a/dev-qt/qtwayland/qtwayland-5.5.1.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.5.1.ebuild
@@ -19,7 +19,9 @@ DEPEND="
 	>=dev-qt/qtgui-${PV}:5[egl=]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
-	qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+	wayland-compositor? (
+		qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+	)
 	xcomposite? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
@@ -33,6 +35,7 @@ src_configure() {
 	fi
 
 	qt_use_compile_test xcomposite
+	qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri
 
 	qt5-build_src_configure
 }

diff --git a/dev-qt/qtwayland/qtwayland-5.5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.5.9999.ebuild
index 963447e..42f300b 100644
--- a/dev-qt/qtwayland/qtwayland-5.5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.5.9999.ebuild
@@ -19,7 +19,9 @@ DEPEND="
 	>=dev-qt/qtgui-${PV}:5[egl=]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
-	qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+	wayland-compositor? (
+		qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+	)
 	xcomposite? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
@@ -33,6 +35,7 @@ src_configure() {
 	fi
 
 	qt_use_compile_test xcomposite
+	qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri
 
 	qt5-build_src_configure
 }

diff --git a/dev-qt/qtwayland/qtwayland-5.6.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.6.9999.ebuild
index 963447e..42f300b 100644
--- a/dev-qt/qtwayland/qtwayland-5.6.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.6.9999.ebuild
@@ -19,7 +19,9 @@ DEPEND="
 	>=dev-qt/qtgui-${PV}:5[egl=]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
-	qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+	wayland-compositor? (
+		qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+	)
 	xcomposite? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
@@ -33,6 +35,7 @@ src_configure() {
 	fi
 
 	qt_use_compile_test xcomposite
+	qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri
 
 	qt5-build_src_configure
 }

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index 963447e..42f300b 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -19,7 +19,9 @@ DEPEND="
 	>=dev-qt/qtgui-${PV}:5[egl=]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
-	qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+	wayland-compositor? (
+		qml? ( >=dev-qt/qtdeclarative-${PV}:5 )
+	)
 	xcomposite? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
@@ -33,6 +35,7 @@ src_configure() {
 	fi
 
 	qt_use_compile_test xcomposite
+	qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri
 
 	qt5-build_src_configure
 }


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2016-10-28 11:33 Michael Palimaka
  0 siblings, 0 replies; 49+ messages in thread
From: Michael Palimaka @ 2016-10-28 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     5326331764a0612870c92ce1310d6a1cb8776322
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 11:33:31 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 11:33:42 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=53263317

dev-qt/qtwayland: remove qml USE flag from 5.7 and later

Due to an upstream change, qml is effectively mandatory.

Gentoo-bug: 579208

Package-Manager: portage-2.3.2

 dev-qt/qtwayland/qtwayland-5.7.9999.ebuild | 7 ++-----
 dev-qt/qtwayland/qtwayland-5.8.9999.ebuild | 7 ++-----
 dev-qt/qtwayland/qtwayland-5.9999.ebuild   | 7 ++-----
 3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild
index e3f382b..026b7a5 100644
--- a/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl qml wayland-compositor xcomposite"
+IUSE="egl wayland-compositor xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.4.0
@@ -19,9 +19,7 @@ DEPEND="
 	~dev-qt/qtgui-${PV}[egl=]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
-	wayland-compositor? (
-		qml? ( ~dev-qt/qtdeclarative-${PV} )
-	)
+	wayland-compositor? ( ~dev-qt/qtdeclarative-${PV} )
 	xcomposite? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
@@ -35,7 +33,6 @@ src_configure() {
 	fi
 
 	qt_use_compile_test xcomposite
-	qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri
 
 	qt5-build_src_configure
 }

diff --git a/dev-qt/qtwayland/qtwayland-5.8.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.8.9999.ebuild
index e3f382b..026b7a5 100644
--- a/dev-qt/qtwayland/qtwayland-5.8.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.8.9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl qml wayland-compositor xcomposite"
+IUSE="egl wayland-compositor xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.4.0
@@ -19,9 +19,7 @@ DEPEND="
 	~dev-qt/qtgui-${PV}[egl=]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
-	wayland-compositor? (
-		qml? ( ~dev-qt/qtdeclarative-${PV} )
-	)
+	wayland-compositor? ( ~dev-qt/qtdeclarative-${PV} )
 	xcomposite? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
@@ -35,7 +33,6 @@ src_configure() {
 	fi
 
 	qt_use_compile_test xcomposite
-	qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri
 
 	qt5-build_src_configure
 }

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index e3f382b..026b7a5 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl qml wayland-compositor xcomposite"
+IUSE="egl wayland-compositor xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.4.0
@@ -19,9 +19,7 @@ DEPEND="
 	~dev-qt/qtgui-${PV}[egl=]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
-	wayland-compositor? (
-		qml? ( ~dev-qt/qtdeclarative-${PV} )
-	)
+	wayland-compositor? ( ~dev-qt/qtdeclarative-${PV} )
 	xcomposite? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
@@ -35,7 +33,6 @@ src_configure() {
 	fi
 
 	qt_use_compile_test xcomposite
-	qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri
 
 	qt5-build_src_configure
 }


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

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

commit:     3c8b2eaf72c91d1a70b427741c6c8fc55fa033d4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 15 10:13:12 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 15 10:13:37 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=3c8b2eaf

dev-qt/qtwayland: remove wayland-compositor USE flag in 5.7.9999 and later

QtWaylandCompositor is now built unconditionally since qtwayland commit 00fba62ce3e5bd00ba5e8ab6f5b7a71bdb93c6a1.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-qt/qtwayland/qtwayland-5.7.9999.ebuild | 8 ++------
 dev-qt/qtwayland/qtwayland-5.8.9999.ebuild | 8 ++------
 dev-qt/qtwayland/qtwayland-5.9999.ebuild   | 8 ++------
 3 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild
index 026b7a5..7d6f488 100644
--- a/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild
@@ -11,15 +11,15 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl wayland-compositor xcomposite"
+IUSE="egl xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.4.0
 	~dev-qt/qtcore-${PV}
+	~dev-qt/qtdeclarative-${PV}
 	~dev-qt/qtgui-${PV}[egl=]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
-	wayland-compositor? ( ~dev-qt/qtdeclarative-${PV} )
 	xcomposite? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
@@ -28,10 +28,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_configure() {
-	if use wayland-compositor; then
-		echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache
-	fi
-
 	qt_use_compile_test xcomposite
 
 	qt5-build_src_configure

diff --git a/dev-qt/qtwayland/qtwayland-5.8.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.8.9999.ebuild
index 026b7a5..7d6f488 100644
--- a/dev-qt/qtwayland/qtwayland-5.8.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.8.9999.ebuild
@@ -11,15 +11,15 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl wayland-compositor xcomposite"
+IUSE="egl xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.4.0
 	~dev-qt/qtcore-${PV}
+	~dev-qt/qtdeclarative-${PV}
 	~dev-qt/qtgui-${PV}[egl=]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
-	wayland-compositor? ( ~dev-qt/qtdeclarative-${PV} )
 	xcomposite? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
@@ -28,10 +28,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_configure() {
-	if use wayland-compositor; then
-		echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache
-	fi
-
 	qt_use_compile_test xcomposite
 
 	qt5-build_src_configure

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index 026b7a5..7d6f488 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -11,15 +11,15 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl wayland-compositor xcomposite"
+IUSE="egl xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.4.0
 	~dev-qt/qtcore-${PV}
+	~dev-qt/qtdeclarative-${PV}
 	~dev-qt/qtgui-${PV}[egl=]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
-	wayland-compositor? ( ~dev-qt/qtdeclarative-${PV} )
 	xcomposite? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
@@ -28,10 +28,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_configure() {
-	if use wayland-compositor; then
-		echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache
-	fi
-
 	qt_use_compile_test xcomposite
 
 	qt5-build_src_configure


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2017-06-11 13:28 Michael Palimaka
  0 siblings, 0 replies; 49+ messages in thread
From: Michael Palimaka @ 2017-06-11 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     648d83e691da9a49cd4f76ade3c8466a377ac0b8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 13:23:07 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 13:28:47 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=648d83e6

dev-qt/qtwayland: introduce libinput USE flag

qtwayland has conditionals like qtConfig(xkbcommon-evdev), which is provided by
qtgui[libinput].

Enabling it by default for now, since currently keyboard does not work in
Plasma/Wayland without it.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-qt/qtwayland/metadata.xml              |  1 +
 dev-qt/qtwayland/qtwayland-5.9.0.ebuild    | 14 ++++++++++++--
 dev-qt/qtwayland/qtwayland-5.9.9999.ebuild | 14 ++++++++++++--
 dev-qt/qtwayland/qtwayland-5.9999.ebuild   | 14 ++++++++++++--
 4 files changed, 37 insertions(+), 6 deletions(-)

diff --git a/dev-qt/qtwayland/metadata.xml b/dev-qt/qtwayland/metadata.xml
index 138dabc2..852fb93d 100644
--- a/dev-qt/qtwayland/metadata.xml
+++ b/dev-qt/qtwayland/metadata.xml
@@ -7,6 +7,7 @@
 	</maintainer>
 	<use>
 		<flag name="egl">Use EGL instead of GLX to manage OpenGL contexts</flag>
+		<flag name="libinput">Enable support for input devices via <pkg>dev-libs/libinput</pkg></flag>
 		<flag name="qml">Build QML/QtQuick bindings</flag>
 		<flag name="wayland-compositor">Build Qt compositor for wayland</flag>
 	</use>

diff --git a/dev-qt/qtwayland/qtwayland-5.9.0.ebuild b/dev-qt/qtwayland/qtwayland-5.9.0.ebuild
index 5f9fc27a..ff3ca8ba 100644
--- a/dev-qt/qtwayland/qtwayland-5.9.0.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9.0.ebuild
@@ -10,13 +10,13 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl xcomposite"
+IUSE="egl +libinput xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.4.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl=]
+	~dev-qt/qtgui-${PV}[egl=,libinput?]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
 	xcomposite? (
@@ -26,6 +26,16 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+	qt_use_disable_config libinput xkbcommon-evdev \
+		src/client/client.pro \
+		src/compositor/wayland_wrapper/wayland_wrapper.pri \
+		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
+		tests/auto/compositor/compositor/compositor.pro
+
+	qt5-build_src_prepare
+}
+
 src_configure() {
 	qt_use_compile_test xcomposite
 

diff --git a/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
index 5f9fc27a..ff3ca8ba 100644
--- a/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
@@ -10,13 +10,13 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl xcomposite"
+IUSE="egl +libinput xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.4.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl=]
+	~dev-qt/qtgui-${PV}[egl=,libinput?]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
 	xcomposite? (
@@ -26,6 +26,16 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+	qt_use_disable_config libinput xkbcommon-evdev \
+		src/client/client.pro \
+		src/compositor/wayland_wrapper/wayland_wrapper.pri \
+		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
+		tests/auto/compositor/compositor/compositor.pro
+
+	qt5-build_src_prepare
+}
+
 src_configure() {
 	qt_use_compile_test xcomposite
 

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index 5f9fc27a..ff3ca8ba 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -10,13 +10,13 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl xcomposite"
+IUSE="egl +libinput xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.4.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl=]
+	~dev-qt/qtgui-${PV}[egl=,libinput?]
 	media-libs/mesa[egl?]
 	>=x11-libs/libxkbcommon-0.2.0
 	xcomposite? (
@@ -26,6 +26,16 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+	qt_use_disable_config libinput xkbcommon-evdev \
+		src/client/client.pro \
+		src/compositor/wayland_wrapper/wayland_wrapper.pri \
+		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
+		tests/auto/compositor/compositor/compositor.pro
+
+	qt5-build_src_prepare
+}
+
 src_configure() {
 	qt_use_compile_test xcomposite
 


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2017-07-23  6:55 Michael Palimaka
  0 siblings, 0 replies; 49+ messages in thread
From: Michael Palimaka @ 2017-07-23  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     465542cd55d1b1e8abeae081aab71a70e86a79c1
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 06:50:09 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 06:54:54 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=465542cd

dev-qt/qtwayland: fix xcomposite USE flag for 5.9

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-qt/qtwayland/qtwayland-5.9.1.ebuild    | 8 ++------
 dev-qt/qtwayland/qtwayland-5.9.9999.ebuild | 8 ++------
 dev-qt/qtwayland/qtwayland-5.9999.ebuild   | 8 ++------
 3 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.9.1.ebuild b/dev-qt/qtwayland/qtwayland-5.9.1.ebuild
index ff3ca8ba..9455cb3b 100644
--- a/dev-qt/qtwayland/qtwayland-5.9.1.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9.1.ebuild
@@ -33,11 +33,7 @@ src_prepare() {
 		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
 		tests/auto/compositor/compositor/compositor.pro
 
-	qt5-build_src_prepare
-}
+	use xcomposite || rm -r config.tests/xcomposite || die
 
-src_configure() {
-	qt_use_compile_test xcomposite
-
-	qt5-build_src_configure
+	qt5-build_src_prepare
 }

diff --git a/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
index ff3ca8ba..9455cb3b 100644
--- a/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
@@ -33,11 +33,7 @@ src_prepare() {
 		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
 		tests/auto/compositor/compositor/compositor.pro
 
-	qt5-build_src_prepare
-}
+	use xcomposite || rm -r config.tests/xcomposite || die
 
-src_configure() {
-	qt_use_compile_test xcomposite
-
-	qt5-build_src_configure
+	qt5-build_src_prepare
 }

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index ff3ca8ba..9455cb3b 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -33,11 +33,7 @@ src_prepare() {
 		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
 		tests/auto/compositor/compositor/compositor.pro
 
-	qt5-build_src_prepare
-}
+	use xcomposite || rm -r config.tests/xcomposite || die
 
-src_configure() {
-	qt_use_compile_test xcomposite
-
-	qt5-build_src_configure
+	qt5-build_src_prepare
 }


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2017-09-03  0:01 Davide Pesavento
  0 siblings, 0 replies; 49+ messages in thread
From: Davide Pesavento @ 2017-09-03  0:01 UTC (permalink / raw
  To: gentoo-commits

commit:     819f99ba8f419374a9b36ef6df18f07cc34bf2ac
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 00:00:35 2017 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 00:00:35 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=819f99ba

dev-qt/qtwayland: raise dev-libs/wayland dep

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-qt/qtwayland/qtwayland-5.10.9999.ebuild | 2 +-
 dev-qt/qtwayland/qtwayland-5.9.1.ebuild     | 2 +-
 dev-qt/qtwayland/qtwayland-5.9.9999.ebuild  | 2 +-
 dev-qt/qtwayland/qtwayland-5.9999.ebuild    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild
index 9455cb3b..fe6a245a 100644
--- a/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild
@@ -13,7 +13,7 @@ fi
 IUSE="egl +libinput xcomposite"
 
 DEPEND="
-	>=dev-libs/wayland-1.4.0
+	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
 	~dev-qt/qtgui-${PV}[egl=,libinput?]

diff --git a/dev-qt/qtwayland/qtwayland-5.9.1.ebuild b/dev-qt/qtwayland/qtwayland-5.9.1.ebuild
index 9455cb3b..fe6a245a 100644
--- a/dev-qt/qtwayland/qtwayland-5.9.1.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9.1.ebuild
@@ -13,7 +13,7 @@ fi
 IUSE="egl +libinput xcomposite"
 
 DEPEND="
-	>=dev-libs/wayland-1.4.0
+	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
 	~dev-qt/qtgui-${PV}[egl=,libinput?]

diff --git a/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
index 9455cb3b..fe6a245a 100644
--- a/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
@@ -13,7 +13,7 @@ fi
 IUSE="egl +libinput xcomposite"
 
 DEPEND="
-	>=dev-libs/wayland-1.4.0
+	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
 	~dev-qt/qtgui-${PV}[egl=,libinput?]

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index 9455cb3b..fe6a245a 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -13,7 +13,7 @@ fi
 IUSE="egl +libinput xcomposite"
 
 DEPEND="
-	>=dev-libs/wayland-1.4.0
+	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
 	~dev-qt/qtgui-${PV}[egl=,libinput?]


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2017-09-03 19:53 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2017-09-03 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     3233ef7e39636128b31a4144cd4d0efe7247491a
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Sep  3 19:52:29 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 19:52:29 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=3233ef7e

dev-qt/qtwayland: Drop USE=egl

In this case, USE=egl was not enabling additional support but enabled-
instead-of GLX. Rather than complicating things with REQUIRED_USE, build
with EGL unconditionally as the use of GLX in context of Wayland is
questionable.

Gentoo-bug: 627758
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-qt/qtwayland/metadata.xml               | 1 -
 dev-qt/qtwayland/qtwayland-5.10.9999.ebuild | 6 +++---
 dev-qt/qtwayland/qtwayland-5.6.9999.ebuild  | 6 +++---
 dev-qt/qtwayland/qtwayland-5.9.1.ebuild     | 6 +++---
 dev-qt/qtwayland/qtwayland-5.9.9999.ebuild  | 6 +++---
 dev-qt/qtwayland/qtwayland-5.9999.ebuild    | 6 +++---
 6 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/dev-qt/qtwayland/metadata.xml b/dev-qt/qtwayland/metadata.xml
index 00ed5295..9bd59538 100644
--- a/dev-qt/qtwayland/metadata.xml
+++ b/dev-qt/qtwayland/metadata.xml
@@ -6,7 +6,6 @@
 		<name>Gentoo Qt Project</name>
 	</maintainer>
 	<use>
-		<flag name="egl">Use EGL instead of GLX to manage OpenGL contexts</flag>
 		<flag name="libinput">Enable support for input devices via <pkg>dev-libs/libinput</pkg></flag>
 		<flag name="qml">Build QML/QtQuick bindings</flag>
 		<flag name="wayland-compositor">Build Qt compositor for wayland</flag>

diff --git a/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild
index fe6a245a..0629d749 100644
--- a/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild
@@ -10,14 +10,14 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl +libinput xcomposite"
+IUSE="+libinput xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl=,libinput?]
-	media-libs/mesa[egl?]
+	~dev-qt/qtgui-${PV}[egl,libinput?]
+	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	xcomposite? (
 		x11-libs/libX11

diff --git a/dev-qt/qtwayland/qtwayland-5.6.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.6.9999.ebuild
index 3fb13e35..e706826a 100644
--- a/dev-qt/qtwayland/qtwayland-5.6.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.6.9999.ebuild
@@ -10,13 +10,13 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl qml wayland-compositor xcomposite"
+IUSE="qml wayland-compositor xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.4.0
 	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}[egl=]
-	media-libs/mesa[egl?]
+	~dev-qt/qtgui-${PV}[egl]
+	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	wayland-compositor? (
 		qml? ( ~dev-qt/qtdeclarative-${PV} )

diff --git a/dev-qt/qtwayland/qtwayland-5.9.1.ebuild b/dev-qt/qtwayland/qtwayland-5.9.1.ebuild
index fe6a245a..0629d749 100644
--- a/dev-qt/qtwayland/qtwayland-5.9.1.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9.1.ebuild
@@ -10,14 +10,14 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl +libinput xcomposite"
+IUSE="+libinput xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl=,libinput?]
-	media-libs/mesa[egl?]
+	~dev-qt/qtgui-${PV}[egl,libinput?]
+	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	xcomposite? (
 		x11-libs/libX11

diff --git a/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
index fe6a245a..0629d749 100644
--- a/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
@@ -10,14 +10,14 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl +libinput xcomposite"
+IUSE="+libinput xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl=,libinput?]
-	media-libs/mesa[egl?]
+	~dev-qt/qtgui-${PV}[egl,libinput?]
+	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	xcomposite? (
 		x11-libs/libX11

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index fe6a245a..0629d749 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -10,14 +10,14 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="egl +libinput xcomposite"
+IUSE="+libinput xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl=,libinput?]
-	media-libs/mesa[egl?]
+	~dev-qt/qtgui-${PV}[egl,libinput?]
+	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	xcomposite? (
 		x11-libs/libX11


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2018-01-26 11:45 Michael Palimaka
  0 siblings, 0 replies; 49+ messages in thread
From: Michael Palimaka @ 2018-01-26 11:45 UTC (permalink / raw
  To: gentoo-commits

commit:     2220fff71ccdf7679ee2fd012357d9eff44b2857
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 11:45:16 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 11:45:37 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=2220fff7

dev-qt/qtwayland: restore ~arm64 keyword

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-qt/qtwayland/qtwayland-5.10.0.ebuild    | 4 ++--
 dev-qt/qtwayland/qtwayland-5.10.9999.ebuild | 4 ++--
 dev-qt/qtwayland/qtwayland-5.11.9999.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.10.0.ebuild b/dev-qt/qtwayland/qtwayland-5.10.0.ebuild
index 0629d749..4c355304 100644
--- a/dev-qt/qtwayland/qtwayland-5.10.0.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
 IUSE="+libinput xcomposite"

diff --git a/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild
index 0629d749..4c355304 100644
--- a/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
 IUSE="+libinput xcomposite"

diff --git a/dev-qt/qtwayland/qtwayland-5.11.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.11.9999.ebuild
index b2b68306..4c355304 100644
--- a/dev-qt/qtwayland/qtwayland-5.11.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.11.9999.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
 IUSE="+libinput xcomposite"


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2018-12-05 22:16 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2018-12-05 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     2157bc10c7db702ca2bc10fd1f44fa13136ca36e
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Dec  5 12:48:17 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec  5 22:16:26 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=2157bc10

dev-qt/qtwayland: Fix build with USE -libinput

Bug: https://bugs.gentoo.org/616522
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-qt/qtwayland/qtwayland-5.11.9999.ebuild | 4 ++--
 dev-qt/qtwayland/qtwayland-5.12.0_rc.ebuild | 2 +-
 dev-qt/qtwayland/qtwayland-5.12.9999.ebuild | 2 +-
 dev-qt/qtwayland/qtwayland-5.9.9999.ebuild  | 4 ++--
 dev-qt/qtwayland/qtwayland-5.9999.ebuild    | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.11.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.11.9999.ebuild
index 4c355304..1379e01e 100644
--- a/dev-qt/qtwayland/qtwayland-5.11.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.11.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl,libinput?]
+	~dev-qt/qtgui-${PV}[egl,libinput=]
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	xcomposite? (

diff --git a/dev-qt/qtwayland/qtwayland-5.12.0_rc.ebuild b/dev-qt/qtwayland/qtwayland-5.12.0_rc.ebuild
index ff62f71d..1379e01e 100644
--- a/dev-qt/qtwayland/qtwayland-5.12.0_rc.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.12.0_rc.ebuild
@@ -16,7 +16,7 @@ DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl,libinput?]
+	~dev-qt/qtgui-${PV}[egl,libinput=]
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	xcomposite? (

diff --git a/dev-qt/qtwayland/qtwayland-5.12.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.12.9999.ebuild
index 4c355304..3a5d6261 100644
--- a/dev-qt/qtwayland/qtwayland-5.12.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.12.9999.ebuild
@@ -16,7 +16,7 @@ DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl,libinput?]
+	~dev-qt/qtgui-${PV}[egl,libinput=]
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	xcomposite? (

diff --git a/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
index 4c355304..1379e01e 100644
--- a/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl,libinput?]
+	~dev-qt/qtgui-${PV}[egl,libinput=]
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	xcomposite? (

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index 4c355304..3a5d6261 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -16,7 +16,7 @@ DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl,libinput?]
+	~dev-qt/qtgui-${PV}[egl,libinput=]
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	xcomposite? (


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2018-12-06  3:47 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2018-12-06  3:47 UTC (permalink / raw
  To: gentoo-commits

commit:     72dc7c9f1dad238b15b9d68c48c9c46267af7d9d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  3 18:55:48 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec  5 22:16:55 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=72dc7c9f

dev-qt/qtwayland: Cover new sightings of xkbcommon-evdev

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.12.0_rc.ebuild | 4 ++++
 dev-qt/qtwayland/qtwayland-5.12.9999.ebuild | 6 +++++-
 dev-qt/qtwayland/qtwayland-5.9999.ebuild    | 6 +++++-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.12.0_rc.ebuild b/dev-qt/qtwayland/qtwayland-5.12.0_rc.ebuild
index 1379e01e..d7a70086 100644
--- a/dev-qt/qtwayland/qtwayland-5.12.0_rc.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.12.0_rc.ebuild
@@ -31,6 +31,10 @@ src_prepare() {
 		src/client/client.pro \
 		src/compositor/wayland_wrapper/wayland_wrapper.pri \
 		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
+		src/plugins/shellintegration/wl-shell/wl-shell.pro \
+		src/plugins/shellintegration/xdg-shell/xdg-shell.pro \
+		src/plugins/shellintegration/xdg-shell-v5/xdg-shell-v5.pro \
+		src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
 		tests/auto/compositor/compositor/compositor.pro
 
 	use xcomposite || rm -r config.tests/xcomposite || die

diff --git a/dev-qt/qtwayland/qtwayland-5.12.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.12.9999.ebuild
index 3a5d6261..d7a70086 100644
--- a/dev-qt/qtwayland/qtwayland-5.12.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.12.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -31,6 +31,10 @@ src_prepare() {
 		src/client/client.pro \
 		src/compositor/wayland_wrapper/wayland_wrapper.pri \
 		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
+		src/plugins/shellintegration/wl-shell/wl-shell.pro \
+		src/plugins/shellintegration/xdg-shell/xdg-shell.pro \
+		src/plugins/shellintegration/xdg-shell-v5/xdg-shell-v5.pro \
+		src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
 		tests/auto/compositor/compositor/compositor.pro
 
 	use xcomposite || rm -r config.tests/xcomposite || die

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index 3a5d6261..d7a70086 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -31,6 +31,10 @@ src_prepare() {
 		src/client/client.pro \
 		src/compositor/wayland_wrapper/wayland_wrapper.pri \
 		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
+		src/plugins/shellintegration/wl-shell/wl-shell.pro \
+		src/plugins/shellintegration/xdg-shell/xdg-shell.pro \
+		src/plugins/shellintegration/xdg-shell-v5/xdg-shell-v5.pro \
+		src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
 		tests/auto/compositor/compositor/compositor.pro
 
 	use xcomposite || rm -r config.tests/xcomposite || die


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2020-01-22 13:27 Jimi Huotari
  0 siblings, 0 replies; 49+ messages in thread
From: Jimi Huotari @ 2020-01-22 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     e96fea3eedeb3427a19b1a1f8e532db5bb7fe05f
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 12:21:36 2020 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 12:25:09 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=e96fea3e

dev-qt/qtwayland: remove 'xcomposite' tests related bits from 5.15

These have been dropped in upstream commit 9e875410 [1].

1. https://code.qt.io/cgit/qt/qtwayland.git/diff/?h=5.15&id=9e875410

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index ac4fdc11..30d80e6b 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -37,7 +37,5 @@ src_prepare() {
 		src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
 		tests/auto/compositor/compositor/compositor.pro
 
-	use xcomposite || rm -r config.tests/xcomposite || die
-
 	qt5-build_src_prepare
 }


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

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

commit:     6878e3e22339f965e33f9cedc435542a7728c425
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 19:22:05 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 09:59:11 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=6878e3e2

dev-qt/qtwayland: Fix USE libinput

Upstream commit a8fed201

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.14.9999.ebuild | 4 ++--
 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
index ac4fdc11..0602db2f 100644
--- a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-	qt_use_disable_config libinput xkbcommon-evdev \
+	qt_use_disable_config libinput xkbcommon \
 		src/client/client.pro \
 		src/compositor/wayland_wrapper/wayland_wrapper.pri \
 		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \

diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index 30d80e6b..5e2e0a8c 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -27,7 +27,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-	qt_use_disable_config libinput xkbcommon-evdev \
+	qt_use_disable_config libinput xkbcommon \
 		src/client/client.pro \
 		src/compositor/wayland_wrapper/wayland_wrapper.pri \
 		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \


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

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

commit:     14ee15e92aa9df567c0e7245b4e83190fc7ebab7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 20:37:41 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 10:07:43 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=14ee15e9

dev-qt/qtwayland: Add USE vulkan

Closes: https://bugs.gentoo.org/703594
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/metadata.xml               | 1 +
 dev-qt/qtwayland/qtwayland-5.14.9999.ebuild | 9 +++++++--
 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 9 +++++++--
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtwayland/metadata.xml b/dev-qt/qtwayland/metadata.xml
index 4fb03e67..db7a41ae 100644
--- a/dev-qt/qtwayland/metadata.xml
+++ b/dev-qt/qtwayland/metadata.xml
@@ -7,6 +7,7 @@
 	</maintainer>
 	<use>
 		<flag name="libinput">Enable support for input devices via <pkg>dev-libs/libinput</pkg></flag>
+		<flag name="vulkan">Enable support for Vulkan-based server buffer integration</flag>
 	</use>
 	<upstream>
 		<bugs-to>https://bugreports.qt.io/</bugs-to>

diff --git a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
index 0602db2f..5fa75b67 100644
--- a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
@@ -10,15 +10,16 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="+libinput xcomposite"
+IUSE="+libinput vulkan xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl,libinput=]
+	~dev-qt/qtgui-${PV}[egl,libinput=,vulkan=]
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
+	vulkan? ( dev-util/vulkan-headers )
 	xcomposite? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
@@ -37,6 +38,10 @@ src_prepare() {
 		src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
 		tests/auto/compositor/compositor/compositor.pro
 
+	qt_use_disable_config vulkan wayland-vulkan-server-buffer \
+		src/plugins/hardwareintegration/client/client.pro \
+		src/plugins/hardwareintegration/compositor/compositor.pro
+
 	use xcomposite || rm -r config.tests/xcomposite || die
 
 	qt5-build_src_prepare

diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index 5e2e0a8c..0f7e93ca 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -10,15 +10,16 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="+libinput xcomposite"
+IUSE="+libinput vulkan xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl,libinput=]
+	~dev-qt/qtgui-${PV}[egl,libinput=,vulkan=]
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
+	vulkan? ( dev-util/vulkan-headers )
 	xcomposite? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
@@ -37,5 +38,9 @@ src_prepare() {
 		src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
 		tests/auto/compositor/compositor/compositor.pro
 
+	qt_use_disable_config vulkan wayland-vulkan-server-buffer \
+		src/plugins/hardwareintegration/client/client.pro \
+		src/plugins/hardwareintegration/compositor/compositor.pro
+
 	qt5-build_src_prepare
 }


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2020-03-18 21:51 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2020-03-18 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     1482fbb5e09dab1f4a38d5c611fd658d4151ec3c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 22:51:43 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 21:35:00 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=1482fbb5

dev-qt/qtwayland: Fix and rename USE xcomposite to X

Add missing config switches.

Thanks-to: Jimi Huotari <chiitoo <AT> gentoo.org>
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.14.9999.ebuild | 15 ++++++++++++---
 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 13 +++++++++++--
 2 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
index 474000fb..c190d0e5 100644
--- a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
@@ -10,7 +10,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="vulkan xcomposite"
+IUSE="vulkan X"
 
 DEPEND="
 	>=dev-libs/wayland-1.6.0
@@ -20,7 +20,7 @@ DEPEND="
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	vulkan? ( dev-util/vulkan-headers )
-	xcomposite? (
+	X? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
 	)
@@ -32,7 +32,16 @@ src_prepare() {
 		src/plugins/hardwareintegration/client/client.pro \
 		src/plugins/hardwareintegration/compositor/compositor.pro
 
-	use xcomposite || rm -r config.tests/xcomposite || die
+	use X || rm -r config.tests/xcomposite || die
 
 	qt5-build_src_prepare
 }
+
+src_configure() {
+	local myqmakeargs=(
+		--
+		$(qt_use X feature-xcomposite-egl)
+		$(qt_use X feature-xcomposite-glx)
+	)
+	qt5-build_src_configure
+}

diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index 52fb0bcb..67e16940 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -10,7 +10,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="vulkan xcomposite"
+IUSE="vulkan X"
 
 DEPEND="
 	>=dev-libs/wayland-1.6.0
@@ -20,7 +20,7 @@ DEPEND="
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	vulkan? ( dev-util/vulkan-headers )
-	xcomposite? (
+	X? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
 	)
@@ -34,3 +34,12 @@ src_prepare() {
 
 	qt5-build_src_prepare
 }
+
+src_configure() {
+	local myqmakeargs=(
+		--
+		$(qt_use X feature-xcomposite-egl)
+		$(qt_use X feature-xcomposite-glx)
+	)
+	qt5-build_src_configure
+}


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2020-03-18 21:51 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2020-03-18 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     085ca84d81440d0d31296a0f99e8b72920099ac4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 22:36:41 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 11:06:55 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=085ca84d

dev-qt/qtwayland: Drop USE libinput

USE -libinput is broken with dev-qt/qtgui[-libinput,X], would also need -X.

Closes: https://bugs.gentoo.org/711476
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.14.9999.ebuild | 14 ++------------
 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 14 ++------------
 2 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
index 5fa75b67..474000fb 100644
--- a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
@@ -10,13 +10,13 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="+libinput vulkan xcomposite"
+IUSE="vulkan xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl,libinput=,vulkan=]
+	~dev-qt/qtgui-${PV}[egl,libinput,vulkan=]
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	vulkan? ( dev-util/vulkan-headers )
@@ -28,16 +28,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-	qt_use_disable_config libinput xkbcommon \
-		src/client/client.pro \
-		src/compositor/wayland_wrapper/wayland_wrapper.pri \
-		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
-		src/plugins/shellintegration/wl-shell/wl-shell.pro \
-		src/plugins/shellintegration/xdg-shell/xdg-shell.pro \
-		src/plugins/shellintegration/xdg-shell-v5/xdg-shell-v5.pro \
-		src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
-		tests/auto/compositor/compositor/compositor.pro
-
 	qt_use_disable_config vulkan wayland-vulkan-server-buffer \
 		src/plugins/hardwareintegration/client/client.pro \
 		src/plugins/hardwareintegration/compositor/compositor.pro

diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index 0f7e93ca..52fb0bcb 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -10,13 +10,13 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="+libinput vulkan xcomposite"
+IUSE="vulkan xcomposite"
 
 DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl,libinput=,vulkan=]
+	~dev-qt/qtgui-${PV}[egl,libinput,vulkan=]
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	vulkan? ( dev-util/vulkan-headers )
@@ -28,16 +28,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-	qt_use_disable_config libinput xkbcommon \
-		src/client/client.pro \
-		src/compositor/wayland_wrapper/wayland_wrapper.pri \
-		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
-		src/plugins/shellintegration/wl-shell/wl-shell.pro \
-		src/plugins/shellintegration/xdg-shell/xdg-shell.pro \
-		src/plugins/shellintegration/xdg-shell-v5/xdg-shell-v5.pro \
-		src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
-		tests/auto/compositor/compositor/compositor.pro
-
 	qt_use_disable_config vulkan wayland-vulkan-server-buffer \
 		src/plugins/hardwareintegration/client/client.pro \
 		src/plugins/hardwareintegration/compositor/compositor.pro


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2020-03-18 21:51 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2020-03-18 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     de3b53dae6281b4cc3d0850627bf500bde60f6b7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 22:53:25 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 21:36:36 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=de3b53da

dev-qt/qtwayland: Sync recent changes to 5.9999

- add USE vulkan
- fix and rename xcomposite to X
- drop USE libinput

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/metadata.xml            |  1 -
 dev-qt/qtwayland/qtwayland-5.9999.ebuild | 31 +++++++++++++------------------
 2 files changed, 13 insertions(+), 19 deletions(-)

diff --git a/dev-qt/qtwayland/metadata.xml b/dev-qt/qtwayland/metadata.xml
index db7a41ae..85cb4f0e 100644
--- a/dev-qt/qtwayland/metadata.xml
+++ b/dev-qt/qtwayland/metadata.xml
@@ -6,7 +6,6 @@
 		<name>Gentoo Qt Project</name>
 	</maintainer>
 	<use>
-		<flag name="libinput">Enable support for input devices via <pkg>dev-libs/libinput</pkg></flag>
 		<flag name="vulkan">Enable support for Vulkan-based server buffer integration</flag>
 	</use>
 	<upstream>

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index ac4fdc11..36cfd4d6 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,34 +10,29 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE="+libinput xcomposite"
+IUSE="vulkan X"
 
 DEPEND="
 	>=dev-libs/wayland-1.6.0
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl,libinput=]
+	~dev-qt/qtgui-${PV}[egl,libinput,vulkan=]
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
-	xcomposite? (
+	vulkan? ( dev-util/vulkan-headers )
+	X? (
 		x11-libs/libX11
 		x11-libs/libXcomposite
 	)
 "
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-	qt_use_disable_config libinput xkbcommon-evdev \
-		src/client/client.pro \
-		src/compositor/wayland_wrapper/wayland_wrapper.pri \
-		src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
-		src/plugins/shellintegration/wl-shell/wl-shell.pro \
-		src/plugins/shellintegration/xdg-shell/xdg-shell.pro \
-		src/plugins/shellintegration/xdg-shell-v5/xdg-shell-v5.pro \
-		src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
-		tests/auto/compositor/compositor/compositor.pro
-
-	use xcomposite || rm -r config.tests/xcomposite || die
-
-	qt5-build_src_prepare
+src_configure() {
+	local myqmakeargs=(
+		--
+		$(qt_use vulkan feature-wayland-vulkan-server-buffer)
+		$(qt_use X feature-xcomposite-egl)
+		$(qt_use X feature-xcomposite-glx)
+	)
+	qt5-build_src_configure
 }


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2020-03-18 21:51 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2020-03-18 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     ecfd89006795c61ad4d7b97a3b9ba93e01a8238b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 21:34:47 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 21:36:36 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=ecfd8900

dev-qt/qtwayland: Use config switch for USE vulkan

Thanks-to: Jimi Huotari <chiitoo <AT> gentoo.org>
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.14.9999.ebuild | 5 +----
 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 9 +--------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
index c190d0e5..391ab67a 100644
--- a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
@@ -28,10 +28,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-	qt_use_disable_config vulkan wayland-vulkan-server-buffer \
-		src/plugins/hardwareintegration/client/client.pro \
-		src/plugins/hardwareintegration/compositor/compositor.pro
-
 	use X || rm -r config.tests/xcomposite || die
 
 	qt5-build_src_prepare
@@ -40,6 +36,7 @@ src_prepare() {
 src_configure() {
 	local myqmakeargs=(
 		--
+		$(qt_use vulkan feature-wayland-vulkan-server-buffer)
 		$(qt_use X feature-xcomposite-egl)
 		$(qt_use X feature-xcomposite-glx)
 	)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index 67e16940..36cfd4d6 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -27,17 +27,10 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-	qt_use_disable_config vulkan wayland-vulkan-server-buffer \
-		src/plugins/hardwareintegration/client/client.pro \
-		src/plugins/hardwareintegration/compositor/compositor.pro
-
-	qt5-build_src_prepare
-}
-
 src_configure() {
 	local myqmakeargs=(
 		--
+		$(qt_use vulkan feature-wayland-vulkan-server-buffer)
 		$(qt_use X feature-xcomposite-egl)
 		$(qt_use X feature-xcomposite-glx)
 	)


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

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

commit:     678cb1240d935c417d471813522ca72baba91b7d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 13:07:18 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 17:25:28 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=678cb124

dev-qt/qtwayland: USE X requires dev-qt/qtgui[-gles2]

Closes: https://bugs.gentoo.org/713362
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.14.9999.ebuild | 1 +
 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 1 +
 dev-qt/qtwayland/qtwayland-5.9999.ebuild    | 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
index 391ab67a..750d316d 100644
--- a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
@@ -21,6 +21,7 @@ DEPEND="
 	>=x11-libs/libxkbcommon-0.2.0
 	vulkan? ( dev-util/vulkan-headers )
 	X? (
+		~dev-qt/qtgui-${PV}[-gles2]
 		x11-libs/libX11
 		x11-libs/libXcomposite
 	)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index 36cfd4d6..639828bf 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -21,6 +21,7 @@ DEPEND="
 	>=x11-libs/libxkbcommon-0.2.0
 	vulkan? ( dev-util/vulkan-headers )
 	X? (
+		~dev-qt/qtgui-${PV}[-gles2]
 		x11-libs/libX11
 		x11-libs/libXcomposite
 	)

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index 36cfd4d6..639828bf 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -21,6 +21,7 @@ DEPEND="
 	>=x11-libs/libxkbcommon-0.2.0
 	vulkan? ( dev-util/vulkan-headers )
 	X? (
+		~dev-qt/qtgui-${PV}[-gles2]
 		x11-libs/libX11
 		x11-libs/libXcomposite
 	)


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

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

commit:     df92520291c791323a1724f3bd7550925ef65c5a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 13:07:18 2020 +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=df925202

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

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.14.9999.ebuild | 2 +-
 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 2 +-
 dev-qt/qtwayland/qtwayland-5.9999.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
index 750d316d..00131b6e 100644
--- a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
@@ -21,7 +21,7 @@ DEPEND="
 	>=x11-libs/libxkbcommon-0.2.0
 	vulkan? ( dev-util/vulkan-headers )
 	X? (
-		~dev-qt/qtgui-${PV}[-gles2]
+		~dev-qt/qtgui-${PV}[-gles2-only]
 		x11-libs/libX11
 		x11-libs/libXcomposite
 	)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index 639828bf..3edb9436 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -21,7 +21,7 @@ DEPEND="
 	>=x11-libs/libxkbcommon-0.2.0
 	vulkan? ( dev-util/vulkan-headers )
 	X? (
-		~dev-qt/qtgui-${PV}[-gles2]
+		~dev-qt/qtgui-${PV}[-gles2-only]
 		x11-libs/libX11
 		x11-libs/libXcomposite
 	)

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index 639828bf..3edb9436 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -21,7 +21,7 @@ DEPEND="
 	>=x11-libs/libxkbcommon-0.2.0
 	vulkan? ( dev-util/vulkan-headers )
 	X? (
-		~dev-qt/qtgui-${PV}[-gles2]
+		~dev-qt/qtgui-${PV}[-gles2-only]
 		x11-libs/libX11
 		x11-libs/libXcomposite
 	)


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2020-04-16 19:33 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2020-04-16 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     52e4b457cc4bcf3458cfc17a3aef998e5343c140
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Apr 16 13:12:19 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 19:31:57 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=52e4b457

dev-qt/qtwayland: keyworded 5.14.2 for sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.14.9999.ebuild | 2 +-
 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 2 +-
 dev-qt/qtwayland/qtwayland-5.9999.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
index 00131b6e..03b11bd2 100644
--- a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="vulkan X"

diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index 3edb9436..e2924071 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="vulkan X"

diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
index 3edb9436..e2924071 100644
--- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="vulkan X"


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2020-11-29 21:05 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2020-11-29 21:05 UTC (permalink / raw
  To: gentoo-commits

commit:     3d428620736d6f798c62f274a14d42cdd2543f0c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 01:15:18 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 01:18:44 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=3d428620

dev-qt/qtwayland: Add missing slot ops

Package is using private headers from qtcore, qtdeclarative, qtgui.

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index e2924071..b0953bab 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Wayland platform plugin for Qt"
@@ -14,9 +15,9 @@ IUSE="vulkan X"
 
 DEPEND="
 	>=dev-libs/wayland-1.6.0
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}[egl,libinput,vulkan=]
+	~dev-qt/qtcore-${PV}:5=
+	~dev-qt/qtdeclarative-${PV}:5=
+	~dev-qt/qtgui-${PV}:5=[egl,libinput,vulkan=]
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	vulkan? ( dev-util/vulkan-headers )


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2021-04-25 20:53 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2021-04-25 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b1696d43af231e86b23674d57c27a9ffa0ace7c7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 20:49:31 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 20:49:31 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=b1696d43

dev-qt/qtwayland: Cleanup obsolete minimum dev-libs/wayland version

Even the latest upstream requirement was dropped from Gentoo ebuild
repository many years ago.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index f15c3b42..2ae0db4d 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -14,7 +14,7 @@ fi
 IUSE="vulkan X"
 
 DEPEND="
-	>=dev-libs/wayland-1.6.0
+	dev-libs/wayland
 	~dev-qt/qtcore-${PV}:5=
 	~dev-qt/qtdeclarative-${PV}:5=
 	~dev-qt/qtgui-${PV}:5=[egl,libinput,vulkan=]


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2021-08-20 12:36 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2021-08-20 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     5265e227f1499045b938a3f875de14d1a5bcd781
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 18:38:04 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 20 12:34:10 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=5265e227

dev-qt/qtwayland: EAPI-8 bump

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

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

diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index 83de2ff7..e5b5c621 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit qt5-build
 


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2021-08-27 11:41 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2021-08-27 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     83a89072526e19defc606e2a2cbe07aedcd98b1d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 10:51:25 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 11:40:45 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=83a89072

dev-qt/qtwayland: Add USEdep on dev-qt/qtgui[X] for IUSE="X"

Bug: https://bugs.gentoo.org/810343
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
index e5b5c621..fb5f576a 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
@@ -17,7 +17,7 @@ DEPEND="
 	dev-libs/wayland
 	~dev-qt/qtcore-${PV}:5=
 	~dev-qt/qtdeclarative-${PV}:5=
-	~dev-qt/qtgui-${PV}:5=[egl,libinput,vulkan=]
+	~dev-qt/qtgui-${PV}:5=[egl,libinput,vulkan=,X?]
 	media-libs/mesa[egl]
 	>=x11-libs/libxkbcommon-0.2.0
 	vulkan? ( dev-util/vulkan-headers )


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

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

commit:     e9b274c39fc3323901fef57b8f9c23e067fe9c79
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 15 18:10:22 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 07:10:55 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=e9b274c3

dev-qt/qtwayland: Replace media-libs/{mesa[egl] -> libglvnd}

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

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

diff --git a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
index 6ec43e20..b403369c 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
@@ -18,7 +18,7 @@ DEPEND="
 	=dev-qt/qtcore-${QT5_PV}*:5=
 	=dev-qt/qtdeclarative-${QT5_PV}*:5=
 	=dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput,vulkan=,X?]
-	media-libs/mesa[egl]
+	media-libs/libglvnd
 	>=x11-libs/libxkbcommon-0.2.0
 	vulkan? ( dev-util/vulkan-headers )
 	X? (


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2021-10-03 12:40 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2021-10-03 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4d770b30a57b8f36bdd4c1e7851b427f642ac3e6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 14:09:03 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  3 12:39:14 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=4d770b30

dev-qt/qtwayland: More fine-grained subslot

Bug: https://bugs.gentoo.org/806797
Bug: https://bugs.gentoo.org/815646
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
index b403369c..b680c42c 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
@@ -6,6 +6,7 @@ EAPI=8
 inherit qt5-build
 
 DESCRIPTION="Wayland platform plugin for Qt"
+SLOT=5/${QT5_PV} # bug 815646
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2021-10-16 23:21 Davide Pesavento
  0 siblings, 0 replies; 49+ messages in thread
From: Davide Pesavento @ 2021-10-16 23:21 UTC (permalink / raw
  To: gentoo-commits

commit:     71fa0ab23155e978d0e8d945bcbef8df7dfcfee8
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 23:15:36 2021 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 23:15:36 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=71fa0ab2

dev-qt/qtwayland: simplify depend atom

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>

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

diff --git a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
index b680c42c..6b0c9b9c 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
@@ -20,7 +20,7 @@ DEPEND="
 	=dev-qt/qtdeclarative-${QT5_PV}*:5=
 	=dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput,vulkan=,X?]
 	media-libs/libglvnd
-	>=x11-libs/libxkbcommon-0.2.0
+	x11-libs/libxkbcommon
 	vulkan? ( dev-util/vulkan-headers )
 	X? (
 		=dev-qt/qtgui-${QT5_PV}*[-gles2-only]


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2021-10-20 23:49 Davide Pesavento
  0 siblings, 0 replies; 49+ messages in thread
From: Davide Pesavento @ 2021-10-20 23:49 UTC (permalink / raw
  To: gentoo-commits

commit:     62332410050ad50c0751ab255531c23531096207
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 23:48:13 2021 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 23:48:13 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=62332410

dev-qt/qtwayland: add missing dep on dev-util/wayland-scanner

Bug: https://bugs.gentoo.org/818997
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
index 6b0c9b9c..0e26d41f 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
@@ -29,6 +29,9 @@ DEPEND="
 	)
 "
 RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-util/wayland-scanner
+"
 
 src_configure() {
 	local myqmakeargs=(


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2021-10-21  0:16 Davide Pesavento
  0 siblings, 0 replies; 49+ messages in thread
From: Davide Pesavento @ 2021-10-21  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     36b75f925c082a01ab9c0d20226bd2c73bcc8a16
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 00:15:37 2021 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 00:15:37 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=36b75f92

dev-qt/qtwayland: drop redundant/indirect dep on libxkbcommon

qtwayland uses libxkbcommon only through qtgui's QtXkbCommonSupport.
There are some conditional code paths depending on QT_CONFIG(xkbcommon)
but the latter is already force-enabled via qtgui[libinput].

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>

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

diff --git a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
index 0e26d41f..7ecd5279 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
@@ -20,7 +20,6 @@ DEPEND="
 	=dev-qt/qtdeclarative-${QT5_PV}*:5=
 	=dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput,vulkan=,X?]
 	media-libs/libglvnd
-	x11-libs/libxkbcommon
 	vulkan? ( dev-util/vulkan-headers )
 	X? (
 		=dev-qt/qtgui-${QT5_PV}*[-gles2-only]


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2022-03-04  9:51 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2022-03-04  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     aec0e82a2672e891831559049203f983a6d2d41c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 09:39:41 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 09:39:41 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=aec0e82a

dev-qt/qtwayland: Rebased to 5.15.3 branch

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

 .../{qtwayland-5.15.2.9999.ebuild => qtwayland-5.15.3.9999.ebuild}        | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild
similarity index 100%
rename from dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
rename to dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2022-03-12 14:08 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2022-03-12 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     47117a1902e026ea0be4e9b11a6cab74ccc415a5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 18:33:44 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 14:06:40 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=47117a19

dev-qt/qtwayland: Drop install of qtwaylandscanner

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild
index 7ecd5279..e45f03de 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -41,3 +41,8 @@ src_configure() {
 	)
 	qt5-build_src_configure
 }
+
+src_install() {
+	qt5-build_src_install
+	rm "${D}${QT5_BINDIR}"/qtwaylandscanner || die
+}


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2022-04-27 20:27 Jimi Huotari
  0 siblings, 0 replies; 49+ messages in thread
From: Jimi Huotari @ 2022-04-27 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     cc0782fc941179d3c378ca8f23717218e36836d3
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 20:25:57 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 20:26:39 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=cc0782fc

dev-qt/qtwayland: add version 6*

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 dev-qt/qtwayland/Manifest                  |  1 +
 dev-qt/qtwayland/qtwayland-6.3.0.ebuild    | 21 +++++++++++++++++++++
 dev-qt/qtwayland/qtwayland-6.3.9999.ebuild | 21 +++++++++++++++++++++
 dev-qt/qtwayland/qtwayland-6.9999.ebuild   | 21 +++++++++++++++++++++
 4 files changed, 64 insertions(+)

diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
new file mode 100644
index 00000000..f7368b6d
--- /dev/null
+++ b/dev-qt/qtwayland/Manifest
@@ -0,0 +1 @@
+DIST qtwayland-everywhere-src-6.3.0.tar.xz 835420 BLAKE2B 4efce671030d2662b291d04291e80ef1784d3616c26581293779511adff9cfba8007925a0b9b2c5dec938a813e49f3e786021bac145ac49477600b7fddda926d SHA512 0c64b114c5b3edd2b278f03dbc46aa1907e5accf4c9512cc0b594f6a58571eb023541a3bc0185aec24367d9e6e675e32999bc5ac4f0ac671b09100e86add4cd6

diff --git a/dev-qt/qtwayland/qtwayland-6.3.0.ebuild b/dev-qt/qtwayland/qtwayland-6.3.0.ebuild
new file mode 100644
index 00000000..14b556b1
--- /dev/null
+++ b/dev-qt/qtwayland/qtwayland-6.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Wayland platform plugin for Qt"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+DEPEND="
+	dev-libs/wayland
+	=dev-qt/qtbase-${PV}*[gui,opengl]
+	=dev-qt/qtdeclarative-${PV}*
+	media-libs/libglvnd
+	x11-libs/libxkbcommon
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild
new file mode 100644
index 00000000..14b556b1
--- /dev/null
+++ b/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Wayland platform plugin for Qt"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+DEPEND="
+	dev-libs/wayland
+	=dev-qt/qtbase-${PV}*[gui,opengl]
+	=dev-qt/qtdeclarative-${PV}*
+	media-libs/libglvnd
+	x11-libs/libxkbcommon
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtwayland/qtwayland-6.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.9999.ebuild
new file mode 100644
index 00000000..14b556b1
--- /dev/null
+++ b/dev-qt/qtwayland/qtwayland-6.9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Wayland platform plugin for Qt"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+DEPEND="
+	dev-libs/wayland
+	=dev-qt/qtbase-${PV}*[gui,opengl]
+	=dev-qt/qtdeclarative-${PV}*
+	media-libs/libglvnd
+	x11-libs/libxkbcommon
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2022-05-14 21:15 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2022-05-14 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     824c022390af83a9deabf21306c188bdabcf650e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 21:08:28 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 14 21:14:24 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=824c0223

dev-qt/qtwayland: Rebased to 5.15.4 branch

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

 .../{qtwayland-5.15.3.9999.ebuild => qtwayland-5.15.4.9999.ebuild}        | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.4.9999.ebuild
similarity index 100%
rename from dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild
rename to dev-qt/qtwayland/qtwayland-5.15.4.9999.ebuild


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2022-06-18 14:27 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2022-06-18 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     164d4a8ff0d18a9a84e9b0ca9e1becbad6721e72
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 11:17:40 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 14:21:55 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=164d4a8f

dev-qt/qtwayland: keyword 5.15.5.9999 for ~loong

See: https://github.com/xen0n/loongson-overlay/pull/25
Tested-by: HougeLangley <hougelangley1987 <AT> gmail.com>
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/dev-qt/qtwayland/qtwayland-5.15.5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.5.9999.ebuild
index e45f03de..ee7fc050 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.5.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.5.9999.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Wayland platform plugin for Qt"
 SLOT=5/${QT5_PV} # bug 815646
 
 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="vulkan X"


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2022-06-20 18:03 Jimi Huotari
  0 siblings, 0 replies; 49+ messages in thread
From: Jimi Huotari @ 2022-06-20 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d30a5f510f53b71ecb86091024dde62e2919f943
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 20 17:16:27 2022 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Jun 20 18:02:05 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=d30a5f51

dev-qt/qtwayland: add wayland-scanner dependency for qt6

As requested at: https://github.com/gentoo/gentoo/pull/25635

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-6.3.1.ebuild    | 1 +
 dev-qt/qtwayland/qtwayland-6.3.9999.ebuild | 1 +
 dev-qt/qtwayland/qtwayland-6.9999.ebuild   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-qt/qtwayland/qtwayland-6.3.1.ebuild b/dev-qt/qtwayland/qtwayland-6.3.1.ebuild
index 14b556b1..09413e55 100644
--- a/dev-qt/qtwayland/qtwayland-6.3.1.ebuild
+++ b/dev-qt/qtwayland/qtwayland-6.3.1.ebuild
@@ -11,6 +11,7 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64"
 fi
 
+BDEPEND="dev-util/wayland-scanner"
 DEPEND="
 	dev-libs/wayland
 	=dev-qt/qtbase-${PV}*[gui,opengl]

diff --git a/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild
index 14b556b1..09413e55 100644
--- a/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild
@@ -11,6 +11,7 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64"
 fi
 
+BDEPEND="dev-util/wayland-scanner"
 DEPEND="
 	dev-libs/wayland
 	=dev-qt/qtbase-${PV}*[gui,opengl]

diff --git a/dev-qt/qtwayland/qtwayland-6.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.9999.ebuild
index 14b556b1..09413e55 100644
--- a/dev-qt/qtwayland/qtwayland-6.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-6.9999.ebuild
@@ -11,6 +11,7 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64"
 fi
 
+BDEPEND="dev-util/wayland-scanner"
 DEPEND="
 	dev-libs/wayland
 	=dev-qt/qtbase-${PV}*[gui,opengl]


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

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

commit:     731f623e4c9c6df3a95c6b9e7608845a5369260d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 14:42:40 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 14:42:40 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=731f623e

dev-qt/qtwayland: drop 6.3.2

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

 dev-qt/qtwayland/Manifest               |  1 -
 dev-qt/qtwayland/qtwayland-6.3.2.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
deleted file mode 100644
index 590505ab..00000000
--- a/dev-qt/qtwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtwayland-everywhere-src-6.3.2.tar.xz 836192 BLAKE2B 3cb7c72c37d4b69a798cd14cc9aca694ba6ed01330e71772653e841717dcdd1c6e0d77597066647430e5f52dd5cd48636e1a6a2dcaadc2ab86a52be803c90f92 SHA512 475ba168bacb2d35a5962b27542f43420e3baf42d2026699b272174076ee6a26f8c3663ba8e44508f2011c5b7a2e4b3086390264cdf621b393c79fe89265bd03

diff --git a/dev-qt/qtwayland/qtwayland-6.3.2.ebuild b/dev-qt/qtwayland/qtwayland-6.3.2.ebuild
deleted file mode 100644
index 09413e55..00000000
--- a/dev-qt/qtwayland/qtwayland-6.3.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Wayland platform plugin for Qt"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64"
-fi
-
-BDEPEND="dev-util/wayland-scanner"
-DEPEND="
-	dev-libs/wayland
-	=dev-qt/qtbase-${PV}*[gui,opengl]
-	=dev-qt/qtdeclarative-${PV}*
-	media-libs/libglvnd
-	x11-libs/libxkbcommon
-"
-RDEPEND="${DEPEND}"


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

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

commit:     e10f04361f98b6fcd0f65542ed71b1d278049b0c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 20:25:40 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 20:25:40 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=e10f0436

dev-qt/qtwayland: drop 6.3.9999

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

 dev-qt/qtwayland/qtwayland-6.3.9999.ebuild | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild
deleted file mode 100644
index 09413e55..00000000
--- a/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Wayland platform plugin for Qt"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64"
-fi
-
-BDEPEND="dev-util/wayland-scanner"
-DEPEND="
-	dev-libs/wayland
-	=dev-qt/qtbase-${PV}*[gui,opengl]
-	=dev-qt/qtdeclarative-${PV}*
-	media-libs/libglvnd
-	x11-libs/libxkbcommon
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2022-11-05 16:39 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2022-11-05 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     53c1bc9a6f0d9f242f8027cdda2d81324362a101
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 09:07:52 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 09:07:52 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=53c1bc9a

dev-qt/qtwayland: drop 6.4.0

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

 dev-qt/qtwayland/Manifest               |  1 -
 dev-qt/qtwayland/qtwayland-6.4.0.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
deleted file mode 100644
index 1e44f0d0..00000000
--- a/dev-qt/qtwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtwayland-everywhere-src-6.4.0.tar.xz 836088 BLAKE2B 3efc506e1a0bc63182397d483bf352e21d39c75a7360ee3fe839527451950875748aea5cf62207ffef38b845a12c2bbbefde918d14333d1b194a4ea39b82670f SHA512 745fcc84c936c3f2fa7382291b5013679f9e57d6c680f1d352b0a132ba7cbaaea1495211f8fc4f1af85a81c711794987e4e05284d3ac06c94e92e9b601dae924

diff --git a/dev-qt/qtwayland/qtwayland-6.4.0.ebuild b/dev-qt/qtwayland/qtwayland-6.4.0.ebuild
deleted file mode 100644
index 09413e55..00000000
--- a/dev-qt/qtwayland/qtwayland-6.4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Wayland platform plugin for Qt"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64"
-fi
-
-BDEPEND="dev-util/wayland-scanner"
-DEPEND="
-	dev-libs/wayland
-	=dev-qt/qtbase-${PV}*[gui,opengl]
-	=dev-qt/qtdeclarative-${PV}*
-	media-libs/libglvnd
-	x11-libs/libxkbcommon
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2023-10-08 14:47 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2023-10-08 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ad15f67d7658ce30e57a694e27a6d38dc4b6f880
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 13:03:57 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 13:03:57 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=ad15f67d

dev-qt/qtwayland: Add missing x11-libs/libxkbcommon dependency

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

 dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild
index d9d8d573..57fced44 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild
@@ -20,6 +20,7 @@ RDEPEND="
 	=dev-qt/qtcore-${QT5_PV}*:5=
 	=dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput]
 	media-libs/libglvnd
+	x11-libs/libxkbcommon
 	compositor? (
 		=dev-qt/qtdeclarative-${QT5_PV}*:5=
 		=dev-qt/qtgui-${QT5_PV}*:5=[vulkan]


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2023-10-08 14:47 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2023-10-08 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     caf38f786ea54fa29dcfdb216576657b028fe8da
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 19:27:26 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 12:03:30 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=caf38f78

dev-qt/qtwayland: make compositor APIs off-by-default optional

Would have preferred a clean split but wayland-server depends on
wayland-client in the buildsys.

- Drop IUSE vulkan: Merge with 'compositor' instead. This absolves us from
    having to make a default conflicting REQUIRED_USE with compositor.
- Drop IUSE X: Unused, broken upstream since 2021 and removed in Qt6.
    Quoting upstream from commit d4a7faff:
    "These plugins were created to allow testing/debugging of QtWayland-
    based compositors on desktops that did not support Wayland natively."

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

 dev-qt/qtwayland/metadata.xml                  |  2 +-
 dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild | 29 ++++++++++++++------------
 2 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/dev-qt/qtwayland/metadata.xml b/dev-qt/qtwayland/metadata.xml
index a8ce9005..9f58d4b4 100644
--- a/dev-qt/qtwayland/metadata.xml
+++ b/dev-qt/qtwayland/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Gentoo Qt Project</name>
 	</maintainer>
 	<use>
-		<flag name="vulkan">Enable support for Vulkan-based server buffer integration</flag>
+		<flag name="compositor">Enable support for the wayland compositor / server APIs</flag>
 	</use>
 	<upstream>
 		<bugs-to>https://bugreports.qt.io/</bugs-to>

diff --git a/dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild
index 46f3a900..d9d8d573 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild
@@ -13,30 +13,33 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 SLOT=5/${QT5_PV} # bug 815646
-IUSE="vulkan X"
+IUSE="compositor"
 
-DEPEND="
+RDEPEND="
 	dev-libs/wayland
 	=dev-qt/qtcore-${QT5_PV}*:5=
-	=dev-qt/qtdeclarative-${QT5_PV}*:5=
-	=dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput,vulkan=,X?]
+	=dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput]
 	media-libs/libglvnd
-	vulkan? ( dev-util/vulkan-headers )
-	X? (
-		=dev-qt/qtgui-${QT5_PV}*[-gles2-only]
-		x11-libs/libX11
-		x11-libs/libXcomposite
+	compositor? (
+		=dev-qt/qtdeclarative-${QT5_PV}*:5=
+		=dev-qt/qtgui-${QT5_PV}*:5=[vulkan]
 	)
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	compositor? ( dev-util/vulkan-headers )
+"
 BDEPEND="dev-util/wayland-scanner"
 
 src_configure() {
 	local myqmakeargs=(
 		--
-		$(qt_use vulkan feature-wayland-vulkan-server-buffer)
-		$(qt_use X feature-xcomposite-egl)
-		$(qt_use X feature-xcomposite-glx)
+		-no-feature-xcomposite-egl
+		-no-feature-xcomposite-glx
+		$(qt_use compositor feature-wayland-server)
+		$(qt_use compositor feature-wayland-dmabuf-server-buffer)
+		$(qt_use compositor feature-wayland-drm-egl-server-buffer)
+		$(qt_use compositor feature-wayland-shm-emulation-server-buffer)
+		$(qt_use compositor feature-wayland-vulkan-server-buffer)
 	)
 	qt5-build_src_configure
 }


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2023-12-30 14:03 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2023-12-30 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0a2103f93577456a8035949ebe59edc25770d659
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 14:02:52 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 14:02:52 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0a2103f9

dev-qt/qtwayland: Rebased to 5.15.12 branch

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

 .../{qtwayland-5.15.11.9999.ebuild => qtwayland-5.15.12.9999.ebuild}      | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.12.9999.ebuild
similarity index 100%
rename from dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild
rename to dev-qt/qtwayland/qtwayland-5.15.12.9999.ebuild


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
@ 2024-02-05 20:53 Andreas Sturmlechner
  0 siblings, 0 replies; 49+ messages in thread
From: Andreas Sturmlechner @ 2024-02-05 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5ec681f9ee0adb25951dcff4f1155f8853edb77d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  5 19:55:12 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb  5 20:52:56 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=5ec681f9

dev-qt/qtwayland: Re-add IUSE=vulkan to 5.15.12

Bug: https://bugs.gentoo.org/923722
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/metadata.xml                  |  1 +
 dev-qt/qtwayland/qtwayland-5.15.12.9999.ebuild | 19 ++++++++++---------
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/dev-qt/qtwayland/metadata.xml b/dev-qt/qtwayland/metadata.xml
index 9f58d4b4..835e5da0 100644
--- a/dev-qt/qtwayland/metadata.xml
+++ b/dev-qt/qtwayland/metadata.xml
@@ -7,6 +7,7 @@
 	</maintainer>
 	<use>
 		<flag name="compositor">Enable support for the wayland compositor / server APIs</flag>
+		<flag name="vulkan">Enable support for Vulkan-based server buffer integration</flag>
 	</use>
 	<upstream>
 		<bugs-to>https://bugreports.qt.io/</bugs-to>

diff --git a/dev-qt/qtwayland/qtwayland-5.15.12.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.12.9999.ebuild
index 57fced44..c9d27b00 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.12.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.12.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,21 +13,18 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 SLOT=5/${QT5_PV} # bug 815646
-IUSE="compositor"
+IUSE="compositor vulkan"
 
 RDEPEND="
 	dev-libs/wayland
 	=dev-qt/qtcore-${QT5_PV}*:5=
-	=dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput]
+	=dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput,vulkan=]
 	media-libs/libglvnd
 	x11-libs/libxkbcommon
-	compositor? (
-		=dev-qt/qtdeclarative-${QT5_PV}*:5=
-		=dev-qt/qtgui-${QT5_PV}*:5=[vulkan]
-	)
+	compositor? ( =dev-qt/qtdeclarative-${QT5_PV}*:5= )
 "
 DEPEND="${RDEPEND}
-	compositor? ( dev-util/vulkan-headers )
+	vulkan? ( dev-util/vulkan-headers )
 "
 BDEPEND="dev-util/wayland-scanner"
 
@@ -40,8 +37,12 @@ src_configure() {
 		$(qt_use compositor feature-wayland-dmabuf-server-buffer)
 		$(qt_use compositor feature-wayland-drm-egl-server-buffer)
 		$(qt_use compositor feature-wayland-shm-emulation-server-buffer)
-		$(qt_use compositor feature-wayland-vulkan-server-buffer)
 	)
+
+	use compositor && myqmakeargs+=(
+		$(qt_use vulkan feature-wayland-vulkan-server-buffer)
+	)
+
 	qt5-build_src_configure
 }
 


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

end of thread, other threads:[~2024-02-05 20:53 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-03 12:40 [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-02-05 20:53 Andreas Sturmlechner
2023-12-30 14:03 Andreas Sturmlechner
2023-10-08 14:47 Andreas Sturmlechner
2023-10-08 14:47 Andreas Sturmlechner
2022-11-05 16:39 Andreas Sturmlechner
2022-09-24 21:24 Andreas Sturmlechner
2022-09-24 17:03 Andreas Sturmlechner
2022-06-20 18:03 Jimi Huotari
2022-06-18 14:27 Andreas Sturmlechner
2022-05-14 21:15 Andreas Sturmlechner
2022-04-27 20:27 Jimi Huotari
2022-03-12 14:08 Andreas Sturmlechner
2022-03-04  9:51 Andreas Sturmlechner
2021-10-21  0:16 Davide Pesavento
2021-10-20 23:49 Davide Pesavento
2021-10-16 23:21 Davide Pesavento
2021-09-22  7:19 Andreas Sturmlechner
2021-08-27 11:41 Andreas Sturmlechner
2021-08-20 12:36 Andreas Sturmlechner
2021-04-25 20:53 Andreas Sturmlechner
2020-11-29 21:05 Andreas Sturmlechner
2020-04-16 19:33 Andreas Sturmlechner
2020-04-03 20:03 Andreas Sturmlechner
2020-03-21 17:26 Andreas Sturmlechner
2020-03-18 21:51 Andreas Sturmlechner
2020-03-18 21:51 Andreas Sturmlechner
2020-03-18 21:51 Andreas Sturmlechner
2020-03-18 21:51 Andreas Sturmlechner
2020-02-28 10:15 Andreas Sturmlechner
2020-02-28 10:15 Andreas Sturmlechner
2020-01-22 13:27 Jimi Huotari
2018-12-06  3:47 Andreas Sturmlechner
2018-12-05 22:16 Andreas Sturmlechner
2018-01-26 11:45 Michael Palimaka
2017-09-03 19:53 Andreas Sturmlechner
2017-09-03  0:01 Davide Pesavento
2017-07-23  6:55 Michael Palimaka
2017-06-11 13:28 Michael Palimaka
2016-12-15 10:13 Michael Palimaka
2016-10-28 11:33 Michael Palimaka
2015-10-16 17:17 Michael Palimaka
2015-06-27 14:01 Davide Pesavento
2015-01-18  1:32 Davide Pesavento
2014-09-12 17:05 Davide Pesavento
2014-08-05  0:08 Davide Pesavento
2014-05-16 23:42 Davide Pesavento
2014-02-20 14:28 Michael Palimaka
2013-08-20  9:21 Davide Pesavento

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