Author: sergiomb
Update of /cvs/free/rpms/smplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25682
Modified Files:
smplayer-0.8.1-system-qtsingleapplication.patch smplayer.spec
Added Files:
smplayer-0.8.3-smtube-system-qtsingleapplication.patch
Log Message:
* Mon Dec 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.8.3-1
- New updates to smplayer-0.8.3 and smtube-1.5 . Fix for Youtube playback.
smplayer-0.8.3-smtube-system-qtsingleapplication.patch:
smtube.pro | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
--- NEW FILE smplayer-0.8.3-smtube-system-qtsingleapplication.patch ---
--- smtube-1.5/src/smtube.pro.qtsingleapplication 2012-11-30 16:46:02.000000000 +0000
+++ smtube-1.5/src/smtube.pro 2012-12-17 03:10:55.424870074 +0000
@@ -5,10 +5,11 @@
TEMPLATE = app
QT += network xml
TARGET =
-DEPENDPATH += . qtsingleapplication
-INCLUDEPATH += . qtsingleapplication
+DEPENDPATH += .
+INCLUDEPATH += .
CONFIG += qt warn_on release
+CONFIG += qtsingleapplication
RESOURCES = icons.qrc
@@ -65,10 +66,6 @@ TRANSLATIONS = translations/smtube_es.ts
translations/smtube_gl.ts \
translations/smtube_el.ts
-# qtsingleapplication
-SOURCES += qtsingleapplication.cpp qtlocalpeer.cpp
-HEADERS += qtsingleapplication.h qtlocalpeer.h
-
unix {
UI_DIR = .ui
MOC_DIR = .moc
smplayer-0.8.1-system-qtsingleapplication.patch:
smplayer.pro | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
Index: smplayer-0.8.1-system-qtsingleapplication.patch
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/smplayer-0.8.1-system-qtsingleapplication.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smplayer-0.8.1-system-qtsingleapplication.patch 17 Dec 2012 03:58:19 -0000 1.3
+++ smplayer-0.8.1-system-qtsingleapplication.patch 24 Dec 2012 13:16:11 -0000 1.4
@@ -1,30 +1,3 @@
---- smplayer-0.8.2.1/smtube-1.4/src/smtube.pro.qtsingleapplication 2012-11-30
16:46:02.000000000 +0000
-+++ smplayer-0.8.2.1/smtube-1.4/src/smtube.pro 2012-12-17 03:10:55.424870074 +0000
-@@ -5,10 +5,11 @@
- TEMPLATE = app
- QT += network xml
- TARGET =
--DEPENDPATH += . qtsingleapplication
--INCLUDEPATH += . qtsingleapplication
-+DEPENDPATH += .
-+INCLUDEPATH += .
-
- CONFIG += qt warn_on release
-+CONFIG += qtsingleapplication
-
- RESOURCES = icons.qrc
-
-@@ -65,10 +66,6 @@ TRANSLATIONS = translations/smtube_es.ts
- translations/smtube_gl.ts \
- translations/smtube_el.ts
-
--# qtsingleapplication
--SOURCES += qtsingleapplication.cpp qtlocalpeer.cpp
--HEADERS += qtsingleapplication.h qtlocalpeer.h
--
- unix {
- UI_DIR = .ui
- MOC_DIR = .moc
--- smplayer-0.8.1/src/smplayer.pro 2012-06-01 18:37:36.000000000 +0300
+++ smplayer-0.8.1/src/smplayer.pro 2012-09-20 13:11:52.937317532 +0300
@@ -3,6 +3,7 @@
Index: smplayer.spec
===================================================================
RCS file: /cvs/free/rpms/smplayer/devel/smplayer.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- smplayer.spec 17 Dec 2012 03:58:19 -0000 1.26
+++ smplayer.spec 24 Dec 2012 13:16:11 -0000 1.27
@@ -1,7 +1,7 @@
-%global smtube_ver 1.4
+%global smtube_ver 1.5
Name: smplayer
-Version: 0.8.2.1
+Version: 0.8.3
Release: 1%{?dist}
Summary: A graphical frontend for mplayer
@@ -19,6 +19,7 @@
Patch0: smplayer-0.8.0-desktop-files.patch
Patch1: smplayer-0.8.1-system-quazip.patch
Patch2: smplayer-0.8.1-system-qtsingleapplication.patch
+Patch3: smplayer-0.8.3-smtube-system-qtsingleapplication.patch
BuildRequires: desktop-file-utils
BuildRequires: qt4-devel
@@ -48,6 +49,9 @@
%patch0 -p0 -b .desktop-files
%patch1 -p1 -b .quazip
%patch2 -p1 -b .qtsingleapplication
+pushd smtube-%{smtube_ver}
+%patch3 -p1 -b .qtsingleapplication
+popd
# correction for wrong-file-end-of-line-encoding
%{__sed} -i 's/\r//' *.txt
@@ -127,6 +131,9 @@
%{_datadir}/kde4/services/ServiceMenus/smplayer_enqueue.desktop
%changelog
+* Mon Dec 24 2012 Sérgio Basto <sergio(a)serjux.com> - 0.8.3-1
+- New updates to smplayer-0.8.3 and smtube-1.5 . Fix for Youtube playback.
+
* Mon Dec 17 2012 Sérgio Basto <sergio(a)serjux.com> - 0.8.2.1-1
- New updates to smplayer-0.8.2.1 and smtube-1.4 .