Hello community,

here is the log from the commit of package smplayer for openSUSE:Factory 
checked in at 2016-04-05 10:44:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/smplayer (Old)
 and      /work/SRC/openSUSE:Factory/.smplayer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "smplayer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/smplayer/smplayer.changes        2016-01-20 
09:54:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.smplayer.new/smplayer.changes   2016-04-05 
10:44:25.000000000 +0200
@@ -1,0 +2,29 @@
+Sun Apr  3 11:25:43 UTC 2016 - [email protected]
+
+- Update to 16.4.0:
+  * Now it's easier to switch between MPlayer and MPV
+    (Preferences -> General, select either mplayer or mpv as
+    multimedia engine).
+  * The extrastereo filter works again when using MPV.
+  * Possibility to use the VLC shortcuts (Preferences -> Keyboard
+    and mouse, click the load button, select vlc.keys)
+  * Possibility to enable mouse gestures (when the mouse is dragged
+    up or down in the video window the volume changes. If dragged
+    left or right it changes the time position).
+    You can enable this option in Preferences -> Keyboard and
+    mouse -> Mouse -> Drag function: seek and volume.
+  * A fix for saving bookmarks.
+  * The option for streaming sites in Preferences -> Network is
+    different now, and allows these values:
+    + Disabled: support for video sites is turned off.
+    + Auto: enables the internal support for YouTube and uses
+      MPV + youtube-dl for the rest of websites.
+    + YouTube: only the internal support for YouTube will be used.
+    + MPV + youtube-dl: uses mpv + youtube-dl for all websites.
+  * An animated icon has been added in the status bar to indicate
+    when the player is buffering.
+  * A new layout is used to display the media information
+    (Options -> View info and properties).
+- Rebase smplayer-defaults.patch, smplayer-simple-resize.patch.
+
+-------------------------------------------------------------------

Old:
----
  smplayer-16.1.0.tar.bz2

New:
----
  smplayer-16.4.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ smplayer.spec ++++++
--- /var/tmp/diff_new_pack.8BXWhz/_old  2016-04-05 10:44:26.000000000 +0200
+++ /var/tmp/diff_new_pack.8BXWhz/_new  2016-04-05 10:44:26.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           smplayer
-Version:        16.1.0
+Version:        16.4.0
 Release:        0
 Summary:        Complete frontend for MPV
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Video/Players
 Url:            http://smplayer.es/
-Source0:        http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2
+Source:         http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE smplayer-makeflags.patch
 Patch0:         %{name}-makeflags.patch
 # PATCH-FEATURE-OPENSUSE smplayer-defaults.patch [email protected] -- Use 
PulseAudio, MPV, and "Tango" icon theme by default.
@@ -91,7 +91,7 @@
 cat << EOF >> "$f"
 
 DEFINES += NO_DEBUG_ON_CONSOLE
-DEFINES -= SHAREWIDGET
+DEFINES -= SHARE_WIDGET
 DEFINES -= UPDATE_CHECKER
 QMAKE_CFLAGS += %{optflags}
 QMAKE_CXXFLAGS += %{optflags}

++++++ smplayer-16.1.0.tar.bz2 -> smplayer-16.4.0.tar.bz2 ++++++
++++ 352427 lines of diff (skipped)

++++++ smplayer-defaults.patch ++++++
--- /var/tmp/diff_new_pack.8BXWhz/_old  2016-04-05 10:44:30.000000000 +0200
+++ /var/tmp/diff_new_pack.8BXWhz/_new  2016-04-05 10:44:30.000000000 +0200
@@ -1,6 +1,6 @@
 --- a/src/core.cpp
 +++ b/src/core.cpp
-@@ -1717,6 +1717,8 @@ void Core::startMplayer( QString file, d
+@@ -1719,6 +1719,8 @@ void Core::startMplayer( QString file, d
        if (pref->ao != "player_default") {
                if (!pref->ao.isEmpty()) {
                        proc->setOption("ao", pref->ao );
@@ -23,7 +23,7 @@
  #endif
  
        vo = ""; 
-@@ -420,7 +420,7 @@ void Preferences::reset() {
+@@ -422,7 +422,7 @@ void Preferences::reset() {
        allow_video_movement = false;
  
        gui = "DefaultGUI";
@@ -32,7 +32,7 @@
  
  
  #if USE_MINIMUMSIZE
-@@ -558,7 +558,7 @@ void Preferences::reset() {
+@@ -575,7 +575,7 @@ void Preferences::reset() {
  
  #ifdef CHECK_UPGRADED
        smplayer_stable_version = "";
@@ -43,7 +43,7 @@
        smplayer_version = "";
 --- a/src/prefgeneral.cpp
 +++ b/src/prefgeneral.cpp
-@@ -193,6 +193,9 @@ void PrefGeneral::setData(Preferences *
+@@ -231,6 +231,9 @@ void PrefGeneral::setData(Preferences *
  
        QString ao = pref->ao;
  

++++++ smplayer-simple-resize.patch ++++++
--- /var/tmp/diff_new_pack.8BXWhz/_old  2016-04-05 10:44:30.000000000 +0200
+++ /var/tmp/diff_new_pack.8BXWhz/_new  2016-04-05 10:44:30.000000000 +0200
@@ -1,6 +1,6 @@
 --- a/src/basegui.cpp
 +++ b/src/basegui.cpp
-@@ -4958,6 +4958,8 @@ void BaseGui::gotCurrentTime(double sec)
+@@ -5163,6 +5163,8 @@ void BaseGui::gotCurrentTime(double sec)
  void BaseGui::changeSizeFactor(int factor) {
        // If fullscreen, don't resize!
        if (pref->fullscreen) return;


Reply via email to