mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
qtwebengine: fix crashes on YouTube
more patches from freebsd, plus gcc 13 fixes
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user