qtwebengine: fix crashes on YouTube

more patches from freebsd, plus gcc 13 fixes
This commit is contained in:
Jerome Duval
2023-11-24 18:54:56 +01:00
parent b347066e3f
commit ef1460aa9e
2 changed files with 10019 additions and 31 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@ HOMEPAGE="https://www.qt.io"
COPYRIGHT="2015-2020 The Qt Company Ltd."
LICENSE="BSD (3-clause)
GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.qt.io/official_releases/qt/${portVersion%.*}/$portVersion/submodules/qtwebengine-everywhere-src-$portVersion.tar.xz"
CHECKSUM_SHA256="c8afca0e43d84f7bd595436fbe4d13a5bbdb81ec5104d605085d07545b6f91e0"
SOURCE_DIR="qtwebengine-everywhere-src-$portVersion"
@@ -103,6 +103,7 @@ BUILD_REQUIRES="
devel:libQt5Qml$secondaryArchSuffix
devel:libQt5QmlModels$secondaryArchSuffix
devel:libQt5Quick$secondaryArchSuffix
devel:libQt5UiTools$secondaryArchSuffix
devel:libQt5WebChannel$secondaryArchSuffix
devel:libsnappy$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
@@ -137,6 +138,7 @@ BUILD()
mkdir -p build && cd build
qmake .. -- \
-proprietary-codecs \
-system-ffmpeg \
-webp
NINJAJOBS=-j1 make