commit 4bd8ab6db7fb979c0fdc7d98dd8044218b729935
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Sat Jun 23 21:46:55 2018 -0500
drop use_system_ffmpeg (QTBUG-65086)
qt5-qtwebengine-freeworld.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index 6509b9f..3af6637 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -13,7 +13,8 @@
%global use_system_libwebp 1
%if 0%{?use_system_libwebp}
# only supported when using also libwebp from the system (see configure.json)
-%global use_system_ffmpeg 1
+# FTBFS: appears to be
https://bugreports.qt.io/browse/QTBUG-65086
+#global use_system_ffmpeg 1
%endif
# NEON support on ARM (detected at runtime) - disable this if you are hitting
@@ -427,6 +428,7 @@ echo "%{_libdir}/%{name}" \
- rebase no-icudtl-dat.patch
- patches needswork: system-nspr-prtime,system-icu-utf,no-sse2,skia-neon,icu59
- use macros %%make_build %%ldconfig_scriptlets %%__ninja %%__ninja_common_opts
+- drop use_system_ffmpeg (QTBUG-65086)
* Mon May 21 2018 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.10.1-5
- Use the FFmpeg 4 patch from Arch Linux, the previous one crashed (rh#1563446)