From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 52FBB138CEE for ; Wed, 24 Jun 2015 18:22:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 987C8E0875; Wed, 24 Jun 2015 18:22:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A508E0875 for ; Wed, 24 Jun 2015 18:22:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82F2834092A for ; Wed, 24 Jun 2015 18:22:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 266C9A3E for ; Wed, 24 Jun 2015 18:22:19 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1435169641.d7d1ed0bdf6e9dc3231836bef970d2456b1b2c93.pesa@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 X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: d7d1ed0bdf6e9dc3231836bef970d2456b1b2c93 X-VCS-Branch: master Date: Wed, 24 Jun 2015 18:22:19 +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-Archives-Salt: 88a171d2-5c31-4dd7-b99a-a824225fd7a6 X-Archives-Hash: b4bc6a5477f67c77e424489d1155b455 commit: d7d1ed0bdf6e9dc3231836bef970d2456b1b2c93 Author: Davide Pesavento gentoo org> AuthorDate: Wed Jun 24 18:14:01 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Wed Jun 24 18:14:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d7d1ed0b [dev-qt/qtgui:5] More accurate USE flag descriptions. Package-Manager: portage-2.2.20 dev-qt/qtgui/metadata.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-qt/qtgui/metadata.xml b/dev-qt/qtgui/metadata.xml index 9408f2d..b2868d4 100644 --- a/dev-qt/qtgui/metadata.xml +++ b/dev-qt/qtgui/metadata.xml @@ -3,16 +3,16 @@ qt - Use EGL instead of default GLX to manage OpenGL contexts - Compile EGL Full Screen/Single Surface support - Enable evdev input support + Enable EGL integration + Build the EGL Full Screen/Single Surface platform plugin + Enable support for input devices via evdev Add support for exceptions - like catching them inside the event loop (recommended by upstream) Use GLES 2.0 or later instead of full OpenGL - Enable dev-libs/glib eventloop support + Enable integration with the dev-libs/glib event loop Build a Qt style called GTK+ that mimics the active GTK+ theme Build the IBus input method plugin - Enable input device support via dev-libs/libinput + Enable support for input devices via dev-libs/libinput Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. Build the 'trace' graphicssystem engine which allows to record @@ -20,6 +20,7 @@ later with the qttracereplay tool. Enable support for touchscreen devices via x11-libs/tslib Build plugin to receive touch events over the TUIO protocol + Build the XCB platform plugin and enable X11 integration https://bugreports.qt.io/