commit: abc960d0681ed29ce7a4f1a066d0bc08ae6b811d Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Sep 19 03:48:11 2023 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Sep 19 03:52:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc960d0
profiles: Force USE=gstreamer on webkit-gtk >= 2.42 Closes: https://bugs.gentoo.org/914362 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/base/package.use.force | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index e1cab4651ef9..5fe6a08970f6 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,13 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <[email protected]> (2023-09-18) +# Disabling gstreamer seems to be untested upstream and is often broken. +# The gstreamer dependencies are trivial in compile time and disk usage +# compared to webkit-gtk. +# Bugs #911663, #914362 +>=net-libs/webkit-gtk-2.42 gstreamer + # Alexey Sokolov <[email protected]> (2023-08-14) # OpenMW is only playtested with LuaJIT, and in fact unit tests fail with Lua-5. # Therefore apply mask/force to override the profile's defaults, and invert on
