git » qt5-webengine.git » commit 941b0a1

FFmpeg 5 rebuild

author Antonio Rojas
2022-01-30 09:14:29 UTC
committer Antonio Rojas
2022-01-30 09:14:29 UTC
parent 0a43f2c3ad1db84cce1100e561e205a6c4b4a20b

FFmpeg 5 rebuild

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 09c5a40..37e6212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=qt5-webengine
 _qtver=5.15.8
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://www.qt.io'
 license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -41,7 +41,7 @@ prepare() {
   patch -p1 -i "$srcdir"/qt5-webengine-python3.patch # Fix build with Python 3
   patch -p1 -d src/3rdparty -i "$srcdir"/qt5-webengine-chromium-python3.patch
 
-#  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-ffmpeg5.patch # Fix build with ffmpeg 5
 
 # Update catapult for python3 compatibility
   rm -r src/3rdparty/chromium/third_party/catapult