summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-12-24 06:47:16 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-12-24 06:55:34 -0500
commite88e45ddf6fa0ea0d04376325f6f837b67ff7a2d (patch)
treeb97e180b7a417fbdce479b4ac1cd1f2e7d6b7fba /dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
parent441e7260e2029d1a46571b488df41b16f13068e2 (diff)
downloadgentoo-e88e45ddf6fa0ea0d04376325f6f837b67ff7a2d.tar.gz
gentoo-e88e45ddf6fa0ea0d04376325f6f837b67ff7a2d.tar.bz2
gentoo-e88e45ddf6fa0ea0d04376325f6f837b67ff7a2d.zip
dev-qt/qtwebengine: adjust system ffmpeg comment
Seeing distros that use system's ffmpeg (like Arch) hit obscure issues while it works on Gentoo. Like some mp3 or opus files not playing. In case of mp3, Qt had to do a workaround for system ffmpeg to ensure it picks the right mp3 decoder given chromium does not support the others. Opus case is unclear still. If we ever switch to system (patched) ffmpeg (which would be nice on paper esp. for binpkg due to USE=bindist), it should probably use extra consideration and also be kept optional to debug. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/qtwebengine-6.9999.ebuild')
-rw-r--r--dev-qt/qtwebengine/qtwebengine-6.9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
index 0cfdb283eca5..af3631213753 100644
--- a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
@@ -195,8 +195,9 @@ src_configure() {
-DQT_FEATURE_webengine_webchannel=ON
-DQT_FEATURE_webengine_webrtc=ON
- # needs a modified ffmpeg to be usable, and even then it may not
- # cooperate with new major ffmpeg versions (bug #831487)
+ # needs a modified ffmpeg to be usable (bug #831487), and even then
+ # it is picky about codecs/version and system's can lead to unexpected
+ # issues (e.g. builds but some files don't play even with support)
-DQT_FEATURE_webengine_system_ffmpeg=OFF
# use bundled re2 to avoid complications, Qt has also disabled