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 0FD261581D3 for ; Thu, 23 May 2024 17:27:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26422E2A0B; Thu, 23 May 2024 17:27:26 +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 F015BE2A0B for ; Thu, 23 May 2024 17:27:25 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8087341214 for ; Thu, 23 May 2024 17:27:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55F741A2E for ; Thu, 23 May 2024 17:27:23 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1716485126.e001568b7c92ea9bb0914bc736f9a93a471a0a58.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-base/gst-plugins-base-1.22.11-r1.ebuild media-libs/gst-plugins-base/gst-plugins-base-1.22.11.ebuild X-VCS-Directories: media-libs/gst-plugins-base/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e001568b7c92ea9bb0914bc736f9a93a471a0a58 X-VCS-Branch: master Date: Thu, 23 May 2024 17:27:23 +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: 9e943950-13dd-4986-90c5-ae0f51b7b5c9 X-Archives-Hash: bac7cb40fbe403782d3b89bb41355a01 commit: e001568b7c92ea9bb0914bc736f9a93a471a0a58 Author: Matt Turner gentoo org> AuthorDate: Thu May 23 17:23:22 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu May 23 17:25:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e001568b media-libs/gst-plugins-base: Update mesa dependency Bug: https://bugs.gentoo.org/932515 Signed-off-by: Matt Turner gentoo.org> ...lugins-base-1.22.11.ebuild => gst-plugins-base-1.22.11-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.22.11.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.22.11-r1.ebuild similarity index 97% rename from media-libs/gst-plugins-base/gst-plugins-base-1.22.11.ebuild rename to media-libs/gst-plugins-base/gst-plugins-base-1.22.11-r1.ebuild index a7301cdf99c8..9e13f2d96cab 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.22.11.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.22.11-r1.ebuild @@ -43,7 +43,10 @@ REQUIRED_USE=" # Dependencies needed by opengl library and plugin (enabled via USE gles2 and/or opengl) # dmabuf automagic from libdrm headers (drm_fourcc.h) and EGL, so ensure it with USE=egl (platform independent header used only, thus no MULTILIB_USEDEP); provides dmabuf based upload/download/eglimage options GL_DEPS=" - >=media-libs/mesa-9.0[egl(+)?,gbm(+)?,gles2?,wayland?,${MULTILIB_USEDEP}] + || ( + >=media-libs/mesa-24.1.0_rc1[opengl,wayland?,${MULTILIB_USEDEP}] +