Gentoo Archives: gentoo-commits

From: Stephan Hartmann <sultan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/
Date: Mon, 31 May 2021 15:37:24
Message-Id: 1622475418.c27e2a3db776a4eec1d7215fcfc405031b2513bb.sultan@gentoo
1 commit: c27e2a3db776a4eec1d7215fcfc405031b2513bb
2 Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 15:34:35 2021 +0000
4 Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 15:36:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27e2a3d
7
8 www-client/chromium: update vaapi information
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>
12
13 www-client/chromium/chromium-91.0.4472.77.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/www-client/chromium/chromium-91.0.4472.77.ebuild b/www-client/chromium/chromium-91.0.4472.77.ebuild
17 index 2b6dd7b1b6e..ad9ec577e69 100644
18 --- a/www-client/chromium/chromium-91.0.4472.77.ebuild
19 +++ b/www-client/chromium/chromium-91.0.4472.77.ebuild
20 @@ -931,10 +931,9 @@ pkg_postinst() {
21 readme.gentoo_print_elog
22
23 if use vaapi; then
24 - elog "VA-API is disabled by default at runtime. Either enable it"
25 - elog "by navigating to chrome://flags/#enable-accelerated-video-decode"
26 - elog "inside Chromium or add --enable-accelerated-video-decode"
27 - elog "to CHROMIUM_FLAGS in /etc/chromium/default."
28 + elog "VA-API is disabled by default at runtime. You have to enable it"
29 + elog "by adding --enable-features=VaapiVideoDecoder to CHROMIUM_FLAGS"
30 + elog "in /etc/chromium/default."
31 fi
32 if use screencast; then
33 elog "Screencast is disabled by default at runtime. Either enable it"