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 87BB21580B9 for ; Mon, 23 Aug 2021 01:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD73CE08C4; Mon, 23 Aug 2021 01:15:16 +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 B08D0E08C4 for ; Mon, 23 Aug 2021 01:15:16 +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 CEEAA33BEE8 for ; Mon, 23 Aug 2021 01:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DE15857 for ; Mon, 23 Aug 2021 01:15:13 +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: <1629681298.8898e86615e7d5d31575c056058a5780a4fd0cba.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.15.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8898e86615e7d5d31575c056058a5780a4fd0cba X-VCS-Branch: master Date: Mon, 23 Aug 2021 01:15:13 +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: e95099bc-cb71-46bf-a6cb-000ca1e74d56 X-Archives-Hash: 2b970ac22de6a8ca4a0b4e40ddc1c54d commit: 8898e86615e7d5d31575c056058a5780a4fd0cba Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 23 00:35:29 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 23 01:14:58 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8898e866 dev-qt/qtgui: Add IUSE=linuxfb Bug: https://bugs.gentoo.org/589560 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtgui/metadata.xml | 1 + dev-qt/qtgui/qtgui-5.15.9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtgui/metadata.xml b/dev-qt/qtgui/metadata.xml index cfa040fb..4efe433f 100644 --- a/dev-qt/qtgui/metadata.xml +++ b/dev-qt/qtgui/metadata.xml @@ -11,6 +11,7 @@ Enable support for input devices via evdev Build the IBus input method plugin Enable support for input devices via dev-libs/libinput + Enable Linux framebuffer support for embedded devices Enable support for touchscreen devices via x11-libs/tslib Build plugin to receive touch events over the TUIO protocol Enable support for Vulkan diff --git a/dev-qt/qtgui/qtgui-5.15.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.9999.ebuild index 1f90fc01..47a8155c 100644 --- a/dev-qt/qtgui/qtgui-5.15.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.9999.ebuild @@ -13,9 +13,8 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" fi -# TODO: linuxfb IUSE="accessibility dbus egl eglfs evdev +gif gles2-only ibus jpeg - +libinput +png tslib tuio +udev vnc vulkan wayland +X" + +libinput linuxfb +png tslib tuio +udev vnc vulkan wayland +X" REQUIRED_USE=" || ( eglfs X ) accessibility? ( dbus X ) @@ -168,6 +167,7 @@ src_configure() { -system-harfbuzz $(qt_use jpeg libjpeg system) $(qt_use libinput) + $(qt_use linuxfb) -opengl $(usex gles2-only es2 desktop) $(qt_use png libpng system) $(qt_use tslib)