[arch-commits] Commit in qt6-webengine/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Jan 31 18:56:59 UTC 2022


    Date: Monday, January 31, 2022 @ 18:56:58
  Author: arojas
Revision: 435636

ffmpeg 5 rebuild

Modified:
  qt6-webengine/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-31 18:21:07 UTC (rev 435635)
+++ PKGBUILD	2022-01-31 18:56:58 UTC (rev 435636)
@@ -4,7 +4,7 @@
 pkgname=qt6-webengine
 _qtver=6.2.3
 pkgver=${_qtver/-/}
-pkgrel=5
+pkgrel=6
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -21,9 +21,9 @@
 sha256sums=('a72293b799a91189e12c91480d485d079cbce90b069439acf0bf81847cd02058'
             'c50d3019626183e753c53a997dc8a55938847543aa3178d4c51f377be741c693')
 
-#prepare() {
-#  patch -d $_pkgfn/src/3rdparty -p1 < qt6-webengine-ffmpeg5.patch # Fix build with ffmpeg 5
-#}
+prepare() {
+  patch -d $_pkgfn/src/3rdparty -p1 < qt6-webengine-ffmpeg5.patch # Fix build with ffmpeg 5
+}
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \



More information about the arch-commits mailing list