From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6672C1582EF for ; Fri, 21 Feb 2025 13:02:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 242663430EC for ; Fri, 21 Feb 2025 13:02:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 96B1A110472; Fri, 21 Feb 2025 13:02:46 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 919FC110472 for ; Fri, 21 Feb 2025 13:02:46 +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 459A83430A9 for ; Fri, 21 Feb 2025 13:02:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6CCC2735 for ; Fri, 21 Feb 2025 13:02:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740142805.884cac2c72e6fc7cbc108d7099ab399ac8889b16.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-21.2.ebuild media-tv/kodi/kodi-21.9999.ebuild media-tv/kodi/kodi-9999.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 884cac2c72e6fc7cbc108d7099ab399ac8889b16 X-VCS-Branch: master Date: Fri, 21 Feb 2025 13:02:44 +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: c3992c28-a4e3-42ca-bd7b-dfc9a20c0c4b X-Archives-Hash: e4b36313753357d30350b52252b96244 commit: 884cac2c72e6fc7cbc108d7099ab399ac8889b16 Author: David GUGLIELMI gmail com> AuthorDate: Thu Dec 26 18:23:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 21 13:00:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884cac2c media-tv/kodi: update media-libs/mesa USE flags - =media-libs/mesa-21 the USE flags egl and gbm are no longer available and features are enabled by the opengl flag ``` $(meson_feature opengl gbm) $(meson_feature opengl gles1) $(meson_feature opengl gles2) $(meson_feature opengl glvnd) $(meson_feature opengl egl) ``` - As kodi need gl or gles, let's depend on media-libs/mesa[opengl,wayland?,X?] Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Sam James gentoo.org> media-tv/kodi/kodi-21.2.ebuild | 8 +------- media-tv/kodi/kodi-21.9999.ebuild | 8 +------- media-tv/kodi/kodi-9999.ebuild | 8 +------- 3 files changed, 3 insertions(+), 21 deletions(-) diff --git a/media-tv/kodi/kodi-21.2.ebuild b/media-tv/kodi/kodi-21.2.ebuild index 714b1eea369a..f76f450a1b0b 100644 --- a/media-tv/kodi/kodi-21.2.ebuild +++ b/media-tv/kodi/kodi-21.2.ebuild @@ -128,7 +128,7 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} >=media-libs/freetype-2.10.1 media-libs/harfbuzz:= >=media-libs/libass-0.15.0:= - media-libs/mesa[egl(+),gbm(+)?,wayland?,X?] + media-libs/mesa[opengl,wayland?,X?] media-libs/taglib:= sci-libs/kissfft virtual/libiconv @@ -165,12 +165,6 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} media-libs/libdisplay-info x11-libs/libxkbcommon ) - gles? ( - || ( - >=media-libs/mesa-24.1.0_rc1[opengl] - =media-libs/mesa-24.1.0_rc1[opengl] - =media-libs/mesa-24.1.0_rc1[opengl] -