diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 7b3e6f6f4a..90db4c8232 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -38,6 +38,17 @@ --> + + January 7th, 2023 + + + [ken] - Update to qtwebengine-5.15.12 (Security fix) with + qmake switch to let ffmpeg decode proprietary codecs. Fixes + #17478. + + + + January 6th, 2023 diff --git a/packages.ent b/packages.ent index 76dbe1bb5f..1e0a7d2316 100644 --- a/packages.ent +++ b/packages.ent @@ -722,7 +722,7 @@ to avoid building libxml2 twice, which is slow with all deps --> - + diff --git a/x/lib/qtwebengine.xml b/x/lib/qtwebengine.xml index e2b0c083ac..86ea8353e1 100644 --- a/x/lib/qtwebengine.xml +++ b/x/lib/qtwebengine.xml @@ -10,10 +10,10 @@ URL for a prepared git version --> - - + + - + ]> @@ -432,7 +432,7 @@ fi--> mkdir build && cd build && -qmake .. -- -system-ffmpeg -webengine-icu && +qmake .. -- -system-ffmpeg -proprietary-codecs -webengine-icu && make