Accepting request 500234 from home:Kieltux:branches:multimedia:apps
- Update to 2.7 * Show toolbar only in "media view" * Don't draw channel in playlist when all videos from same channel * Use system proxies * Ability to hide menu on Windows and Linux * Use system icons on Linux * Remove slider custom style on Windows and Linux * Long press on stop toolbar button to show "Stop After This" menu on Windows and Linux * Style tweaks * Fix sidebar resizing on Mac * Fix floating garbage on fullscreen on Mac * Fix painting issues in "search view" on Linux * Updated translations - Removed obsolete appdata.patch (fixed upstream https://github.com/flaviotordini/minitube/pull/52) OBS-URL: https://build.opensuse.org/request/show/500234 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=33
This commit is contained in:
parent
bf40ac35fe
commit
0ecd4fa226
@ -1,57 +0,0 @@
|
|||||||
From 65acfc49047467609e6551d2cbfc64be522ea09e Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= <matthias@mailaender.name>
|
|
||||||
Date: Sun, 18 Sep 2016 08:08:18 +0200
|
|
||||||
Subject: [PATCH] Add an appdata.xml file.
|
|
||||||
|
|
||||||
---
|
|
||||||
minitube.appdata.xml | 19 +++++++++++++++++++
|
|
||||||
minitube.pro | 3 +++
|
|
||||||
2 files changed, 22 insertions(+)
|
|
||||||
create mode 100644 minitube.appdata.xml
|
|
||||||
|
|
||||||
diff --git a/minitube.appdata.xml b/minitube.appdata.xml
|
|
||||||
new file mode 100644
|
|
||||||
index 0000000..c6547b6
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/minitube.appdata.xml
|
|
||||||
@@ -0,0 +1,19 @@
|
|
||||||
+<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
+<application>
|
|
||||||
+ <id type="desktop">minitube.desktop</id>
|
|
||||||
+ <metadata_license>CC0-1.0</metadata_license>
|
|
||||||
+ <license>GPL-3.0+</license>
|
|
||||||
+ <summary>YouTube app</summary>
|
|
||||||
+ <description>
|
|
||||||
+ <p>
|
|
||||||
+ Minitube is a YouTube desktop application.
|
|
||||||
+ </p>
|
|
||||||
+ </description>
|
|
||||||
+ <url type="homepage">http://flavio.tordini.org/minitube</url>
|
|
||||||
+ <screenshots>
|
|
||||||
+ <screenshot type="default">http://flavio.tordini.org/files/minitube/minitube-04.jpg</screenshot>
|
|
||||||
+ <screenshot>http://flavio.tordini.org/files/minitube/minitube-03.jpg</screenshot>
|
|
||||||
+ <screenshot>http://flavio.tordini.org/files/minitube/minitube-02.jpg</screenshot>
|
|
||||||
+ <screenshot>http://flavio.tordini.org/files/minitube/minitube-01.jpg</screenshot>
|
|
||||||
+ </screenshots>
|
|
||||||
+</application>
|
|
||||||
diff --git a/minitube.pro b/minitube.pro
|
|
||||||
index 42d8808..1e2b1ae 100644
|
|
||||||
--- a/minitube.pro
|
|
||||||
+++ b/minitube.pro
|
|
||||||
@@ -215,6 +215,7 @@ unix:!mac {
|
|
||||||
PKGDATADIR=\\\"$$PKGDATADIR\\\"
|
|
||||||
INSTALLS += translations \
|
|
||||||
desktop \
|
|
||||||
+ appdata \
|
|
||||||
iconsvg \
|
|
||||||
icon16 \
|
|
||||||
icon22 \
|
|
||||||
@@ -228,6 +229,8 @@ unix:!mac {
|
|
||||||
translations.files += $$DESTDIR/locale
|
|
||||||
desktop.path = $$DATADIR/applications
|
|
||||||
desktop.files += minitube.desktop
|
|
||||||
+ appdata.path = $$DATADIR/appdata
|
|
||||||
+ appdata.files += minitube.appdata.xml
|
|
||||||
iconsvg.path = $$DATADIR/icons/hicolor/scalable/apps
|
|
||||||
iconsvg.files += data/minitube.svg
|
|
||||||
icon16.path = $$DATADIR/icons/hicolor/16x16/apps
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae48d2af82c8fa841021f84059b2c7723c39e3efeaa7b2ad3944a4c6cb340c0e
|
|
||||||
size 1086925
|
|
3
minitube-2.7.tar.gz
Normal file
3
minitube-2.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef330a3da1ed46da0abb64e0f1ece5c56427103a79dbfbcebadf69004f0f7468
|
||||||
|
size 994674
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 31 19:01:51 UTC 2017 - kieltux@gmail.com
|
||||||
|
|
||||||
|
- Update to 2.7
|
||||||
|
* Show toolbar only in "media view"
|
||||||
|
* Don't draw channel in playlist when all videos from same channel
|
||||||
|
* Use system proxies
|
||||||
|
* Ability to hide menu on Windows and Linux
|
||||||
|
* Use system icons on Linux
|
||||||
|
* Remove slider custom style on Windows and Linux
|
||||||
|
* Long press on stop toolbar button to show
|
||||||
|
"Stop After This" menu on Windows and Linux
|
||||||
|
* Style tweaks
|
||||||
|
* Fix sidebar resizing on Mac
|
||||||
|
* Fix floating garbage on fullscreen on Mac
|
||||||
|
* Fix painting issues in "search view" on Linux
|
||||||
|
* Updated translations
|
||||||
|
- Removed obsolete appdata.patch (fixed upstream
|
||||||
|
https://github.com/flaviotordini/minitube/pull/52)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 11 17:26:06 UTC 2017 - kieltux@gmail.com
|
Sat Feb 11 17:26:06 UTC 2017 - kieltux@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: minitube
|
Name: minitube
|
||||||
Version: 2.6
|
Version: 2.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Native YouTube Client
|
Summary: Native YouTube Client
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -28,8 +28,6 @@ Source: https://github.com/flaviotordini/%{name}/archive/%{version}.tar.
|
|||||||
Source1: minitube.1
|
Source1: minitube.1
|
||||||
# PATCH-FIX-OPENSUSE minitube-no-update-check.patch sur5r@sur5r.net -- Disable update check.
|
# PATCH-FIX-OPENSUSE minitube-no-update-check.patch sur5r@sur5r.net -- Disable update check.
|
||||||
Patch0: %{name}-no-update-check.patch
|
Patch0: %{name}-no-update-check.patch
|
||||||
# PATCH-FEATURE-UPSTREAM https://github.com/flaviotordini/minitube/pull/52
|
|
||||||
Patch1: appdata.patch
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: libqt5-linguist
|
BuildRequires: libqt5-linguist
|
||||||
@ -58,7 +56,6 @@ it strives to create a new TV-like experience.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%qmake5 \
|
%qmake5 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user