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 72F3015812D for ; Mon, 06 Jan 2025 17:56:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1E1DE07F0; Mon, 06 Jan 2025 17:56:34 +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 97C81E07F0 for ; Mon, 06 Jan 2025 17:56:34 +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 D1E773406A2 for ; Mon, 06 Jan 2025 17:56:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1967A190F for ; Mon, 06 Jan 2025 17:56:32 +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: <1736186156.e8ca1f409b102583df503599ff3e722d6b6d1135.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-meta/gst-plugins-meta-1.24.10-r1.ebuild media-plugins/gst-plugins-meta/gst-plugins-meta-1.24.10.ebuild X-VCS-Directories: media-plugins/gst-plugins-meta/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e8ca1f409b102583df503599ff3e722d6b6d1135 X-VCS-Branch: master Date: Mon, 06 Jan 2025 17:56:32 +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: f981a901-55ec-4626-ae38-8e9d54ed6831 X-Archives-Hash: dcd53314f293b11eecb2014981666dd0 commit: e8ca1f409b102583df503599ff3e722d6b6d1135 Author: Sam James gentoo org> AuthorDate: Mon Jan 6 17:49:34 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 6 17:55:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ca1f40 media-plugins/gst-plugins-meta: switch USE=vaapi to va plugin media-plugins/gst-plugins-vaapi is on the way out and isn't preferred upstream by automatic detection (rank). Swap to the modern va plugin which we package as gst-plugins-bad[vaapi]. Also, do EAPI 8 which I should've done earlier. Bug: https://bugs.gentoo.org/947518 Signed-off-by: Sam James gentoo.org> ...ugins-meta-1.24.10.ebuild => gst-plugins-meta-1.24.10-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.24.10.ebuild b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.24.10-r1.ebuild similarity index 96% rename from media-plugins/gst-plugins-meta/gst-plugins-meta-1.24.10.ebuild rename to media-plugins/gst-plugins-meta/gst-plugins-meta-1.24.10-r1.ebuild index 36e69dc4c050..2bab54492d75 100644 --- a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.24.10.ebuild +++ b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.24.10-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit multilib-build @@ -51,7 +51,7 @@ RDEPEND=" pulseaudio? ( >=media-plugins/gst-plugins-pulse-${PV}:1.0[${MULTILIB_USEDEP}] ) taglib? ( >=media-plugins/gst-plugins-taglib-${PV}:1.0[${MULTILIB_USEDEP}] ) v4l? ( >=media-plugins/gst-plugins-v4l2-${PV}:1.0[${MULTILIB_USEDEP}] ) - vaapi? ( >=media-plugins/gst-plugins-vaapi-${PV}:1.0[${MULTILIB_USEDEP}] ) + vaapi? ( >=media-libs/gst-plugins-bad-${PV}:1.0[vaapi,${MULTILIB_USEDEP}] ) vcd? ( >=media-plugins/gst-plugins-mplex-${PV}:1.0[${MULTILIB_USEDEP}] >=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}] )