Accepting request 243638 from home:Kieltux:branches:multimedia:apps
- update to 2.2 * Subscriptions context menu: Unsubscribe, Mark as Watched * Added --stop-after-this command line switch * Added Stop After This Video Unity & Gnome 3 action * Fixed painting errors when scrolling playlist on Linux * Fixed bug with dragging playlist items from the thumbnail * Fixed some videos not playing * Updated translations - added patch for disable update check OBS-URL: https://build.opensuse.org/request/show/243638 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
b17c04f892
commit
be02cfb688
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: minitube
|
||||
Version: 2.1.6
|
||||
Version: 2.2.0
|
||||
Release: 0
|
||||
License: GPL-3.0+
|
||||
Summary: Native Youtube Client
|
||||
@@ -26,8 +26,10 @@ Source: http://flavio.tordini.org/files/minitube/%{name}-%{version}.tar.
|
||||
Patch0: qtlocalpeer.patch
|
||||
# https://launchpadlibrarian.net/105980691/inhibit-screensaver-during-playback
|
||||
Patch1: inhibit_screensaver_during_playback.patch
|
||||
# Disable online update check: from home:jetchko:fedora20 > minitube
|
||||
Patch2: disable_update_check.patch
|
||||
# YouTube Legal Team asked to remove the download functionality
|
||||
Patch2: enable_vid_download_again.patch
|
||||
Patch3: enable_vid_download_again.patch
|
||||
BuildRequires: libqt4-devel >= 4.5.0
|
||||
BuildRequires: phonon-devel
|
||||
BuildRequires: update-desktop-files
|
||||
@@ -51,8 +53,9 @@ Author:
|
||||
%setup -q -n minitube
|
||||
%patch0
|
||||
%patch1
|
||||
%patch2
|
||||
# enable this patch to enable video downloads
|
||||
#%patch2
|
||||
#%patch3
|
||||
|
||||
%build
|
||||
qmake PREFIX=%{_prefix}
|
||||
|
Reference in New Issue
Block a user