Author: sergiomb
Update of /cvs/free/rpms/smplayer/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26883
Modified Files:
.cvsignore smplayer-0.8.1-system-qtsingleapplication.patch
smplayer.spec sources
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
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-16/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore 17 Dec 2012 04:02:07 -0000 1.16
+++ .cvsignore 24 Dec 2012 13:53:19 -0000 1.17
@@ -1,2 +1,2 @@
-smplayer-0.8.2.1.tar.bz2
-smtube-1.4.tar.bz2
+smplayer-0.8.3.tar.bz2
+smtube-1.5.tar.bz2
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/F-16/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 04:02:07 -0000 1.3
+++ smplayer-0.8.1-system-qtsingleapplication.patch 24 Dec 2012 13:53:20 -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/F-16/smplayer.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- smplayer.spec 17 Dec 2012 04:02:08 -0000 1.21
+++ smplayer.spec 24 Dec 2012 13:53:20 -0000 1.22
@@ -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 .
Index: sources
===================================================================
RCS file: /cvs/free/rpms/smplayer/F-16/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources 17 Dec 2012 04:02:08 -0000 1.18
+++ sources 24 Dec 2012 13:53:20 -0000 1.19
@@ -1,2 +1,2 @@
-3b3cad54b2f7f0026ab285de055bf40e smplayer-0.8.2.1.tar.bz2
-4c9a8bc54311408e479482798ee87a28 smtube-1.4.tar.bz2
+48755bffdff3878df32d8c047d7a3d52 smplayer-0.8.3.tar.bz2
+030327f3e9fbdf901967cf82c058fd1f smtube-1.5.tar.bz2
Show replies by date