From 1d20895c6474618886a8408abc0ce8a46aa6b237 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Wed, 20 Jan 2021 09:47:47 +0100 Subject: vlc: => 3.0.12 --- video/vlc/DETAILS | 2 +- video/vlc/HISTORY | 4 ++ .../vlc/patches/0001-fix-QPainterPath-usage.patch | 50 ---------------------- 3 files changed, 5 insertions(+), 51 deletions(-) delete mode 100644 video/vlc/patches/0001-fix-QPainterPath-usage.patch (limited to 'video') diff --git a/video/vlc/DETAILS b/video/vlc/DETAILS index 589f4c8908..13e8b7fb45 100755 --- a/video/vlc/DETAILS +++ b/video/vlc/DETAILS @@ -1,5 +1,5 @@ SPELL=vlc - VERSION=3.0.11.1 + VERSION=3.0.12 SOURCE=$SPELL-$VERSION.tar.xz SOURCE_HASH=sha512: # SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME" diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY index db98327253..34e5654e7a 100644 --- a/video/vlc/HISTORY +++ b/video/vlc/HISTORY @@ -1,3 +1,7 @@ +2021-01-20 Treeve Jelbert + * DETAILS: version 3.0.12 + * patches/*: delete + 2020-07-31 Treeve Jelbert * DETAILS: version 3.0.11.1 diff --git a/video/vlc/patches/0001-fix-QPainterPath-usage.patch b/video/vlc/patches/0001-fix-QPainterPath-usage.patch deleted file mode 100644 index b4eeba0946..0000000000 --- a/video/vlc/patches/0001-fix-QPainterPath-usage.patch +++ /dev/null @@ -1,50 +0,0 @@ -From 9c3efc3026cf6f7998eda04e189bc105c3ee7f0c Mon Sep 17 00:00:00 2001 -From: Treeve Jelbert -Date: Sun, 7 Jun 2020 13:59:08 +0200 -Subject: [PATCH] fix QPainterPath usage - ---- - modules/gui/qt/components/playlist/views.cpp | 1 + - modules/gui/qt/dialogs/plugins.cpp | 1 + - modules/gui/qt/util/timetooltip.hpp | 1 + - 3 files changed, 3 insertions(+) - -diff --git a/modules/gui/qt/components/playlist/views.cpp b/modules/gui/qt/components/playlist/views.cpp -index 24db9d9..73c1779 100644 ---- a/modules/gui/qt/components/playlist/views.cpp -+++ b/modules/gui/qt/components/playlist/views.cpp -@@ -27,6 +27,7 @@ - #include "input_manager.hpp" /* THEMIM */ - - #include -+#include - #include - #include - #include -diff --git a/modules/gui/qt/dialogs/plugins.cpp b/modules/gui/qt/dialogs/plugins.cpp -index d233382..69728eb 100644 ---- a/modules/gui/qt/dialogs/plugins.cpp -+++ b/modules/gui/qt/dialogs/plugins.cpp -@@ -53,6 +53,7 @@ - #include - #include - #include -+#include - #include - #include - #include -diff --git a/modules/gui/qt/util/timetooltip.hpp b/modules/gui/qt/util/timetooltip.hpp -index 6a1329e..9f50b18 100644 ---- a/modules/gui/qt/util/timetooltip.hpp -+++ b/modules/gui/qt/util/timetooltip.hpp -@@ -25,6 +25,7 @@ - #include "qt.hpp" - - #include -+#include - - class TimeTooltip : public QWidget - { --- -2.26.2 - -- cgit v1.2.3