diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2020-06-08 01:30:01 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-06-08 22:00:37 -0700 |
| commit | aadbc77f8e132301403c1187e8d0488d526f8817 (patch) | |
| tree | a7a83ef02705517dd2fb21763755aa5d00de9f7a /meta-multimedia | |
| parent | 91b30560e4a4e5a40744d01dfa1339ad8ba96a7e (diff) | |
| download | meta-openembedded-aadbc77f8e132301403c1187e8d0488d526f8817.tar.gz | |
vlc: Fix build with qt5 in PACKAGECONFIG and Qt >= 5.15 / renumber patches
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc/0001-make-opencv-configurable.patch (renamed from meta-multimedia/recipes-multimedia/vlc/vlc/0006-make-opencv-configurable.patch) | 0 | ||||
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch (renamed from meta-multimedia/recipes-multimedia/vlc/vlc/0007-use-vorbisidec.patch) | 0 | ||||
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch (renamed from meta-multimedia/recipes-multimedia/vlc/vlc/0008-fix-luaL-checkint.patch) | 0 | ||||
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc/0004-Use-packageconfig-to-detect-mmal-support.patch (renamed from meta-multimedia/recipes-multimedia/vlc/vlc/0001-Use-packageconfig-to-detect-mmal-support.patch) | 0 | ||||
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc/0005-Fix-build-with-Qt-5.15.patch | 56 | ||||
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc_3.0.9.2.bb | 9 |
6 files changed, 61 insertions, 4 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0006-make-opencv-configurable.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0001-make-opencv-configurable.patch index 950c09b8ae..950c09b8ae 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc/0006-make-opencv-configurable.patch +++ b/meta-multimedia/recipes-multimedia/vlc/vlc/0001-make-opencv-configurable.patch | |||
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0007-use-vorbisidec.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch index d05cf02b71..d05cf02b71 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc/0007-use-vorbisidec.patch +++ b/meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch | |||
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0008-fix-luaL-checkint.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch index 96b5d2d246..96b5d2d246 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc/0008-fix-luaL-checkint.patch +++ b/meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch | |||
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0001-Use-packageconfig-to-detect-mmal-support.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0004-Use-packageconfig-to-detect-mmal-support.patch index 424aaa2815..424aaa2815 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc/0001-Use-packageconfig-to-detect-mmal-support.patch +++ b/meta-multimedia/recipes-multimedia/vlc/vlc/0004-Use-packageconfig-to-detect-mmal-support.patch | |||
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0005-Fix-build-with-Qt-5.15.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0005-Fix-build-with-Qt-5.15.patch new file mode 100644 index 0000000000..c4465b6af3 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/vlc/vlc/0005-Fix-build-with-Qt-5.15.patch | |||
| @@ -0,0 +1,56 @@ | |||
| 1 | From c805c6f64da6d8b03355b4796865b75e2f3b500d Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | ||
| 3 | Date: Mon, 8 Jun 2020 00:50:08 +0200 | ||
| 4 | Subject: [PATCH] Fix build with Qt >= 5.15 | ||
| 5 | MIME-Version: 1.0 | ||
| 6 | Content-Type: text/plain; charset=UTF-8 | ||
| 7 | Content-Transfer-Encoding: 8bit | ||
| 8 | |||
| 9 | Upstream-Status: Pending | ||
| 10 | |||
| 11 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||
| 12 | --- | ||
| 13 | modules/gui/qt/components/playlist/views.cpp | 1 + | ||
| 14 | modules/gui/qt/dialogs/plugins.cpp | 1 + | ||
| 15 | modules/gui/qt/util/timetooltip.hpp | 1 + | ||
| 16 | 3 files changed, 3 insertion(+) | ||
| 17 | |||
| 18 | diff --git a/modules/gui/qt/components/playlist/views.cpp b/modules/gui/qt/components/playlist/views.cpp | ||
| 19 | index 24db9d9..71d8514 100644 | ||
| 20 | --- a/modules/gui/qt/components/playlist/views.cpp | ||
| 21 | +++ b/modules/gui/qt/components/playlist/views.cpp | ||
| 22 | @@ -35,6 +35,7 @@ | ||
| 23 | #include <QMetaType> | ||
| 24 | #include <QHeaderView> | ||
| 25 | #include <QSvgRenderer> | ||
| 26 | +#include <QPainterPath> | ||
| 27 | |||
| 28 | #include <assert.h> | ||
| 29 | |||
| 30 | diff --git a/modules/gui/qt/dialogs/plugins.cpp b/modules/gui/qt/dialogs/plugins.cpp | ||
| 31 | index d233382..9ae9a63 100644 | ||
| 32 | --- a/modules/gui/qt/dialogs/plugins.cpp | ||
| 33 | +++ b/modules/gui/qt/dialogs/plugins.cpp | ||
| 34 | @@ -66,6 +66,7 @@ | ||
| 35 | #include <QSplitter> | ||
| 36 | #include <QToolButton> | ||
| 37 | #include <QStackedWidget> | ||
| 38 | +#include <QPainterPath> | ||
| 39 | |||
| 40 | //match the image source (width/height) | ||
| 41 | #define SCORE_ICON_WIDTH_SCALE 4 | ||
| 42 | diff --git a/modules/gui/qt/util/timetooltip.hpp b/modules/gui/qt/util/timetooltip.hpp | ||
| 43 | index 6a1329e..9f50b18 100644 | ||
| 44 | --- a/modules/gui/qt/util/timetooltip.hpp | ||
| 45 | +++ b/modules/gui/qt/util/timetooltip.hpp | ||
| 46 | @@ -25,6 +25,7 @@ | ||
| 47 | #include "qt.hpp" | ||
| 48 | |||
| 49 | #include <QWidget> | ||
| 50 | +#include <QPainterPath> | ||
| 51 | |||
| 52 | class TimeTooltip : public QWidget | ||
| 53 | { | ||
| 54 | -- | ||
| 55 | 2.26.2 | ||
| 56 | |||
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.9.2.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.9.2.bb index f6c7a606d5..24898a5a7f 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.9.2.bb +++ b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.9.2.bb | |||
| @@ -19,10 +19,11 @@ LDFLAGS_append_riscv64 = " -latomic" | |||
| 19 | LICENSE_FLAGS = "commercial" | 19 | LICENSE_FLAGS = "commercial" |
| 20 | 20 | ||
| 21 | SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz \ | 21 | SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz \ |
| 22 | file://0006-make-opencv-configurable.patch \ | 22 | file://0001-make-opencv-configurable.patch \ |
| 23 | file://0007-use-vorbisidec.patch \ | 23 | file://0002-use-vorbisidec.patch \ |
| 24 | file://0008-fix-luaL-checkint.patch \ | 24 | file://0003-fix-luaL-checkint.patch \ |
| 25 | file://0001-Use-packageconfig-to-detect-mmal-support.patch \ | 25 | file://0004-Use-packageconfig-to-detect-mmal-support.patch \ |
| 26 | file://0005-Fix-build-with-Qt-5.15.patch \ | ||
| 26 | " | 27 | " |
| 27 | SRC_URI[sha256sum] = "a9bdad293d81cd48516abad8d490d8ab4012964ae541ff19e00021e071e47601" | 28 | SRC_URI[sha256sum] = "a9bdad293d81cd48516abad8d490d8ab4012964ae541ff19e00021e071e47601" |
| 28 | 29 | ||
