commit: 5953e236acc3bfedc7d5c33966842f13a78eb815 Author: Kai-Chun Ning <kaichun.ning <AT> gmail <DOT> com> AuthorDate: Mon May 23 08:46:27 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon May 23 11:56:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5953e236
x11-libs/libva-intel-driver: mask use flag 'hybrid' Use flag 'hybrid' is masked on arch except ~amd64. Signed-off-by: Kai-Chun Ning <kaichun.ning <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25321 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/amd64/package.use.stable.mask | 5 +++++ profiles/arch/amd64/x32/package.mask | 4 ++++ profiles/arch/amd64/x32/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ 5 files changed, 21 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 0c7b239567e0..6ba969a42d80 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -20,6 +20,10 @@ # Unmask media-libs/libxmp here media-sound/qmmp -xmp +# Kai-Chun Ning <[email protected]> (2022-05-23) +# Need intel-hybrid-codec-driver, which only works on amd64 +x11-libs/libva-intel-driver -hybrid + # Jakov Smolić <[email protected]> (2022-05-15) # media-video/nvidia_video_sdk is masked for removal media-libs/avidemux-core nvenc diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index b73ea069d9a0..e4d678e532c0 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Kai-Chun Ning <[email protected]> (2022-05-23) +# Dependency x11-libs/intel-hybrid-codec-driver is only available on unstable +# branch +x11-libs/libva-intel-driver hybrid + # Adel Kara Slimane <[email protected]> (2022-03-14) # needs stabilizing media-video/ffmpeg vmaf diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index 444da1029e7b..5ad1309953df 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Kai-Chun Ning <[email protected]> (2022-05-26) +# intel-hybrid-codec-driver does not work on x32 +x11-libs/intel-hybrid-codec-driver + # Jonas Licht <[email protected]> (2022-05-01) # Requires net-libs/nodejs, plus mask all reverse-dependecies. net-analyzer/gsa diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask index 4123fc89f691..26a9feffaa2e 100644 --- a/profiles/arch/amd64/x32/package.use.mask +++ b/profiles/arch/amd64/x32/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Kai-Chun Ning <[email protected]> (2022-05-26) +# Dependency x11-libs/intel-hybrid-codec-driver does not work on x32 +x11-libs/libva-intel-driver hybrid + # Andreas Sturmlechner <[email protected]> (2021-02-09) # Requires net-libs/nodejs, plus mask all reverse-dependencies. app-i18n/fcitx-libpinyin dictionary-manager diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index fbc14706bb29..de4c6c2753ec 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -4,6 +4,10 @@ # media-libs/libxmp requires keywording media-sound/qmmp xmp +# Kai-Chun Ning <[email protected]> (2022-05-23) +# Need intel-hybrid-codec-driver, which only works on amd64 +x11-libs/libva-intel-driver hybrid + # WANG Xuerui <[email protected]> (2022-04-24) # This is only for bringing in the not-upstreamed-yet LoongArch patchset; # masked everywhere in order to minimize impact on other arches.
