diff options
author | Martchus | 2024-06-22 21:06:56 +0200 |
---|---|---|
committer | Martchus | 2024-06-22 21:06:56 +0200 |
commit | 685b393fae42d26c7ef8c34342acf0521f4837e8 (patch) | |
tree | a8a5d7fd6e9d93fb85a182c2e62d1b0d792f5216 | |
parent | 16eca0d6baa66ce36c53a5229a966896c9233abe (diff) | |
download | aur-685b393fae42d26c7ef8c34342acf0521f4837e8.tar.gz |
Update to 6.7.2
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | 0001-Fix-compile-flags-of-resonance-audio-for-mingw-w64.patch | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 | ||||
-rw-r--r-- | qtmultimedia-sha256.txt | 2 |
4 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt6-multimedia-static pkgdesc = Classes for audio, video, radio and camera functionality (mingw-w64) - pkgver = 6.7.1 + pkgver = 6.7.2 pkgrel = 1 url = https://www.qt.io arch = any @@ -23,9 +23,9 @@ pkgbase = mingw-w64-qt6-multimedia-static options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.7/6.7.1/submodules/qtmultimedia-everywhere-src-6.7.1.tar.xz + source = https://download.qt.io/official_releases/qt/6.7/6.7.2/submodules/qtmultimedia-everywhere-src-6.7.2.tar.xz source = 0001-Fix-compile-flags-of-resonance-audio-for-mingw-w64.patch - sha256sums = 656d1543727f5bf1bd39fe2548ac454860109dc8555df77d7940f21e3d65cd3e - sha256sums = 11ad8ac2b9d99053793f7e7c4cf559b8bae66ab19e924d005ceb2f6945c34ae0 + sha256sums = 8ef835115acb9a1d3d2c9f23cfacb43f2c537e3786a8ab822299a2a7765651d3 + sha256sums = 41c43d6b97da13d07d5a1fdd6e74e032d4bc4b3a672c370bc687074e76763093 pkgname = mingw-w64-qt6-multimedia-static diff --git a/0001-Fix-compile-flags-of-resonance-audio-for-mingw-w64.patch b/0001-Fix-compile-flags-of-resonance-audio-for-mingw-w64.patch index c8d45fc096fc..a7a1d99f6057 100644 --- a/0001-Fix-compile-flags-of-resonance-audio-for-mingw-w64.patch +++ b/0001-Fix-compile-flags-of-resonance-audio-for-mingw-w64.patch @@ -1,4 +1,4 @@ -From d121488366459dbd6b7312a3740a8f455518f7aa Mon Sep 17 00:00:00 2001 +From 6d43ad62c05ec685c40a7b896c7ed1b157045a5d Mon Sep 17 00:00:00 2001 From: Martchus <martchus@gmx.net> Date: Sat, 1 Oct 2022 17:43:07 +0200 Subject: [PATCH] Fix compile flags of resonance-audio for mingw-w64 @@ -30,5 +30,5 @@ index 6af0b3fb3..d94beb0ed 100644 set(CMAKE_CXX_FLAGS "-fPIC -O3 -Wno-vla -msse -msse2 -msse3 -mfpmath=sse") endif () -- -2.45.1 +2.45.2 @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-multimedia-static -_qtver=6.7.1 +_qtver=6.7.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=('656d1543727f5bf1bd39fe2548ac454860109dc8555df77d7940f21e3d65cd3e' - '11ad8ac2b9d99053793f7e7c4cf559b8bae66ab19e924d005ceb2f6945c34ae0') +sha256sums=('8ef835115acb9a1d3d2c9f23cfacb43f2c537e3786a8ab822299a2a7765651d3' + '41c43d6b97da13d07d5a1fdd6e74e032d4bc4b3a672c370bc687074e76763093') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} diff --git a/qtmultimedia-sha256.txt b/qtmultimedia-sha256.txt index 2b2f7626ceb9..5ecea145e59d 100644 --- a/qtmultimedia-sha256.txt +++ b/qtmultimedia-sha256.txt @@ -1 +1 @@ -656d1543727f5bf1bd39fe2548ac454860109dc8555df77d7940f21e3d65cd3e +8ef835115acb9a1d3d2c9f23cfacb43f2c537e3786a8ab822299a2a7765651d3 |