vlc ver. bump
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
diff -u -r vlc-3.0.10/modules/gui/qt/components/playlist/views.cpp vlc-3.0.10-qt-5.15/modules/gui/qt/components/playlist/views.cpp
|
||||
--- vlc-3.0.10/modules/gui/qt/components/playlist/views.cpp 2017-11-24 15:29:17.000000000 +0000
|
||||
+++ vlc-3.0.10-qt-5.15/modules/gui/qt/components/playlist/views.cpp 2020-05-29 20:50:09.267959371 +0000
|
||||
@@ -27,6 +27,7 @@
|
||||
#include "input_manager.hpp" /* THEMIM */
|
||||
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QRect>
|
||||
#include <QStyleOptionViewItem>
|
||||
#include <QFontMetrics>
|
||||
diff -u -r vlc-3.0.10/modules/gui/qt/dialogs/plugins.cpp vlc-3.0.10-qt-5.15/modules/gui/qt/dialogs/plugins.cpp
|
||||
--- vlc-3.0.10/modules/gui/qt/dialogs/plugins.cpp 2017-11-24 15:29:17.000000000 +0000
|
||||
+++ vlc-3.0.10-qt-5.15/modules/gui/qt/dialogs/plugins.cpp 2020-05-29 20:49:44.114275108 +0000
|
||||
@@ -53,6 +53,7 @@
|
||||
#include <QListView>
|
||||
#include <QListWidget>
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QStyleOptionViewItem>
|
||||
#include <QKeyEvent>
|
||||
#include <QPushButton>
|
||||
diff -u -r vlc-3.0.10/modules/gui/qt/util/timetooltip.hpp vlc-3.0.10-qt-5.15/modules/gui/qt/util/timetooltip.hpp
|
||||
--- vlc-3.0.10/modules/gui/qt/util/timetooltip.hpp 2018-05-03 12:03:21.000000000 +0000
|
||||
+++ vlc-3.0.10-qt-5.15/modules/gui/qt/util/timetooltip.hpp 2020-05-29 20:40:30.306628713 +0000
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include "qt.hpp"
|
||||
|
||||
+#include <QPainterPath>
|
||||
#include <QWidget>
|
||||
|
||||
class TimeTooltip : public QWidget
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>VLC media player</Summary>
|
||||
<Description>VLC is a famous video player and streamer.</Description>
|
||||
<Archive sha1sum="66d377a2f24b6b865d5c56530e10d84b8262b46c" type="tarxz">http://mirrors.netix.net/vlc/vlc/3.0.11/vlc-3.0.11.tar.xz</Archive>
|
||||
<Archive sha1sum="c6e3137666cbb884bccacc385227567290ef4e9d" type="tarxz">http://mirrors.netix.net/vlc/vlc/3.0.11.1/vlc-3.0.11.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-svg-devel</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
@@ -127,6 +127,7 @@
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">lua53_compat.patch</Patch>
|
||||
<Patch level="1">qt_5_15.patch</Patch>
|
||||
<!-- <Patch level="1">build_fix.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
@@ -300,8 +301,15 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2020-09-19</Date>
|
||||
<Version>3.0.11.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2020-09-18</Date>
|
||||
<Date>2020-06-17</Date>
|
||||
<Version>3.0.11</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
|
||||
Reference in New Issue
Block a user