summaryrefslogtreecommitdiffstats
path: root/package/vlc/0004-qt-fix-build-against-Qt-5.11.patch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-09-06 22:18:41 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-09-08 15:39:11 +0200
commitfd4abc30d2c21617a43d9ff19b7ab182c044f7c5 (patch)
treed3fc2de073c934640b25f4aa9fcadf53c352e2ba /package/vlc/0004-qt-fix-build-against-Qt-5.11.patch
parent7620420758074fe49fe0944078a8cceb608096bc (diff)
downloadbuildroot-fd4abc30d2c21617a43d9ff19b7ab182c044f7c5.tar.gz
buildroot-fd4abc30d2c21617a43d9ff19b7ab182c044f7c5.zip
package/vlc: bump version to 3.0.4
Removed patch 0004, applied upstream. Renumbered remaining patches. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/vlc/0004-qt-fix-build-against-Qt-5.11.patch')
-rw-r--r--package/vlc/0004-qt-fix-build-against-Qt-5.11.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/package/vlc/0004-qt-fix-build-against-Qt-5.11.patch b/package/vlc/0004-qt-fix-build-against-Qt-5.11.patch
deleted file mode 100644
index fad33b2304..0000000000
--- a/package/vlc/0004-qt-fix-build-against-Qt-5.11.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 30211b7336f2ed6048953390340e86f6cca9eb6f Mon Sep 17 00:00:00 2001
-From: Dominique Leuenberger <dimstar@opensuse.org>
-Date: Thu, 17 May 2018 17:40:37 +0200
-Subject: [PATCH] qt: fix build against Qt 5.11
-
-Qt 5.11 is in RC phase now, and some headers need to be explicitly
-included in order to build successfully.
-
-Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
-Downloaded from
-https://sources.debian.org/src/vlc/3.0.3-1-3/debian/patches/0003-qt-fix-build-against-Qt-5.11.patch/
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
----
- modules/gui/qt/components/simple_preferences.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/modules/gui/qt/components/simple_preferences.cpp b/modules/gui/qt/components/simple_preferences.cpp
-index 635cc274c0..7a31a6ea6f 100644
---- a/modules/gui/qt/components/simple_preferences.cpp
-+++ b/modules/gui/qt/components/simple_preferences.cpp
-@@ -36,6 +36,7 @@
- #include <QString>
- #include <QFont>
- #include <QToolButton>
-+#include <QButtonGroup>
- #include <QSignalMapper>
- #include <QVBoxLayout>
- #include <QScrollArea>
---
-2.14.4
-
OpenPOWER on IntegriCloud