Accepting request 828550 from home:Kieltux:branches:multimedia:apps
- Update to version 3.5.1: - Update README.md - Fix build - Better server init - Update http - Better Invidious code - Disable yt key warning - Drop minitube-build-fix.patch. Fixed upstream. - Update to version 3.5: * Minitube uses now the Invidious API. No need to use a Google API key anymore. - Rebase minitube-no-update-check.patch: Disable build of internal updater. - Add minitube-build-fix.patch. See https://github.com/flaviotordini/minitube/issues/168 OBS-URL: https://build.opensuse.org/request/show/828550 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=56
This commit is contained in:
parent
99c7d061d9
commit
3bd5132fd2
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/flaviotordini/minitube.git</param>
|
||||
<param name="filename">minitube</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">3.4.2</param>
|
||||
<param name="revision">3.5.1</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:067cc710a85c535f5023fb3b6ac29df75b3c983686ce83e237169268f070eaad
|
||||
size 879516
|
3
minitube-3.5.1.tar.xz
Normal file
3
minitube-3.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46f8931fa404fae83428a81fbde7dadc80b59ba81ca18e21048945c62a0a61cd
|
||||
size 893280
|
@ -1,12 +1,8 @@
|
||||
diff -Nur minitube-3.4/src/mainwindow.cpp new/src/mainwindow.cpp
|
||||
--- minitube-3.4/src/mainwindow.cpp 2020-05-29 16:37:47.000000000 +0200
|
||||
+++ new/src/mainwindow.cpp 2020-05-31 15:56:15.998171572 +0200
|
||||
@@ -216,7 +216,7 @@
|
||||
diff -Nur minitube-3.5/lib/updater/updater.pri new/lib/updater/updater.pri
|
||||
--- minitube-3.5/lib/updater/updater.pri 2020-08-06 21:22:39.000000000 +0200
|
||||
+++ new/lib/updater/updater.pri 2020-08-09 10:32:05.280971576 +0200
|
||||
@@ -1,4 +1,3 @@
|
||||
-DEFINES *= UPDATER
|
||||
|
||||
ChannelAggregator::instance()->start();
|
||||
|
||||
- checkForUpdate();
|
||||
+ //checkForUpdate();
|
||||
|
||||
initialized = true;
|
||||
}
|
||||
INCLUDEPATH += $$PWD/src
|
||||
DEPENDPATH += $$PWD/src
|
||||
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 17:46:33 UTC 2020 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
- Update to version 3.5.1:
|
||||
- Update README.md
|
||||
- Fix build
|
||||
- Better server init
|
||||
- Update http
|
||||
- Better Invidious code
|
||||
- Disable yt key warning
|
||||
- Drop minitube-build-fix.patch. Fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 15 06:34:36 UTC 2020 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
- Update to version 3.5:
|
||||
* Minitube uses now the Invidious API. No need to use a Google
|
||||
API key anymore.
|
||||
- Rebase minitube-no-update-check.patch: Disable build of internal
|
||||
updater.
|
||||
- Add minitube-build-fix.patch. See
|
||||
https://github.com/flaviotordini/minitube/issues/168
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 11 16:16:27 UTC 2020 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: minitube
|
||||
Version: 3.4.2
|
||||
Version: 3.5.1
|
||||
Release: 0
|
||||
Summary: Native YouTube Client
|
||||
License: GPL-3.0-or-later
|
||||
@ -26,7 +26,7 @@ URL: https://flavio.tordini.org/minitube
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
# 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.
|
||||
# PATCH-FIX-OPENSUSE minitube-no-update-check.patch -- Disable build of internal updater
|
||||
Patch0: %{name}-no-update-check.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: hicolor-icon-theme
|
||||
@ -65,7 +65,6 @@ sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/aboutview.cpp
|
||||
|
||||
%build
|
||||
%qmake5 \
|
||||
"DEFINES+=APP_GOOGLE_API_KEY=AIzaSyBs1wuIgc-QDnk5u7OavF1loJVO0r89B4Y" \
|
||||
PREFIX=%{_prefix}
|
||||
%make_build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user