commit 1128bd918791ce33901b9eacff73659cdd82597f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jan 28 23:13:51 2019 +0000
Update smplayer to 19.1.0
.gitignore | 1 +
smplayer.spec | 9 ++++++---
smtube-16.3.0-system-qtsingleapplication.patch | 18 ------------------
smtube-18.11.0-system-qtsingleapplication.patch | 18 ++++++++++++++++++
sources | 2 +-
update_smplayer.sh | 2 +-
6 files changed, 27 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0d69af..c4c33c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@ smtube-16.3.0.tar.bz2
/smtube-18.9.0.tar.bz2
/smplayer-18.10.0.tar.bz2
/smtube-18.11.0.tar.bz2
+/smplayer-19.1.0.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index 215ab4b..52e88c3 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,9 +1,9 @@
Name: smplayer
-Version: 18.10.0
+Version: 19.1.0
%global smtube_ver 18.11.0
%global smplayer_themes_ver 18.6.0
%global smplayer_skins_ver 15.2.0
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: A graphical frontend for mplayer and mpv
Group: Applications/Multimedia
@@ -17,7 +17,7 @@ Source4:
http://downloads.sourceforge.net/smplayer/smplayer-skins-%{smpla
#
https://bugzilla.rpmfusion.org/show_bug.cgi?id=1217
Patch0: smplayer-0.8.3-desktop-files.patch
Patch2: smplayer-14.9.0.6966-system-qtsingleapplication.patch
-Patch3: smtube-16.3.0-system-qtsingleapplication.patch
+Patch3: smtube-18.11.0-system-qtsingleapplication.patch
BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
@@ -211,6 +211,9 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Mon Jan 28 2019 Sérgio Basto <sergio(a)serjux.com> - 19.1.0-1
+- Update smplayer to 19.1.0
+
* Fri Jan 04 2019 Sérgio Basto <sergio(a)serjux.com> - 18.10.0-2
- Update smtube to 18.11.0
diff --git a/smtube-18.11.0-system-qtsingleapplication.patch
b/smtube-18.11.0-system-qtsingleapplication.patch
new file mode 100644
index 0000000..1dda857
--- /dev/null
+++ b/smtube-18.11.0-system-qtsingleapplication.patch
@@ -0,0 +1,18 @@
+--- ./src/smtube.pro.orig 2018-10-21 21:26:43.000000000 +0100
++++ ./src/smtube.pro 2019-01-28 23:30:30.552083907 +0000
+@@ -1,6 +1,7 @@
+
+ TEMPLATE = app
+ QT += network
++INCLUDEPATH += qtsingleapplication
+
+ CONFIG += release
+ #CONFIG += debug
+@@ -9,6 +10,7 @@ DEFINES += USE_PLAYERS
+ DEFINES += YT_USE_SIG
+ #DEFINES += D_BUTTON
+ DEFINES += STYLE_SWITCHING
++DEFINES += USE_SINGLE_APPLICATION
+
+ # If Qt >= 5.4
+ greaterThan(QT_MAJOR_VERSION, 4):greaterThan(QT_MINOR_VERSION, 3) {
diff --git a/sources b/sources
index 6a34acb..8151426 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-2785988247e3ee9aa94ee2010473c08a smplayer-18.10.0.tar.bz2
+225d728d9756d58d9098aa60ef92bf25 smplayer-19.1.0.tar.bz2
ffedec06fc5895e42d0afb284d760e6c smtube-18.11.0.tar.bz2
8fe83cd59189291ca0d3beea1991e50b smplayer-themes-18.6.0.tar.bz2
57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
diff --git a/update_smplayer.sh b/update_smplayer.sh
index fcdd1fc..0b96ce8 100755
--- a/update_smplayer.sh
+++ b/update_smplayer.sh
@@ -1,4 +1,4 @@
-version=18.10.0
+version=19.1.0
stube_ver=18.11.0
themes_ver=18.6.0
skins_ver=15.2.0