diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2021-01-21 23:54:58 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-21 17:50:42 -0800 |
| commit | 29059f9c8f36c0915d7a432f45f7766af61ad5c9 (patch) | |
| tree | 6ea297acf3f3d94fc87c27d4803afd72f81acf4e | |
| parent | cedc6044c4ec485d0065971fdc2237776b9ab3cc (diff) | |
| download | meta-openembedded-29059f9c8f36c0915d7a432f45f7766af61ad5c9.tar.gz | |
vlc: upgrade 3.0.11.1 -> 3.0.12
This at least a security upgrade. Although not mentioning CVEs in [1] it sounds
importand to upgrade.
[1] https://www.videolan.org/security/sb-vlc3012.html
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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/0005-linux-thread-Use-SYS_futex-instead-of-__NR_futex.patch (renamed from meta-multimedia/recipes-multimedia/vlc/vlc/0001-linux-thread-Use-SYS_futex-instead-of-__NR_futex.patch) | 0 | ||||
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc_3.0.12.bb (renamed from meta-multimedia/recipes-multimedia/vlc/vlc_3.0.11.1.bb) | 5 |
3 files changed, 2 insertions, 59 deletions
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 deleted file mode 100644 index c4465b6af3..0000000000 --- a/meta-multimedia/recipes-multimedia/vlc/vlc/0005-Fix-build-with-Qt-5.15.patch +++ /dev/null | |||
| @@ -1,56 +0,0 @@ | |||
| 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/0001-linux-thread-Use-SYS_futex-instead-of-__NR_futex.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0005-linux-thread-Use-SYS_futex-instead-of-__NR_futex.patch index 405490dcfc..405490dcfc 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc/0001-linux-thread-Use-SYS_futex-instead-of-__NR_futex.patch +++ b/meta-multimedia/recipes-multimedia/vlc/vlc/0005-linux-thread-Use-SYS_futex-instead-of-__NR_futex.patch | |||
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.11.1.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.12.bb index 7902825f24..046c059fb4 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.11.1.bb +++ b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.12.bb | |||
| @@ -24,10 +24,9 @@ SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz \ | |||
| 24 | file://0002-use-vorbisidec.patch \ | 24 | file://0002-use-vorbisidec.patch \ |
| 25 | file://0003-fix-luaL-checkint.patch \ | 25 | file://0003-fix-luaL-checkint.patch \ |
| 26 | file://0004-Use-packageconfig-to-detect-mmal-support.patch \ | 26 | file://0004-Use-packageconfig-to-detect-mmal-support.patch \ |
| 27 | file://0005-Fix-build-with-Qt-5.15.patch \ | 27 | file://0005-linux-thread-Use-SYS_futex-instead-of-__NR_futex.patch \ |
| 28 | file://0001-linux-thread-Use-SYS_futex-instead-of-__NR_futex.patch \ | ||
| 29 | " | 28 | " |
| 30 | SRC_URI[sha256sum] = "189311d28aa814f106a7b3645211ac52c0b3e2b9f4b348de2f63bab3218086b8" | 29 | SRC_URI[sha256sum] = "eff458f38a92126094f44f2263c2bf2c7cdef271b48192d0fe7b1726388cf879" |
| 31 | 30 | ||
| 32 | inherit autotools features_check gettext pkgconfig mime-xdg | 31 | inherit autotools features_check gettext pkgconfig mime-xdg |
| 33 | 32 | ||
