summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-06-25 14:48:10 +0200
committerMartchus2018-06-25 14:48:10 +0200
commit544a7bfbe82ee01a00746220d9c4492a9ae981cd (patch)
tree7300f0bc4fc6beba275f16c6a58770284a41ed86
parent51e9af9e844d9ab526f838eeada4dd5765980e30 (diff)
downloadaur-544a7bfbe82ee01a00746220d9c4492a9ae981cd.tar.gz
Update to 5.11.1
-rw-r--r--.SRCINFO10
-rw-r--r--0001-Recorder-includes-to-prevent-conflict-with-vsnprintf.patch4
-rw-r--r--0002-Fix-build-with-ANGLE.patch4
-rw-r--r--PKGBUILD8
4 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b597ef4f0a11..ca55414410c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-multimedia
pkgdesc = Classes for audio, video, radio and camera functionality (mingw-w64)
- pkgver = 5.11.0
+ pkgver = 5.11.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -18,12 +18,12 @@ pkgbase = mingw-w64-qt5-multimedia
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.11/5.11.0/submodules/qtmultimedia-everywhere-src-5.11.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtmultimedia-everywhere-src-5.11.1.tar.xz
source = 0001-Recorder-includes-to-prevent-conflict-with-vsnprintf.patch
source = 0002-Fix-build-with-ANGLE.patch
- sha256sums = ef5328f111ed2d27eff16e50febb66d1480e99f6a6df703f2ab8c650040f9d3c
- sha256sums = b574d0df6d11e4569bb2153640def0b8b40ac554c5c1a0c3dc24831d573da7a8
- sha256sums = 9a3e20370c4d9fafd4069f1257039903c6771be166e0a829c54dd8abaa4dc79f
+ sha256sums = f28bb57890b4666a9aafaa116a30c51dedb0f23b60a510280a27eb032b58c90c
+ sha256sums = 2818f84cd4a00222517a2192702c5341bfd65dafaa330859a8a0c8ff6b4f03bb
+ sha256sums = 7ec08be14199f3eed6e851673ceeeecf063926498823d415304f495ccfe9d890
pkgname = mingw-w64-qt5-multimedia
diff --git a/0001-Recorder-includes-to-prevent-conflict-with-vsnprintf.patch b/0001-Recorder-includes-to-prevent-conflict-with-vsnprintf.patch
index 64f43e2107b9..2206a3fa0268 100644
--- a/0001-Recorder-includes-to-prevent-conflict-with-vsnprintf.patch
+++ b/0001-Recorder-includes-to-prevent-conflict-with-vsnprintf.patch
@@ -1,4 +1,4 @@
-From 432d653b358ebb5bf82aa6a5b67f4331cc5b4b21 Mon Sep 17 00:00:00 2001
+From ce9491d330b55c184f62d676dabc66fa318fd675 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 25 Sep 2016 21:36:56 +0200
Subject: [PATCH 1/2] Recorder includes to prevent conflict with vsnprintf
@@ -37,5 +37,5 @@ index 5f391710..3ae3b8aa 100644
QT_BEGIN_NAMESPACE
--
-2.17.0
+2.18.0
diff --git a/0002-Fix-build-with-ANGLE.patch b/0002-Fix-build-with-ANGLE.patch
index 99c451c313fe..eeecaa2c18d8 100644
--- a/0002-Fix-build-with-ANGLE.patch
+++ b/0002-Fix-build-with-ANGLE.patch
@@ -1,4 +1,4 @@
-From 20ebf5798011fafc06b929ac5c4b9387e9c96115 Mon Sep 17 00:00:00 2001
+From 685ae2e8299be0e0528b98b0244df17ac8eb157a Mon Sep 17 00:00:00 2001
From: Jose Santiago <jsantiago@haivision.com>
Date: Thu, 3 Nov 2016 14:36:10 -0500
Subject: [PATCH 2/2] Fix build with ANGLE
@@ -25,5 +25,5 @@ index 54403fab..9132b3d8 100644
#endif
--
-2.17.0
+2.18.0
diff --git a/PKGBUILD b/PKGBUILD
index 65a11a1ab47d..813286baf4cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtmultimedia
pkgname=mingw-w64-qt5-multimedia
-pkgver=5.11.0
+pkgver=5.11.1
pkgrel=1
arch=('any')
pkgdesc='Classes for audio, video, radio and camera functionality (mingw-w64)'
@@ -24,9 +24,9 @@ _pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Recorder-includes-to-prevent-conflict-with-vsnprintf.patch'
'0002-Fix-build-with-ANGLE.patch')
-sha256sums=('ef5328f111ed2d27eff16e50febb66d1480e99f6a6df703f2ab8c650040f9d3c'
- 'b574d0df6d11e4569bb2153640def0b8b40ac554c5c1a0c3dc24831d573da7a8'
- '9a3e20370c4d9fafd4069f1257039903c6771be166e0a829c54dd8abaa4dc79f')
+sha256sums=('f28bb57890b4666a9aafaa116a30c51dedb0f23b60a510280a27eb032b58c90c'
+ '2818f84cd4a00222517a2192702c5341bfd65dafaa330859a8a0c8ff6b4f03bb'
+ '7ec08be14199f3eed6e851673ceeeecf063926498823d415304f495ccfe9d890')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \