Hello community,

here is the log from the commit of package QMPlay2 for openSUSE:Factory checked 
in at 2016-04-28 16:56:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/QMPlay2 (Old)
 and      /work/SRC/openSUSE:Factory/.QMPlay2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "QMPlay2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/QMPlay2/QMPlay2.changes  2016-03-31 
13:02:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.QMPlay2.new/QMPlay2.changes     2016-04-28 
17:01:53.000000000 +0200
@@ -1,0 +2,14 @@
+Sun Apr 24 10:29:33 UTC 2016 - dap.darkn...@gmail.com
+
+- Update to 16.04.23:
+  * VDPAU decoder without VDPAU writer is now available,
+  * added spherical view for video playback (Ctrl+3; OpenGL only),
+  * added Simplified Chinese translation (king Lee),
+  * move video filtering to separate thread,
+  * added Yadif deinterlacing filter,
+  * better frame skipping,
+  * replay gain fixes,
+  * bugfix.
+- Updated QMPlay2-no-prostopleer.diff.
+
+-------------------------------------------------------------------

Old:
----
  QMPlay2-src-16.03.24.tar.xz

New:
----
  QMPlay2-src-16.04.23.tar.xz

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

Other differences:
------------------
++++++ QMPlay2.spec ++++++
--- /var/tmp/diff_new_pack.iBeWsD/_old  2016-04-28 17:01:56.000000000 +0200
+++ /var/tmp/diff_new_pack.iBeWsD/_new  2016-04-28 17:01:56.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           QMPlay2
-Version:        16.03.24
+Version:        16.04.23
 Release:        0
 Summary:        A Qt based media player, streamer and downloader
 License:        LGPL-3.0+

++++++ QMPlay2-no-prostopleer.diff ++++++
--- /var/tmp/diff_new_pack.iBeWsD/_old  2016-04-28 17:01:56.000000000 +0200
+++ /var/tmp/diff_new_pack.iBeWsD/_new  2016-04-28 17:01:56.000000000 +0200
@@ -31,14 +31,14 @@
        modulesInfo += Info(MPRIS2Name, QMPLAY2EXTENSION);
  #endif
 @@ -61,8 +58,6 @@
-               return static_cast< QMPlay2Extensions * >(new LastFM(*this));
+               return static_cast<QMPlay2Extensions *>(new LastFM(*this));
        else if (name == RadioName)
-               return static_cast< QMPlay2Extensions * >(new Radio(*this));
+               return static_cast<QMPlay2Extensions *>(new Radio(*this));
 -      else if (name == ProstoPleerName)
--              return static_cast< QMPlay2Extensions * >(new 
ProstoPleer(*this));
+-              return static_cast<QMPlay2Extensions *>(new ProstoPleer(*this));
  #ifdef USE_MPRIS2
        else if (name == MPRIS2Name)
-               return static_cast< QMPlay2Extensions * >(new MPRIS2(*this));
+               return static_cast<QMPlay2Extensions *>(new MPRIS2(*this));
 --- src/modules/Extensions/Extensions.hpp.orig 2016-02-29 21:17:29.000000000 
+0300
 +++ src/modules/Extensions/Extensions.hpp      2016-03-12 13:04:23.706846080 
+0300
 @@ -10,7 +10,7 @@

++++++ QMPlay2-src-16.03.24.tar.xz -> QMPlay2-src-16.04.23.tar.xz ++++++
++++ 10622 lines of diff (skipped)


Reply via email to