Accepting request 456894 from home:Kieltux:branches:multimedia:apps
Update to 2.6 * solves an issue with VEVO videos * New "Restricted Mode" that blocks inappropriate content - Removed obsolete minitube-fix-watchrelatedvideo-icon.patch OBS-URL: https://build.opensuse.org/request/show/456894 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=31
This commit is contained in:
parent
a896fa2aab
commit
bf40ac35fe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63678bf153e77e8cdaf6b43bb9a7bf2c5694c62698c3236f1a1133494362d6b5
|
||||
size 1063794
|
3
minitube-2.6.tar.gz
Normal file
3
minitube-2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae48d2af82c8fa841021f84059b2c7723c39e3efeaa7b2ad3944a4c6cb340c0e
|
||||
size 1086925
|
@ -1,11 +0,0 @@
|
||||
--- src/mainwindow.cpp.orig 2014-10-23 12:47:15.000000000 +0200
|
||||
+++ src/mainwindow.cpp 2014-11-05 10:12:22.685590212 +0100
|
||||
@@ -565,7 +565,7 @@
|
||||
action = new QAction(tr("More..."), this);
|
||||
actions->insert("more-region", action);
|
||||
|
||||
- action = new QAction(IconUtils::icon("view-list"), tr("&Related Videos"), this);
|
||||
+ action = new QAction(IconUtils::icon("format-justify-fill"), tr("&Related Videos"), this);
|
||||
action->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_R));
|
||||
action->setStatusTip(tr("Watch videos related to the current one"));
|
||||
action->setEnabled(false);
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 11 17:26:06 UTC 2017 - kieltux@gmail.com
|
||||
|
||||
- Update to 2.6
|
||||
* solves an issue with VEVO videos
|
||||
* New "Restricted Mode" that blocks inappropriate content
|
||||
- Removed obsolete minitube-fix-watchrelatedvideo-icon.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 06:23:57 UTC 2016 - mailaender@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package minitube
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: minitube
|
||||
Version: 2.5.2
|
||||
Version: 2.6
|
||||
Release: 0
|
||||
Summary: Native YouTube Client
|
||||
License: GPL-3.0+
|
||||
@ -28,13 +28,12 @@ Source: https://github.com/flaviotordini/%{name}/archive/%{version}.tar.
|
||||
Source1: minitube.1
|
||||
# PATCH-FIX-OPENSUSE minitube-no-update-check.patch sur5r@sur5r.net -- Disable update check.
|
||||
Patch0: %{name}-no-update-check.patch
|
||||
# PATCH-FIX-OPENSUSE minitube-fix-watchrelatedvideo-icon.patch kieltux@gmail.com -- Missing toolbar icon (watch related videos).
|
||||
Patch1: %{name}-fix-watchrelatedvideo-icon.patch
|
||||
# PATCH-FEATURE-UPSTREAM https://github.com/flaviotordini/minitube/pull/52
|
||||
Patch2: appdata.patch
|
||||
Patch1: appdata.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libqt5-linguist
|
||||
BuildRequires: libqt5-qtdeclarative-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5Network)
|
||||
@ -59,8 +58,7 @@ it strives to create a new TV-like experience.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%qmake5 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user