Accepting request 298056 from home:XRevan86
- Update to 2.4: * Use YouTube APIs version 3. * Use HTTPS everywhere for better privacy and security. * Automatically load more videos in the playlist for less clicking. * Fix subscriptions sorting. * Fix toolbar style. * Add and update translations. - Rebase minitube-no-update-check.patch. OBS-URL: https://build.opensuse.org/request/show/298056 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=19
This commit is contained in:
parent
6a5b17c031
commit
05f2e739fc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72d217d936106f2c106583fe2db563307586decead216552e487a176a0b2dc3c
|
||||
size 954674
|
3
minitube-2.4.tar.gz
Normal file
3
minitube-2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d8a427a4120d623c689969d92904bf66bf7d3edafcb0f6f9eb7f24d6db39c7b
|
||||
size 984265
|
@ -1,11 +1,12 @@
|
||||
--- src/mainwindow.cpp.orig 2014-07-20 11:07:09.000000000 +0200
|
||||
+++ src/mainwindow.cpp 2014-08-04 20:24:50.755541329 +0200
|
||||
@@ -197,7 +197,7 @@
|
||||
diff -aur a/src/mainwindow.cpp b/src/mainwindow.cpp
|
||||
--- a/src/mainwindow.cpp
|
||||
+++ b/src/mainwindow.cpp
|
||||
@@ -207,7 +207,7 @@
|
||||
|
||||
JsFunctions::instance();
|
||||
|
||||
- checkForUpdate();
|
||||
+ //checkForUpdate();
|
||||
|
||||
ChannelAggregator::instance()->start();
|
||||
}
|
||||
|
||||
void MainWindow::changeEvent(QEvent* event) {
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 19 15:21:16 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 2.4:
|
||||
* Use YouTube APIs version 3.
|
||||
* Use HTTPS everywhere for better privacy and security.
|
||||
* Automatically load more videos in the playlist for less clicking.
|
||||
* Fix subscriptions sorting.
|
||||
* Fix toolbar style.
|
||||
* Add and update translations.
|
||||
- Rebase minitube-no-update-check.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 28 13:32:01 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: minitube
|
||||
Version: 2.3.1
|
||||
Version: 2.4
|
||||
Release: 0
|
||||
Summary: Native Youtube Client
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
Url: http://flavio.tordini.org/minitube
|
||||
Source: https://gitorious.org/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source: https://github.com/flaviotordini/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
# Manpage written by Jakob Haufe <sur5r@sur5r.net> for the Debian project
|
||||
Source1: minitube.1
|
||||
# PATCH-FIX-OPENSUSE minitube-no-update-check.patch sur5r@sur5r.net -- Disable update check.
|
||||
@ -54,8 +54,8 @@ it strives to create a new TV-like experience.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}
|
||||
%patch0
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1
|
||||
|
||||
%build
|
||||
@ -71,6 +71,14 @@ install -Dm 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
%suse_update_desktop_file -r %{name} AudioVideo Video Player
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS CHANGES COPYING TODO
|
||||
@ -81,7 +89,7 @@ install -Dm 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
%dir %{_datadir}/icons/hicolor/*/
|
||||
%dir %{_datadir}/icons/hicolor/*/apps/
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}*
|
||||
%{_mandir}/man?/%{name}*
|
||||
%{_mandir}/man?/%{name}.?%{?ext_man}
|
||||
|
||||
%files lang
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user