diff --git a/enable_vid_download_again.patch b/enable_vid_download_again.patch index 0d9741b..1dfce4c 100644 --- a/enable_vid_download_again.patch +++ b/enable_vid_download_again.patch @@ -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 diff --git a/fix_missing_locale.patch b/fix_missing_locale.patch deleted file mode 100644 index b2efa6d..0000000 --- a/fix_missing_locale.patch +++ /dev/null @@ -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 diff --git a/inhibit_screensaver_during_playback.patch b/inhibit_screensaver_during_playback.patch index a07a941..e28a2e8 100644 --- a/inhibit_screensaver_during_playback.patch +++ b/inhibit_screensaver_during_playback.patch @@ -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(); diff --git a/minitube-2.1.5.tar.gz b/minitube-2.1.5.tar.gz deleted file mode 100644 index 021dad2..0000000 --- a/minitube-2.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8fc812c007de8998c4d07983a7397a25ff1ec77da07766f155314c05ed14c59 -size 819076 diff --git a/minitube-2.1.6.tar.gz b/minitube-2.1.6.tar.gz new file mode 100644 index 0000000..e190621 --- /dev/null +++ b/minitube-2.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9b9386f20e42274c1b13a729268f1cb8e7978d3ae930f8acdff7d3b270c724 +size 870000 diff --git a/minitube.changes b/minitube.changes index e61fc71..5d73142 100644 --- a/minitube.changes +++ b/minitube.changes @@ -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 diff --git a/minitube.spec b/minitube.spec index e47f50e..1fcd1cb 100644 --- a/minitube.spec +++ b/minitube.spec @@ -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 @@ -54,8 +52,8 @@ Author: %patch0 %patch1 # enable this patch to enable video downloads -# %patch2 -%patch3 +#%patch2 + %build qmake PREFIX=%{_prefix} make %{?_smp_mflags} diff --git a/qtlocalpeer.patch b/qtlocalpeer.patch index 9381801..03850b2 100644 --- a/qtlocalpeer.patch +++ b/qtlocalpeer.patch @@ -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 @@