[packages/vlc] up to 3.0.3

atler atler at pld-linux.org
Wed May 30 18:50:54 CEST 2018


commit dd741fe3c8ec8c2771f950cd99dbd32580314b8b
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed May 30 18:50:06 2018 +0200

    up to 3.0.3
    
    - tooltip patch no longer needed

 vlc-tooltip.patch | 35 -----------------------------------
 vlc.spec          |  6 ++----
 2 files changed, 2 insertions(+), 39 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index add1bca..f013e7d 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -63,18 +63,17 @@
 Summary:	VLC - a multimedia player and stream server
 Summary(pl.UTF-8):	VLC - odtwarzacz multimedialny oraz serwer strumieni
 Name:		vlc
-Version:	3.0.2
+Version:	3.0.3
 Release:	1
 License:	GPL v2+
 Group:		X11/Applications/Multimedia
 Source0:	http://download.videolan.org/pub/videolan/vlc/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5:	bdca57018d772fd270b4243eab46f978
+# Source0-md5:	cf01d4755c719fe1c8605ceb40d8f1d2
 Patch0:		%{name}-buildflags.patch
 Patch1:		%{name}-tremor.patch
 Patch2:		%{name}-mpc.patch
 Patch3:		xmas-sucks.patch
 Patch4:		no-cache.patch
-Patch5:		%{name}-tooltip.patch
 URL:		http://www.videolan.org/vlc/
 # 1.0 for X11 or GLESv1, 1.1 for GLESv2
 BuildRequires:	EGL-devel >= %{?with_glesv2:1.1}%{!?with_glesv2:1.0}
@@ -347,7 +346,6 @@ Akcje klienta VLC dla Solid.
 %patch3 -p1
 %endif
 %patch4 -p1
-%patch5 -p1
 
 %build
 %{__libtoolize}
diff --git a/vlc-tooltip.patch b/vlc-tooltip.patch
deleted file mode 100644
index a44412a..0000000
--- a/vlc-tooltip.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 58155349a053d38d882d47357b225b8703c696ac Mon Sep 17 00:00:00 2001
-From: Romain Vimont <rom1v at videolabs.io>
-Date: Sat, 21 Apr 2018 20:58:00 +0200
-Subject: [PATCH] qt: make the time tooltip a tooltip
-MIME-Version: 1.0
-Content-Type: text/plain; charset=utf8
-Content-Transfer-Encoding: 8bit
-
-This avoids to lose window focus when the mouse is over the seekbar (on
-XFCE), and should also prevent the tooltip to appear resizeable on
-Unity.
-
-Probably fixes #20316
-
-Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
----
- modules/gui/qt/util/timetooltip.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/modules/gui/qt/util/timetooltip.cpp b/modules/gui/qt/util/timetooltip.cpp
-index 23d47b2528..2e7e97d987 100644
---- a/modules/gui/qt/util/timetooltip.cpp
-+++ b/modules/gui/qt/util/timetooltip.cpp
-@@ -33,7 +33,7 @@
- TimeTooltip::TimeTooltip( QWidget *parent ) :
-     QWidget( parent )
- {
--    setWindowFlags( Qt::Tool                    |
-+    setWindowFlags( Qt::ToolTip                 |
-                     Qt::WindowStaysOnTopHint    |
-                     Qt::FramelessWindowHint     );
- 
--- 
-2.11.0
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vlc.git/commitdiff/dd741fe3c8ec8c2771f950cd99dbd32580314b8b



More information about the pld-cvs-commit mailing list