commit: 6f37d96a73eed4e812c04ef10cc88f47dbf5af03 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sun Nov 6 23:26:04 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Nov 7 19:28:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f37d96a
profiles/arch: update media-video/mpv libplacebo/vulkan masks Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 2 +- profiles/arch/base/package.use.mask | 2 +- profiles/arch/powerpc/ppc64/64le/package.use.mask | 2 +- profiles/arch/x86/package.use.mask | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index a721800b468b..471115a6defe 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -220,7 +220,7 @@ dev-util/catalyst -system-bootloader # Ilya Tumaykin <[email protected]> (2018-06-17) # Vulkan support is only available on few selected arches atm. # Mask everywhere, unmask where appropriate. -media-video/mpv -vulkan +media-video/mpv -libplacebo -vulkan # Richard Yao <[email protected]> (2018-04-16) # sys-fs/zfs is keyworded on amd64 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index fad744752618..5a1455d90b27 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -214,7 +214,7 @@ dev-util/catalyst system-bootloader # Ilya Tumaykin <[email protected]> (2018-06-17) # Vulkan support is only available on few selected arches atm. # Mask everywhere, unmask where appropriate. -media-video/mpv vulkan +media-video/mpv libplacebo vulkan # Richard Yao <[email protected]> (2018-04-16) # sys-fs/zfs is not available everywhere. diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.mask b/profiles/arch/powerpc/ppc64/64le/package.use.mask index 6cf00c63b8df..6588d1e9f48a 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.use.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.use.mask @@ -51,7 +51,7 @@ dev-qt/qtdeclarative -vulkan dev-qt/qtgui -vulkan dev-qt/qtwayland -vulkan media-libs/mesa -vulkan -vulkan-overlay -media-video/mpv -vulkan +media-video/mpv -libplacebo -vulkan media-video/vlc -libplacebo # Robin H. Johnson <[email protected]> (2019-12-06) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 2a8867429c19..2e5749c53225 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens <[email protected]> (2022-11-07) +# media-libs/libplacebo is keyworded here and vulkan is usable +media-video/mpv -libplacebo -vulkan + # WANG Xuerui <[email protected]> (2022-10-07) # sys-libs/libsmbios is available here. app-laptop/pbbuttonsd -macbook
