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 DC9301580B9 for ; Wed, 25 Aug 2021 14:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E036E08EB; Wed, 25 Aug 2021 14:36:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EA3EEE08EB for ; Wed, 25 Aug 2021 14:36:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 46E86342B96 for ; Wed, 25 Aug 2021 14:36:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C5258D7 for ; Wed, 25 Aug 2021 14:36:40 +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: <1629902148.7e4f10c848a02c04e09c081961f64fad5b0caee1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgui/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtgui/metadata.xml dev-qt/qtgui/qtgui-5.15.2-r10.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7e4f10c848a02c04e09c081961f64fad5b0caee1 X-VCS-Branch: master Date: Wed, 25 Aug 2021 14:36:40 +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: 83b8f2f0-e330-4b01-b250-95ba98b79ed0 X-Archives-Hash: 6c90459de5646b89041bbf7932d6237d commit: 7e4f10c848a02c04e09c081961f64fad5b0caee1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 23 00:35:29 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 25 14:35:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4f10c8 dev-qt/qtgui: Add IUSE=linuxfb Closes: 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.2-r10.ebuild | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtgui/metadata.xml b/dev-qt/qtgui/metadata.xml index cfa040fbec8..4efe433f2c8 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.2-r10.ebuild b/dev-qt/qtgui/qtgui-5.15.2-r10.ebuild index 2c432bf22d1..010d71704eb 100644 --- a/dev-qt/qtgui/qtgui-5.15.2-r10.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.2-r10.ebuild @@ -14,10 +14,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 ) @@ -170,6 +168,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)