summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rwxr-xr-xvideo/vlc/DETAILS2
-rw-r--r--video/vlc/HISTORY4
-rw-r--r--video/vlc/patches/0001-fix-QPainterPath-usage.patch50
3 files changed, 5 insertions, 51 deletions
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 <treeve@sourcemage.org>
+ * DETAILS: version 3.0.12
+ * patches/*: delete
+
2020-07-31 Treeve Jelbert <treeve@sourcemage.org>
* 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 <treeve@sourcemage.org>
-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 <QPainter>
-+#include <QPainterPath>
- #include <QRect>
- #include <QStyleOptionViewItem>
- #include <QFontMetrics>
-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 <QListView>
- #include <QListWidget>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QStyleOptionViewItem>
- #include <QKeyEvent>
- #include <QPushButton>
-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 <QWidget>
-+#include <QPainterPath>
-
- class TimeTooltip : public QWidget
- {
---
-2.26.2
-