summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-07-20 23:12:15 +0200
committerMartchus2023-07-20 23:12:15 +0200
commit14338bf2bbdb780bdfbc1484322cee999135345b (patch)
tree365e5223ddb39745e392f2797c384bdc9b6a507d /PKGBUILD
parentb2973a9c1b68605c8a61a8f721da7b2f5b9f37dd (diff)
downloadaur-14338bf2bbdb780bdfbc1484322cee999135345b.tar.gz
Update to 6.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d50e4062e00..a02801be918a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-multimedia-static
-_qtver=6.5.1
+_qtver=6.5.2
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -19,8 +19,8 @@ groups=(mingw-w64-qt6)
_pkgfqn="qtmultimedia-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
'0001-Fix-compile-flags-of-resonance-audio-for-mingw-w64.patch')
-sha256sums=('0b1fc560e1c8cdda1ddb13db832c3b595f7e4079118d4847d8de18d82464e1cc'
- '49c63f35359304449666ea8be465faa8fb37c4f079c728370b467aa307e79558')
+sha256sums=('948f00aa679e92839a2a71bd07245a92cc849af486607417ee4c334b2b998975'
+ 'e186c622d297d9efd4e95f36ef65e804f78d59c0e65642950e30139063552c82')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
@@ -43,6 +43,7 @@ build() {
export PKG_CONFIG=/usr/bin/$_arch-pkg-config
$_arch-cmake-static -G Ninja -B build-$_arch -S $_pkgfqn \
-DCMAKE_INSTALL_PREFIX:PATH="/usr/$_arch/static" \
+ -DCMAKE_DISABLE_FIND_PACKAGE_harfbuzz=TRUE \
-DFEATURE_static_runtime=ON \
-DFEATURE_pkg_config=ON \
-DFEATURE_wmsdk=ON \