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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16E7615812D for ; Sun, 05 Jan 2025 23:53:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66A50E038D; Sun, 05 Jan 2025 23:53:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51D34E038D for ; Sun, 05 Jan 2025 23:53:55 +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 9A67C335D21 for ; Sun, 05 Jan 2025 23:53:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32E42D81 for ; Sun, 05 Jan 2025 23:53:53 +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: <1736121203.5045b39f939774854e7bf1f824ecf02fbbb337e5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-vaapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.24.10-r1.ebuild media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.24.10.ebuild X-VCS-Directories: media-plugins/gst-plugins-vaapi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5045b39f939774854e7bf1f824ecf02fbbb337e5 X-VCS-Branch: master Date: Sun, 05 Jan 2025 23:53:53 +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: d82462c1-255d-45c6-9d97-509a00a07354 X-Archives-Hash: 07b4a52a0ca1e311724f0b2705cd77a0 commit: 5045b39f939774854e7bf1f824ecf02fbbb337e5 Author: Sam James gentoo org> AuthorDate: Sun Jan 5 23:52:49 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 5 23:53:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5045b39f media-plugins/gst-plugins-vaapi: depend on libva[wayland] Closes: https://bugs.gentoo.org/947518 Signed-off-by: Sam James gentoo.org> ...ugins-vaapi-1.24.10.ebuild => gst-plugins-vaapi-1.24.10-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.24.10.ebuild b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.24.10-r1.ebuild similarity index 97% rename from media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.24.10.ebuild rename to media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.24.10-r1.ebuild index 79e497f679ec..7a496c350f7a 100644 --- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.24.10.ebuild +++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.24.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -52,7 +52,7 @@ GL_DEPS=" RDEPEND=" >=media-libs/gst-plugins-base-${GST_REQ}:${SLOT}[${MULTILIB_USEDEP}] >=media-libs/gst-plugins-bad-${GST_REQ}:${SLOT}[${MULTILIB_USEDEP}] - >=media-libs/libva-1.15.0:=[drm(+)?,wayland?,X?,${MULTILIB_USEDEP}] + >=media-libs/libva-1.15.0:=[drm(+)?,wayland,X?,${MULTILIB_USEDEP}] drm? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] >=x11-libs/libdrm-2.4.98[${MULTILIB_USEDEP}]