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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AAAA158086 for ; Wed, 12 Jan 2022 01:49:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A23C2BC02C; Wed, 12 Jan 2022 01:49:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4CFE2BC02C for ; Wed, 12 Jan 2022 01:49:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A2E4342B5D for ; Wed, 12 Jan 2022 01:49:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 749B51D6 for ; Wed, 12 Jan 2022 01:49:25 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1641952145.c9bfb03287379ab063515c2d2e6ae031acc93e9f.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/gst-plugins-qt5/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-plugins/gst-plugins-qt5/gst-plugins-qt5-1.18.4.ebuild X-VCS-Directories: media-plugins/gst-plugins-qt5/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: c9bfb03287379ab063515c2d2e6ae031acc93e9f X-VCS-Branch: dev Date: Wed, 12 Jan 2022 01:49:25 +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: 846ef01c-905a-4f4e-8bb2-298f46188ff9 X-Archives-Hash: 74bbca145e6deba60cb5e6110e0ad190 commit: c9bfb03287379ab063515c2d2e6ae031acc93e9f Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Wed Jan 12 01:44:15 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Wed Jan 12 01:49:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9bfb032 media-plugins/gst-plugins-qt5: Remove unused flag, better mesa fix. >From . Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> media-plugins/gst-plugins-qt5/gst-plugins-qt5-1.18.4.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-plugins/gst-plugins-qt5/gst-plugins-qt5-1.18.4.ebuild b/media-plugins/gst-plugins-qt5/gst-plugins-qt5-1.18.4.ebuild index d0c271dfc..8be3c0310 100644 --- a/media-plugins/gst-plugins-qt5/gst-plugins-qt5-1.18.4.ebuild +++ b/media-plugins/gst-plugins-qt5/gst-plugins-qt5-1.18.4.ebuild @@ -9,7 +9,7 @@ inherit gstreamer-meson DESCRIPTION="Qt5 QML video sink plugin for GStreamer" KEYWORDS="~amd64" -IUSE="+egl orc wayland +X" +IUSE="+egl wayland +X" REQUIRED_USE=" wayland? ( egl ) @@ -17,10 +17,7 @@ REQUIRED_USE=" RDEPEND=" >=media-libs/gst-plugins-base-${PV}:${SLOT}[egl?,opengl,wayland?,X?] - || ( - =media-libs/mesa-21.3.2[X?] - ) + media-libs/mesa[egl(+)?,X?] dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5