summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-06-26 14:41:56 +0200
committerMartchus2019-06-26 14:41:56 +0200
commitef9c0c898b393aa7094a7a8fe03ee269492d0dc1 (patch)
tree41f2d73e2f65f1d4a5270333090292b6600449a3
parentd19dcba0ff0d7efaa8c20611e84de849aed6d155 (diff)
downloadaur-ef9c0c898b393aa7094a7a8fe03ee269492d0dc1.tar.gz
Update to 5.13.0
-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.patch6
-rw-r--r--PKGBUILD10
5 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 320799d702fa..b6e30e2a767e 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.3
+ pkgver = 5.13.0
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.3/submodules/qtmultimedia-everywhere-src-5.12.3.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.0/submodules/qtmultimedia-everywhere-src-5.13.0.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 = a30beeb37fb284d93522e29c01fb8d12726f40e9248e80b70b1f8ab60197a301
- sha256sums = 4428ce103f7a5bc5b116f33c8df4279db282448aadad0e54b433220e853a2fef
- sha256sums = fcb42fb9d03f69a886a61e958f4bb2a61699f5a2babf01543f26655873a57f4f
- sha256sums = 7e0fc4fab6ab5cdf6224ef2db4f8e83101727265a0d891b8f84e7d2d9d7e7331
+ sha256sums = 5076219d277083d2535e5f739d06783abe2e059e9d3fd9f924a1fa7970946d72
+ sha256sums = 57cbc4068a36431b08c79e6e10b7f990acc27398fb95e1600dbbf5de317cc969
+ sha256sums = a6f9f827ae9be35d7f83407279ce6ec1b02304c5ea92d73698bdc9629d48ccd4
+ sha256sums = ea4368191fe53581f407448f7d1cf663e88b07c7a733a97f14bc91c35d7b5902
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 861acd50377a..82ea91901b0c 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 f9c55f9c22621ac5d0ce28eb756169ce4d3a724d Mon Sep 17 00:00:00 2001
+From c4916d43e0fbb1d08a42755c5261887e5a1ef3ca 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.21.0
+2.22.0
diff --git a/0002-Fix-build-with-ANGLE.patch b/0002-Fix-build-with-ANGLE.patch
index 92ec80085e02..b316dcad3619 100644
--- a/0002-Fix-build-with-ANGLE.patch
+++ b/0002-Fix-build-with-ANGLE.patch
@@ -1,4 +1,4 @@
-From 1fb6e1878cb639ef00059136a9be21576fd78834 Mon Sep 17 00:00:00 2001
+From ca522940ca219b39c0a68e165f54d388ba54d05e 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.21.0
+2.22.0
diff --git a/0003-Link-directshow-plugin-against-libamstrmid.patch b/0003-Link-directshow-plugin-against-libamstrmid.patch
index 2367d67532d9..5c5b2556e9a8 100644
--- a/0003-Link-directshow-plugin-against-libamstrmid.patch
+++ b/0003-Link-directshow-plugin-against-libamstrmid.patch
@@ -1,4 +1,4 @@
-From 3cc8bd09cba19956e473e0444949745406936799 Mon Sep 17 00:00:00 2001
+From abe876ba634e7f817a24d2e972e5437a78ac2871 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
@@ -11,7 +11,7 @@ IID_IMFTopologyServiceLookupClient when building dsengine.dll.
1 file changed, 6 insertions(+)
diff --git a/src/plugins/directshow/directshow.pro b/src/plugins/directshow/directshow.pro
-index 54d61716..e097d433 100644
+index e531efc5..862a6673 100644
--- a/src/plugins/directshow/directshow.pro
+++ b/src/plugins/directshow/directshow.pro
@@ -5,6 +5,12 @@ win32:!qtHaveModule(opengl)|qtConfig(dynamicgl) {
@@ -28,5 +28,5 @@ index 54d61716..e097d433 100644
SOURCES += dsserviceplugin.cpp
--
-2.21.0
+2.22.0
diff --git a/PKGBUILD b/PKGBUILD
index cc0174dd88a1..b476c5ae28a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtmultimedia
pkgname=mingw-w64-qt5-multimedia
-pkgver=5.12.3
+pkgver=5.13.0
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=('a30beeb37fb284d93522e29c01fb8d12726f40e9248e80b70b1f8ab60197a301'
- '4428ce103f7a5bc5b116f33c8df4279db282448aadad0e54b433220e853a2fef'
- 'fcb42fb9d03f69a886a61e958f4bb2a61699f5a2babf01543f26655873a57f4f'
- '7e0fc4fab6ab5cdf6224ef2db4f8e83101727265a0d891b8f84e7d2d9d7e7331')
+sha256sums=('5076219d277083d2535e5f739d06783abe2e059e9d3fd9f924a1fa7970946d72'
+ '57cbc4068a36431b08c79e6e10b7f990acc27398fb95e1600dbbf5de317cc969'
+ 'a6f9f827ae9be35d7f83407279ce6ec1b02304c5ea92d73698bdc9629d48ccd4'
+ 'ea4368191fe53581f407448f7d1cf663e88b07c7a733a97f14bc91c35d7b5902')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \