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 75136158086 for ; Tue, 11 Jan 2022 23:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B556CE07C7; Tue, 11 Jan 2022 23:54:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 257A2E07C7 for ; Tue, 11 Jan 2022 23:54:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 21696342FA6 for ; Tue, 11 Jan 2022 23:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BC54232 for ; Tue, 11 Jan 2022 23:54:47 +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: <1641945266.03409396a372510d2c9351d0a883e0330faa22f7.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: 03409396a372510d2c9351d0a883e0330faa22f7 X-VCS-Branch: dev Date: Tue, 11 Jan 2022 23:54:47 +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: 126fee3a-1f04-478b-9e84-beddd37c5277 X-Archives-Hash: ab14c449ef4e6f728beb7d1f3e321785 commit: 03409396a372510d2c9351d0a883e0330faa22f7 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Tue Jan 11 23:50:31 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Tue Jan 11 23:54:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03409396 media-plugins/gst-plugins-qt5: Fix mesa dep and copyright header. >=media-libs/mesa-21.3.2 always compiles with egl support. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> media-plugins/gst-plugins-qt5/gst-plugins-qt5-1.18.4.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 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 c11f6a888..d0c271dfc 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,10 @@ REQUIRED_USE=" RDEPEND=" >=media-libs/gst-plugins-base-${PV}:${SLOT}[egl?,opengl,wayland?,X?] - media-libs/mesa[egl?,X?] + || ( + =media-libs/mesa-21.3.2[X?] + ) dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5