Hello community,

here is the log from the commit of package smplayer for openSUSE:Factory 
checked in at 2016-11-10 13:22:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-12 
13:27:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.smplayer.new/smplayer.changes   2016-11-10 
13:22:25.000000000 +0100
@@ -1,0 +2,28 @@
+Tue Nov  8 13:37:05 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 16.11.0:
+  * (Playlist) Add a popup menu with the load/save options.
+  * Store the playlist filename and display "*" in the title when
+    the playlist is modified and not saved.
+  * (Playlist) Add a 'save as' button.
+  * Add an option in Preferences -> Interface to play the next
+    file automatically or not.
+  * Add the option 'Start playback after loading a playlist' in
+    Preferences -> Playlist.
+  * Add the option 'Auto sort' in Preferences -> Playlist.
+  * Fix when the additional options for mpv contain quotes.
+  * Add option 'Case sensitive search' in Preferences -> Playlist.
+  * Remove the option to add black borders on fullscreen.
+  * New option 'Add black borders for subtitles by default' in
+    Preferences -> General.
+  * New option 'Show info on OSD' in View -> OSD (key shortcut
+    Shift + I). It displays info about the current media
+    (resolution, bitrate...) on the OSD.
+  * (Playlist) If a playlist file is dropped to the playlist
+    window, load it.
+  * Pass the alpha component of the subtitles' colours to mpv.
+- Rebase smplayer-defaults.patch.
+- Remove desktop entry categories redefinition: default ones are
+  fine.
+
+-------------------------------------------------------------------

Old:
----
  smplayer-16.9.0.tar.bz2

New:
----
  smplayer-16.11.0.tar.bz2

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

Other differences:
------------------
++++++ smplayer.spec ++++++
--- /var/tmp/diff_new_pack.vMJ1av/_old  2016-11-10 13:22:26.000000000 +0100
+++ /var/tmp/diff_new_pack.vMJ1av/_new  2016-11-10 13:22:26.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           smplayer
-Version:        16.9.0
+Version:        16.11.0
 Release:        0
 Summary:        Complete frontend for MPV
 License:        GPL-2.0+
@@ -41,9 +41,10 @@
 Recommends:     smplayer-lang
 Recommends:     smplayer-skins
 Suggests:       smplayer-themes
-# smplayer-core and smplayer-qt5 was last used in openSUSE 13.2.
+# smplayer-core was last used in openSUSE 13.2.
 Provides:       smplayer-core = %{version}
 Obsoletes:      smplayer-core < %{version}
+# smplayer-qt5 was last used in openSUSE 13.2.
 Provides:       smplayer-qt5 = %{version}
 Obsoletes:      smplayer-qt5 < %{version}
 Obsoletes:      smplayer-qt5-lang < %{version}
@@ -101,7 +102,7 @@
 
 %build
 make \
-  MAKEFLAGS="%{?_smp_mflags}"          \
+  MAKEFLAGS="%{?_smp_mflags} V=1"      \
 %if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
   QMAKE=%{_libqt5_bindir}/qmake        \
   LRELEASE=%{_libqt5_bindir}/lrelease  \
@@ -113,15 +114,13 @@
 
 %install
 %make_install \
-  PREFIX=%{_prefix}                    \
-  DOC_PATH=%{_docdir}/%{name}
-
+  DOC_PATH=%{_docdir}/%{name} \
+  PREFIX=%{_prefix}
 rm -rf %{buildroot}%{_docdir}/%{name}/*
 
-# Append Qt; category in desktop files – fix for pm#48.
-for desktop in smplayer smplayer_enqueue; do
-    %suse_update_desktop_file -r "$desktop" Qt AudioVideo Video Player
-done
+%suse_update_desktop_file %{name}
+%suse_update_desktop_file %{name}_enqueue
+
 %find_lang %{name} --with-qt
 
 %post

++++++ smplayer-16.9.0.tar.bz2 -> smplayer-16.11.0.tar.bz2 ++++++
++++ 266565 lines of diff (skipped)

++++++ smplayer-defaults.patch ++++++
--- /var/tmp/diff_new_pack.vMJ1av/_old  2016-11-10 13:22:30.000000000 +0100
+++ /var/tmp/diff_new_pack.vMJ1av/_new  2016-11-10 13:22:30.000000000 +0100
@@ -1,6 +1,6 @@
 --- a/src/core.cpp
 +++ b/src/core.cpp
-@@ -1728,6 +1728,8 @@ void Core::startMplayer( QString file, d
+@@ -1727,6 +1727,8 @@ void Core::startMplayer( QString file, d
                QString ao = pref->ao;
                if (!ao.endsWith(",")) ao += ",";
                proc->setOption("ao", ao);
@@ -9,20 +9,9 @@
        }
  
  #if !defined(Q_OS_WIN) && !defined(Q_OS_OS2)
---- a/src/defaultgui.cpp
-+++ b/src/defaultgui.cpp
-@@ -493,7 +493,7 @@ void DefaultGui::createControlWidget() {
-       controlwidget->show();
-       */
- 
--      controlwidget->setIconSize(QSize(40,40));
-+      controlwidget->setIconSize(QSize(30, 30));
- }
- 
- void DefaultGui::createFloatingControl() {
 --- a/src/preferences.cpp
 +++ b/src/preferences.cpp
-@@ -374,11 +374,7 @@ void Preferences::reset() {
+@@ -384,11 +384,7 @@ void Preferences::reset() {
        resize_method = Never;
  
  #if STYLE_SWITCHING
@@ -34,7 +23,7 @@
  #endif
  
        center_window = false;
-@@ -446,7 +442,7 @@ void Preferences::reset() {
+@@ -456,7 +452,7 @@ void Preferences::reset() {
        allow_video_movement = false;
  
        gui = "DefaultGUI";
@@ -43,7 +32,7 @@
  
  
  #if USE_MINIMUMSIZE
-@@ -600,7 +596,7 @@ void Preferences::reset() {
+@@ -614,7 +610,7 @@ void Preferences::reset() {
  
  #ifdef CHECK_UPGRADED
        smplayer_stable_version = "";
@@ -54,7 +43,7 @@
        smplayer_version = "";
 --- a/src/prefgeneral.cpp
 +++ b/src/prefgeneral.cpp
-@@ -545,6 +545,9 @@ void PrefGeneral::setVO( QString vo_driv
+@@ -574,6 +574,9 @@ void PrefGeneral::setVO( QString vo_driv
  }
  
  void PrefGeneral::setAO( QString ao_driver ) {


Reply via email to