summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-23 17:30:38 +0200
committerMartchus2019-04-23 17:30:38 +0200
commit39d62e08942198bd391aaaf17b027c148d7e45fc (patch)
tree325257cefa5ac80fa42e0d964dbdec0728c726fd
parente92e923d4384767a0c674b9a8cf2b7e22b4d48e1 (diff)
downloadaur-39d62e08942198bd391aaaf17b027c148d7e45fc.tar.gz
Update to 5.12.3
-rw-r--r--.SRCINFO10
-rw-r--r--0001-Recorder-includes-to-prevent-conflict-with-vsnprintf.patch2
-rw-r--r--0002-Fix-build-with-ANGLE.patch2
-rw-r--r--0003-Link-directshow-plugin-against-libamstrmid.patch2
-rw-r--r--PKGBUILD8
5 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e79454d60e7..a4a29190be22 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.2
+ pkgver = 5.12.3
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.2/submodules/qtmultimedia-everywhere-src-5.12.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtmultimedia-everywhere-src-5.12.3.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 = 5d3c90c546e64abf523432a3df5e7a3f1b5ad72e7d0b5ea6260729fbefeb30f5
- sha256sums = 578aecc05c3be335c5921fa07daa174d5f6c9474ac95d0063ce6bbb45c5c2299
- sha256sums = aa4b42522094bb924a216d4c0fd0e693b47a0c27876f57434da475a48dd0f351
- sha256sums = 76d3a346f309cfe1c5cff8e10891630a49fb0af61d3d95bfd591268b33e477d2
+ sha256sums = 4428ce103f7a5bc5b116f33c8df4279db282448aadad0e54b433220e853a2fef
+ sha256sums = fcb42fb9d03f69a886a61e958f4bb2a61699f5a2babf01543f26655873a57f4f
+ sha256sums = 7e0fc4fab6ab5cdf6224ef2db4f8e83101727265a0d891b8f84e7d2d9d7e7331
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 2aa278f4f414..861acd50377a 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 43d59aa52d8a27d35e22e3a18d1ab8f101e403b6 Mon Sep 17 00:00:00 2001
+From f9c55f9c22621ac5d0ce28eb756169ce4d3a724d 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
diff --git a/0002-Fix-build-with-ANGLE.patch b/0002-Fix-build-with-ANGLE.patch
index 742ee0a46f35..92ec80085e02 100644
--- a/0002-Fix-build-with-ANGLE.patch
+++ b/0002-Fix-build-with-ANGLE.patch
@@ -1,4 +1,4 @@
-From a3f8d9f9a57e042a66586423b93bb0e37673fbdc Mon Sep 17 00:00:00 2001
+From 1fb6e1878cb639ef00059136a9be21576fd78834 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
diff --git a/0003-Link-directshow-plugin-against-libamstrmid.patch b/0003-Link-directshow-plugin-against-libamstrmid.patch
index bdf2ec136510..2367d67532d9 100644
--- a/0003-Link-directshow-plugin-against-libamstrmid.patch
+++ b/0003-Link-directshow-plugin-against-libamstrmid.patch
@@ -1,4 +1,4 @@
-From 96aabcf9e88901120924310bafd817de44e94ec3 Mon Sep 17 00:00:00 2001
+From 3cc8bd09cba19956e473e0444949745406936799 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
diff --git a/PKGBUILD b/PKGBUILD
index b4a6abd3bab5..96a74d5a9979 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtmultimedia
pkgname=mingw-w64-qt5-multimedia
-pkgver=5.12.2
+pkgver=5.12.3
pkgrel=1
arch=('any')
pkgdesc='Classes for audio, video, radio and camera functionality (mingw-w64)'
@@ -26,9 +26,9 @@ source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/subm
'0002-Fix-build-with-ANGLE.patch'
'0003-Link-directshow-plugin-against-libamstrmid.patch')
sha256sums=('5d3c90c546e64abf523432a3df5e7a3f1b5ad72e7d0b5ea6260729fbefeb30f5'
- '578aecc05c3be335c5921fa07daa174d5f6c9474ac95d0063ce6bbb45c5c2299'
- 'aa4b42522094bb924a216d4c0fd0e693b47a0c27876f57434da475a48dd0f351'
- '76d3a346f309cfe1c5cff8e10891630a49fb0af61d3d95bfd591268b33e477d2')
+ '4428ce103f7a5bc5b116f33c8df4279db282448aadad0e54b433220e853a2fef'
+ 'fcb42fb9d03f69a886a61e958f4bb2a61699f5a2babf01543f26655873a57f4f'
+ '7e0fc4fab6ab5cdf6224ef2db4f8e83101727265a0d891b8f84e7d2d9d7e7331')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \