Accepting request 221305 from home:Kieltux:branches:multimedia:apps

- removed  unneeded patch for missing locale files in last minitube version (2.1.5)
- update to 2.1.6
  * Fix some videos not playing
  * Remove obsolete categories in the Browse tab

OBS-URL: https://build.opensuse.org/request/show/221305
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=12
This commit is contained in:
Matthias Mailänder 2014-02-07 17:35:30 +00:00 committed by Git OBS Bridge
parent 30a38884ec
commit b17c04f892
8 changed files with 23 additions and 28 deletions

View File

@ -1,5 +1,5 @@
--- minitube.pro.orig 2013-12-19 00:37:27.000000000 +0100
+++ minitube.pro 2013-12-28 16:22:34.000000000 +0100
--- minitube.pro.orig 2014-02-05 23:39:02.000000000 +0100
+++ minitube.pro 2014-02-07 17:52:51.412653234 +0100
@@ -12,6 +12,7 @@
DEFINES *= QT_NO_DEBUG_OUTPUT
DEFINES *= QT_USE_QSTRINGBUILDER

View File

@ -1,11 +0,0 @@
--- locale/locale.pri.orig 2013-12-19 00:37:27.000000000 +0100
+++ locale/locale.pri 2013-12-28 16:32:36.144548501 +0100
@@ -4,7 +4,7 @@
DEPENDPATH += $$PWD
# ls -1 *.ts | tr '\n' ' '
-TRANSLATIONS += ar.ts ast.ts be.ts bg_BG.ts ca.ts ca_ES.ts cs_CZ.ts da.ts de_DE.ts el.ts en.ts es.ts es_AR.ts es_ES.ts es_MX.ts fi.ts fi_FI.ts fr.ts gl.ts he_IL.ts hr.ts hu.ts ia.ts it.ts ja_JP.ts ky.ts ms_MY.ts nb.ts nl.ts pl.ts pl_PL.ts pt.ts pt_BR.ts ro.ts ru.ts sk.ts sl.ts sq.ts sv_SE.ts tr.ts uk.ts uk_UA.ts vi.ts zh_CN.ts zh_TW.ts
+TRANSLATIONS += ar.ts ast.ts bg_BG.ts ca.ts cs_CZ.ts da.ts de_DE.ts el.ts en.ts es.ts es_AR.ts es_ES.ts fi.ts fi_FI.ts fr.ts gl.ts he_IL.ts hu.ts ia.ts it.ts ja_JP.ts ky.ts ms_MY.ts nb.ts nl.ts pl.ts pl_PL.ts pt_BR.ts ro.ts ru.ts sk.ts sl.ts sq.ts sv_SE.ts tr.ts uk.ts uk_UA.ts zh_CN.ts zh_TW.ts
isEmpty(QMAKE_LRELEASE) {
win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe
else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease

View File

@ -1,5 +1,5 @@
--- src/mainwindow.cpp.orig 2013-12-19 00:37:27.000000000 +0100
+++ src/mainwindow.cpp 2013-12-28 16:20:29.777270651 +0100
--- src/mainwindow.cpp.orig 2014-02-05 23:39:02.000000000 +0100
+++ src/mainwindow.cpp 2014-02-07 17:59:49.881179373 +0100
@@ -52,6 +52,7 @@
#else
#include "searchlineedit.h"
@ -45,8 +45,8 @@
void MainWindow::stop() {
mediaView->stop();
showHome();
--- src/mainwindow.h.orig 2013-12-19 00:37:27.000000000 +0100
+++ src/mainwindow.h 2013-12-28 16:21:16.579035609 +0100
--- src/mainwindow.h.orig 2014-02-05 23:39:02.000000000 +0100
+++ src/mainwindow.h 2014-02-07 17:55:56.229563829 +0100
@@ -103,6 +103,7 @@
void setDefinitionMode(QString definitionName);
void toggleDefinitionMode();

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8fc812c007de8998c4d07983a7397a25ff1ec77da07766f155314c05ed14c59
size 819076

3
minitube-2.1.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a9b9386f20e42274c1b13a729268f1cb8e7978d3ae930f8acdff7d3b270c724
size 870000

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Feb 7 17:10:08 UTC 2014 - kieltux@gmail.com
- update to 2.1.6
* Fix some videos not playing
* Remove obsolete categories in the Browse tab
- removed now unneeded patch for missing locale files
-------------------------------------------------------------------
Sat Dec 28 15:44:13 UTC 2013 - kieltux@gmail.com

View File

@ -16,8 +16,8 @@
#
Name: minitube
Version: 2.1.5
Release: 1
Version: 2.1.6
Release: 0
License: GPL-3.0+
Summary: Native Youtube Client
Url: http://flavio.tordini.org/minitube
@ -28,8 +28,6 @@ Patch0: qtlocalpeer.patch
Patch1: inhibit_screensaver_during_playback.patch
# YouTube Legal Team asked to remove the download functionality
Patch2: enable_vid_download_again.patch
# Some locale files (be.ts, ca_ES.ts, es_MX.ts, hr.ts, pt.ts, vi.ts) are missing in source package
Patch3: fix_missing_locale.patch
BuildRequires: libqt4-devel >= 4.5.0
BuildRequires: phonon-devel
BuildRequires: update-desktop-files
@ -55,7 +53,7 @@ Author:
%patch1
# enable this patch to enable video downloads
#%patch2
%patch3
%build
qmake PREFIX=%{_prefix}
make %{?_smp_mflags}

View File

@ -1,5 +1,5 @@
--- src/qtsingleapplication/qtlocalpeer.cpp.orig 2013-12-19 00:37:27.000000000 +0100
+++ src/qtsingleapplication/qtlocalpeer.cpp 2013-12-28 16:22:00.804813546 +0100
--- src/qtsingleapplication/qtlocalpeer.cpp.orig 2014-02-05 23:39:02.000000000 +0100
+++ src/qtsingleapplication/qtlocalpeer.cpp 2014-02-07 17:53:22.356471304 +0100
@@ -46,6 +46,7 @@