[arch-commits] Commit in qt5-webengine/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Jan 30 09:14:29 UTC 2022
Date: Sunday, January 30, 2022 @ 09:14:29
Author: arojas
Revision: 435424
FFmpeg 5 rebuild
Modified:
qt5-webengine/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-30 05:06:39 UTC (rev 435423)
+++ PKGBUILD 2022-01-30 09:14:29 UTC (rev 435424)
@@ -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 @@
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
More information about the arch-commits
mailing list