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 CCA6B15A7DA for ; Tue, 21 Mar 2023 21:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE889E08A2; Tue, 21 Mar 2023 21:33:35 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7CDFE08A2 for ; Tue, 21 Mar 2023 21:33:35 +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 00AD534120A for ; Tue, 21 Mar 2023 21:33:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B6EC21 for ; Tue, 21 Mar 2023 21:33:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1679434394.7faab3ba867c0f3f40410805e3d68c0596cde51f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-bad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-bad/gst-plugins-bad-1.20.5-r1.ebuild media-libs/gst-plugins-bad/gst-plugins-bad-1.20.5.ebuild X-VCS-Directories: media-libs/gst-plugins-bad/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7faab3ba867c0f3f40410805e3d68c0596cde51f X-VCS-Branch: master Date: Tue, 21 Mar 2023 21:33:33 +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: 0d0bc73b-2d54-491f-aa24-f77cbf9dfd18 X-Archives-Hash: ac71a29392e0e68034932b6ab5ff4d67 commit: 7faab3ba867c0f3f40410805e3d68c0596cde51f Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Mar 21 21:07:54 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Mar 21 21:33:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7faab3ba media-libs/gst-plugins-bad: make dep on oneVPL multilib Signed-off-by: Andrew Ammerlaan gentoo.org> ...st-plugins-bad-1.20.5.ebuild => gst-plugins-bad-1.20.5-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.20.5.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.20.5-r1.ebuild similarity index 95% rename from media-libs/gst-plugins-bad/gst-plugins-bad-1.20.5.ebuild rename to media-libs/gst-plugins-bad/gst-plugins-bad-1.20.5-r1.ebuild index 0ec9ff0784c8..9e09fc6de58e 100644 --- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.20.5.ebuild +++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.20.5-r1.ebuild @@ -34,7 +34,7 @@ RDEPEND=" orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) - qsv? ( media-libs/oneVPL[wayland?,X?] ) + qsv? ( media-libs/oneVPL[wayland?,X?,${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND}" @@ -70,8 +70,7 @@ multilib_src_configure() { $(meson_feature wayland) ) - # Quick Sync Video is amd64 native only - if use qsv && multilib_is_native_abi; then + if use qsv; then emesonargs+=( -Dmsdk=enabled -Dmfx_api=oneVPL