From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9B28138351 for ; Fri, 28 Feb 2020 10:15:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1B2EE08A0; Fri, 28 Feb 2020 10:15:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84437E08A0 for ; Fri, 28 Feb 2020 10:15:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCA4C34F45B for ; Fri, 28 Feb 2020 10:15:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1C3D14E for ; Fri, 28 Feb 2020 10:15:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1582884224.d6e9b991107ae70de433ff9adab8db652575674a.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgui/metadata.xml dev-qt/qtgui/qtgui-5.14.9999.ebuild dev-qt/qtgui/qtgui-5.15.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d6e9b991107ae70de433ff9adab8db652575674a X-VCS-Branch: master Date: Fri, 28 Feb 2020 10:15:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2547a9e-0fa2-42f9-bac3-8c75374e89cc X-Archives-Hash: cce0579d1c96cb1b45aa40447a29edf5 commit: d6e9b991107ae70de433ff9adab8db652575674a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 26 21:30:46 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Feb 28 10:03:44 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d6e9b991 dev-qt/qtgui: Add USE vulkan Bug: https://bugs.gentoo.org/703594 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtgui/metadata.xml | 1 + dev-qt/qtgui/qtgui-5.14.9999.ebuild | 7 +++++-- dev-qt/qtgui/qtgui-5.15.9999.ebuild | 7 +++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/dev-qt/qtgui/metadata.xml b/dev-qt/qtgui/metadata.xml index 5fd07056..a7e86f45 100644 --- a/dev-qt/qtgui/metadata.xml +++ b/dev-qt/qtgui/metadata.xml @@ -14,6 +14,7 @@ Enable support for input devices via dev-libs/libinput Enable support for touchscreen devices via x11-libs/tslib Build plugin to receive touch events over the TUIO protocol + Enable support for Vulkan Provide dev-qt/qtwayland to ensure Qt applications can be run as Wayland clients Build the XCB platform plugin and enable X11 integration diff --git a/dev-qt/qtgui/qtgui-5.14.9999.ebuild b/dev-qt/qtgui/qtgui-5.14.9999.ebuild index e077dd59..e9b747e5 100644 --- a/dev-qt/qtgui/qtgui-5.14.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.14.9999.ebuild @@ -15,8 +15,8 @@ fi # TODO: linuxfb -IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus - jpeg +libinput +png tslib tuio +udev vnc wayland +X" +IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus jpeg + +libinput +png tslib tuio +udev vnc vulkan wayland +X" REQUIRED_USE=" || ( eglfs X ) accessibility? ( dbus X ) @@ -53,6 +53,7 @@ COMMON_DEPEND=" tuio? ( ~dev-qt/qtnetwork-${PV} ) udev? ( virtual/libudev:= ) vnc? ( ~dev-qt/qtnetwork-${PV} ) + vulkan? ( dev-util/vulkan-headers ) X? ( x11-libs/libICE x11-libs/libSM @@ -120,6 +121,7 @@ QT5_GENTOO_CONFIG=( !png:no-png: tslib:tslib: udev:libudev: + vulkan:vulkan: X:xcb: X:xcb-glx: X:xcb-plugin: @@ -178,6 +180,7 @@ src_configure() { $(qt_use png libpng system) $(qt_use tslib) $(qt_use udev libudev) + $(qt_use vulkan) $(qt_use X xcb system) $(usex X '-xcb-xlib -xcb-xinput -xkb' '') ) diff --git a/dev-qt/qtgui/qtgui-5.15.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.9999.ebuild index e1bbc622..27b95fde 100644 --- a/dev-qt/qtgui/qtgui-5.15.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.9999.ebuild @@ -15,8 +15,8 @@ fi # TODO: linuxfb -IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus - jpeg +libinput +png tslib tuio +udev vnc wayland +X" +IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus jpeg + +libinput +png tslib tuio +udev vnc vulkan wayland +X" REQUIRED_USE=" || ( eglfs X ) accessibility? ( dbus X ) @@ -53,6 +53,7 @@ COMMON_DEPEND=" tuio? ( ~dev-qt/qtnetwork-${PV} ) udev? ( virtual/libudev:= ) vnc? ( ~dev-qt/qtnetwork-${PV} ) + vulkan? ( dev-util/vulkan-headers ) X? ( x11-libs/libICE x11-libs/libSM @@ -120,6 +121,7 @@ QT5_GENTOO_CONFIG=( !png:no-png: tslib:tslib: udev:libudev: + vulkan:vulkan: X:xcb: X:xcb-glx: X:xcb-plugin: @@ -178,6 +180,7 @@ src_configure() { $(qt_use png libpng system) $(qt_use tslib) $(qt_use udev libudev) + $(qt_use vulkan) $(qt_use X xcb) $(usex X '-xcb-xlib' '') )