summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-03-26 21:40:29 +0100
committerMartchus2019-03-26 21:40:29 +0100
commite92e923d4384767a0c674b9a8cf2b7e22b4d48e1 (patch)
treedd150f02a9024768a322cb6c30f507936e7d83f5
parent4e67b52e716b85674376c943dd5937e262018c9c (diff)
downloadaur-e92e923d4384767a0c674b9a8cf2b7e22b4d48e1.tar.gz
Update to 5.12.2
-rw-r--r--.SRCINFO12
-rw-r--r--0001-Recorder-includes-to-prevent-conflict-with-vsnprintf.patch4
-rw-r--r--0002-Fix-build-with-ANGLE.patch4
-rw-r--r--0003-Link-directshow-plugin-against-libamstrmid.patch4
-rw-r--r--PKGBUILD10
5 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ab8eb95b212..2e79454d60e7 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.12.1
+ pkgver = 5.12.2
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -18,14 +18,14 @@ pkgbase = mingw-w64-qt5-multimedia
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtmultimedia-everywhere-src-5.12.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.2/submodules/qtmultimedia-everywhere-src-5.12.2.tar.xz
source = 0001-Recorder-includes-to-prevent-conflict-with-vsnprintf.patch
source = 0002-Fix-build-with-ANGLE.patch
source = 0003-Link-directshow-plugin-against-libamstrmid.patch
- sha256sums = 9c5ba11225f57d3a8124f109514443e290a9eb94e063a5b1f78e63edfb5f0b18
- sha256sums = dfeb1cfac258612f5d7ccf56443722931d0a88d46f98d08b9d8631fd7aa42cea
- sha256sums = a8056811f803dedcf8175029b9f5e5ea47893faa388c6c398d74461580ce29ef
- sha256sums = 4571f18a7d48ad1454c2d509c8dc111d67cd3c137011d7709fb04a0e7c280db7
+ sha256sums = 5d3c90c546e64abf523432a3df5e7a3f1b5ad72e7d0b5ea6260729fbefeb30f5
+ sha256sums = 578aecc05c3be335c5921fa07daa174d5f6c9474ac95d0063ce6bbb45c5c2299
+ sha256sums = aa4b42522094bb924a216d4c0fd0e693b47a0c27876f57434da475a48dd0f351
+ sha256sums = 76d3a346f309cfe1c5cff8e10891630a49fb0af61d3d95bfd591268b33e477d2
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 bd7bab05aec6..2aa278f4f414 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 2fe08c97f5832ffb51876908ee85ef09602148ba Mon Sep 17 00:00:00 2001
+From 43d59aa52d8a27d35e22e3a18d1ab8f101e403b6 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 25 Sep 2016 21:36:56 +0200
Subject: [PATCH 1/3] Recorder includes to prevent conflict with vsnprintf
@@ -37,5 +37,5 @@ index 5f391710..3ae3b8aa 100644
QT_BEGIN_NAMESPACE
--
-2.20.1
+2.21.0
diff --git a/0002-Fix-build-with-ANGLE.patch b/0002-Fix-build-with-ANGLE.patch
index 406f453f542b..742ee0a46f35 100644
--- a/0002-Fix-build-with-ANGLE.patch
+++ b/0002-Fix-build-with-ANGLE.patch
@@ -1,4 +1,4 @@
-From 6c827291b2a23f06379588ea10f6cd0f0d6aee8e Mon Sep 17 00:00:00 2001
+From a3f8d9f9a57e042a66586423b93bb0e37673fbdc 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/3] Fix build with ANGLE
@@ -25,5 +25,5 @@ index ab694b79..79fd34be 100644
#endif
--
-2.20.1
+2.21.0
diff --git a/0003-Link-directshow-plugin-against-libamstrmid.patch b/0003-Link-directshow-plugin-against-libamstrmid.patch
index a31124894067..bdf2ec136510 100644
--- a/0003-Link-directshow-plugin-against-libamstrmid.patch
+++ b/0003-Link-directshow-plugin-against-libamstrmid.patch
@@ -1,4 +1,4 @@
-From c0ecd0c32825a3c653898bc05773532f70ba3fde Mon Sep 17 00:00:00 2001
+From 96aabcf9e88901120924310bafd817de44e94ec3 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Mon, 24 Sep 2018 20:10:19 +0200
Subject: [PATCH 3/3] Link directshow plugin against libamstrmid
@@ -28,5 +28,5 @@ index 54d61716..e097d433 100644
SOURCES += dsserviceplugin.cpp
--
-2.20.1
+2.21.0
diff --git a/PKGBUILD b/PKGBUILD
index fbf865c9198b..b4a6abd3bab5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtmultimedia
pkgname=mingw-w64-qt5-multimedia
-pkgver=5.12.1
+pkgver=5.12.2
pkgrel=1
arch=('any')
pkgdesc='Classes for audio, video, radio and camera functionality (mingw-w64)'
@@ -25,10 +25,10 @@ source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/subm
'0001-Recorder-includes-to-prevent-conflict-with-vsnprintf.patch'
'0002-Fix-build-with-ANGLE.patch'
'0003-Link-directshow-plugin-against-libamstrmid.patch')
-sha256sums=('9c5ba11225f57d3a8124f109514443e290a9eb94e063a5b1f78e63edfb5f0b18'
- 'dfeb1cfac258612f5d7ccf56443722931d0a88d46f98d08b9d8631fd7aa42cea'
- 'a8056811f803dedcf8175029b9f5e5ea47893faa388c6c398d74461580ce29ef'
- '4571f18a7d48ad1454c2d509c8dc111d67cd3c137011d7709fb04a0e7c280db7')
+sha256sums=('5d3c90c546e64abf523432a3df5e7a3f1b5ad72e7d0b5ea6260729fbefeb30f5'
+ '578aecc05c3be335c5921fa07daa174d5f6c9474ac95d0063ce6bbb45c5c2299'
+ 'aa4b42522094bb924a216d4c0fd0e693b47a0c27876f57434da475a48dd0f351'
+ '76d3a346f309cfe1c5cff8e10891630a49fb0af61d3d95bfd591268b33e477d2')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \