summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-07-06 23:13:10 +0200
committerMartchus2017-07-06 23:13:10 +0200
commit2cddde6b68fc5c7e7e7fc4a34d7640e8715a4b2c (patch)
treee3595f0eda35a1a00ad394fc893af253aed3307e
parenteb8eca2906e702633e4d3c019aa0d2cc218dbaa2 (diff)
downloadaur-2cddde6b68fc5c7e7e7fc4a34d7640e8715a4b2c.tar.gz
Update to 5.9.1
-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--PKGBUILD10
4 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39f2939ee190..e4e2e6efa729 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 8 19:42:44 UTC 2017
+# Thu Jul 6 21:13:10 UTC 2017
pkgbase = mingw-w64-qt5-multimedia
pkgdesc = Classes for audio, video, radio and camera functionality (mingw-w64)
- pkgver = 5.9.0
+ pkgver = 5.9.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -20,12 +20,12 @@ pkgbase = mingw-w64-qt5-multimedia
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtmultimedia-opensource-src-5.9.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.1/submodules/qtmultimedia-opensource-src-5.9.1.tar.xz
source = 0001-Recorder-includes-to-prevent-conflict-with-vsnprintf.patch
source = 0002-Fix-build-with-ANGLE.patch
- sha256sums = 0bb370923ba2e6d122940b07352a1a2f52ebbb061bec72e30df22a9e2edd60ee
- sha256sums = 641bdc0c11d274fa5db0223ca122079d6f417c531ab0030825796f67fd36ec0f
- sha256sums = f26232dae274cef92a2b9b2e885c0196afb3a061e58f06f28969b2ad79ac90ee
+ sha256sums = e48fbe71b4418eb7caba5ef5aa422483fb28d0e894cbc41f3d8b73b3d7fee6e4
+ sha256sums = ff8e64fe13e55fde72e1dcc45e8956a9edeb20074d3579141f466e4c64e2cc0e
+ sha256sums = 8ca27442871abf48c4a4cefcff9be614487941af14132a8877b035052ba25d68
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 df794209ba1f..19182c1b0f9e 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 6d06f53c95a7c3e3b47578714d12a14eac26a72d Mon Sep 17 00:00:00 2001
+From ed6607aa3800d4f640723c5f2d6128f0ac1a8da7 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.13.0
+2.13.2
diff --git a/0002-Fix-build-with-ANGLE.patch b/0002-Fix-build-with-ANGLE.patch
index 0dae7837ceef..48a1eab84979 100644
--- a/0002-Fix-build-with-ANGLE.patch
+++ b/0002-Fix-build-with-ANGLE.patch
@@ -1,4 +1,4 @@
-From a89d4b71b43afa80a84281bd11c8bcd2c8b068a2 Mon Sep 17 00:00:00 2001
+From 6976b1fb18394ef430d9899df6ee23c0463dd2bc 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 4bc2bac8..d673f559 100644
#endif
--
-2.13.0
+2.13.2
diff --git a/PKGBUILD b/PKGBUILD
index 25f30e56b83f..dc655cd7cf03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtmultimedia
pkgname=mingw-w64-qt5-multimedia
-pkgver=5.9.0
+pkgver=5.9.1
pkgrel=1
arch=('any')
pkgdesc='Classes for audio, video, radio and camera functionality (mingw-w64)'
@@ -24,9 +24,9 @@ _pkgfqn="${_qt_module}-opensource-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Recorder-includes-to-prevent-conflict-with-vsnprintf.patch'
'0002-Fix-build-with-ANGLE.patch')
-sha256sums=('0bb370923ba2e6d122940b07352a1a2f52ebbb061bec72e30df22a9e2edd60ee'
- '641bdc0c11d274fa5db0223ca122079d6f417c531ab0030825796f67fd36ec0f'
- 'f26232dae274cef92a2b9b2e885c0196afb3a061e58f06f28969b2ad79ac90ee')
+sha256sums=('e48fbe71b4418eb7caba5ef5aa422483fb28d0e894cbc41f3d8b73b3d7fee6e4'
+ 'ff8e64fe13e55fde72e1dcc45e8956a9edeb20074d3579141f466e4c64e2cc0e'
+ '8ca27442871abf48c4a4cefcff9be614487941af14132a8877b035052ba25d68')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \
@@ -34,7 +34,7 @@ _architectures='i686-w64-mingw32 x86_64-w64-mingw32'
optdepends+=('mingw-w64-qt5-base-static: use of static libraries') \
_configurations+=('CONFIG+=static')
[[ $NO_SHARED_LIBS ]] || \
- _configurations+=('CONFIG+=shared')
+ _configurations+=('CONFIG+=actually_a_shared_build CONFIG+=shared')
link_header_files() {
for header in "$@"; do