mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt5-webengine to 5.15.8-11
This commit is contained in:
parent
bf5e1b3aba
commit
b98f2fe5a0
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,7 @@ highmem=1
|
|||
pkgname=qt5-webengine
|
||||
_basever=5.15.3
|
||||
pkgver=5.15.8
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
arch=('x86_64')
|
||||
url='https://www.qt.io'
|
||||
license=('LGPL3' 'LGPL2.1' 'BSD')
|
||||
|
@ -61,6 +61,10 @@ prepare() {
|
|||
patch -p1 -d src/3rdparty -i "$srcdir"/qt5-webengine-ffmpeg5.patch # Fix build with ffmpeg 5
|
||||
patch -p1 -d src/3rdparty -i "$srcdir"/qt5-webengine-pipewire-0.3.patch # Port to pipewire 0.3
|
||||
|
||||
(cd src/3rdparty
|
||||
git cherry-pick -n abb5119d0f307f7f98e59a5f3ee9872f3d286b37 # CVE-2022-1096
|
||||
)
|
||||
|
||||
# Update catapult for python3 compatibility
|
||||
rm -r src/3rdparty/chromium/third_party/catapult
|
||||
mv "$srcdir"/catapult src/3rdparty/chromium/third_party
|
||||
|
|
Loading…
Reference in a new issue