Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2016-06-23 13:37:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qmmp (Old)
 and      /work/SRC/openSUSE:Factory/.qmmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qmmp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes        2016-06-02 
09:38:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2016-06-23 
13:37:15.000000000 +0200
@@ -1,0 +2,55 @@
+Tue Jun 21 22:12:43 UTC 2016 - [email protected]
+
+- Update to version 1.1.0:
+  * Use floating point pcm format for all lossy decoders.
+  * Use floating point pcm format for all audio effects.
+  * Add new internal audio converter.
+  * Add dithering setting.
+  * Add feature to change output bit depth.
+  * Add feature to change volume adjustment step.
+  * Add soxr-based resampler plugin.
+  * Remove libsamplerate-based resampler.
+  * Add Qt Multimedia output plugin.
+  * Add feature to refresh playlist.
+  * Add two-panel file dialog.
+  * Add feature to scrobble http streams.
+  * Add multi-thread support in the audio converter plugin.
+  * Add support for m4a files in the ReplayGain scanner.
+  * Add WASAPI output plugin.
+  * Add https support in the http plugin.
+  * Add wildmidi 0.4.0 support.
+  * Add support for XMIDI and MUS (id Software) formats.
+  * Improve skinned interface:
+    - show track details when double-clicking on song title in the
+      main window;
+    - improve time indicator in the shaded mode;
+    - add feature to disable anti-aliasing;
+    - add feature to seek by mouse wheel;
+    - add column alignment option.
+  * Improve simple user interface (qsui):
+    - add column alignment option;
+    - add feature to add/remove sliders;
+    - add feature to create multiple panels;
+    - add tooltips for the sliders;
+    - improve volume slider;
+    - fix problem with minimum width.
+  * Improve wavpack plugin:
+    - add some optimisations;
+    - fix a memory leak.
+  * Improve ffmpeg plugin:
+    - add support for m4a embedded album art;
+    - add replaygain support
+  * Improve ladspa plugin.
+  * Improve command line parser.
+  * Improve details dialog.
+  * Improve "jump to track" dialog.
+  * Change default settings in the mpeg plugin.
+  * Fix metadata encoding issue in the http plugin.
+  * Fix compiz support.
+  * Fix disc number parsing.
+  * Update Bulgarian translation, Chinese Traditional,
+    Chinese Simplified, French, German, Greek, Hebrew, Japanese,
+    Portuguese, Russian, Ukrainian translations.
+- Rebase qmmp-default-pulse.patch.
+
+-------------------------------------------------------------------

Old:
----
  qmmp-1.0.10.tar.bz2

New:
----
  qmmp-1.1.0.tar.bz2

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

Other differences:
------------------
++++++ qmmp.spec ++++++
--- /var/tmp/diff_new_pack.V3Tity/_old  2016-06-23 13:37:16.000000000 +0200
+++ /var/tmp/diff_new_pack.V3Tity/_new  2016-06-23 13:37:16.000000000 +0200
@@ -19,7 +19,7 @@
 %define sover   1
 %bcond_with restricted
 Name:           qmmp
-Version:        1.0.10
+Version:        1.1.0
 Release:        0
 Summary:        Qt-based Multimedia Player
 License:        GPL-2.0+
@@ -37,9 +37,10 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libmpcdec-devel
 BuildRequires:  libqt5-qttools-devel >= 5.4
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Core) >= 5.4
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.4
+BuildRequires:  pkgconfig(Qt5Multimedia) >= 5.4
 BuildRequires:  pkgconfig(Qt5Network) >= 5.4
 BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.4
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4
@@ -66,8 +67,8 @@
 BuildRequires:  pkgconfig(libsidplayfp)
 BuildRequires:  pkgconfig(opus) >= 1.0.2
 BuildRequires:  pkgconfig(opusfile) >= 0.2
-BuildRequires:  pkgconfig(samplerate)
 BuildRequires:  pkgconfig(sndfile)
+BuildRequires:  pkgconfig(soxr)
 BuildRequires:  pkgconfig(taglib)
 BuildRequires:  pkgconfig(vorbisfile)
 BuildRequires:  pkgconfig(wavpack)

++++++ qmmp-1.0.10.tar.bz2 -> qmmp-1.1.0.tar.bz2 ++++++
++++ 135354 lines of diff (skipped)

++++++ qmmp-default-pulse.patch ++++++
--- /var/tmp/diff_new_pack.V3Tity/_old  2016-06-23 13:37:19.000000000 +0200
+++ /var/tmp/diff_new_pack.V3Tity/_new  2016-06-23 13:37:19.000000000 +0200
@@ -1,7 +1,6 @@
-diff -Nur qmmp-1.0.6/src/qmmp/output.cpp new/src/qmmp/output.cpp
---- qmmp-1.0.6/src/qmmp/output.cpp     2016-01-27 07:18:19.000000000 +0100
-+++ new/src/qmmp/output.cpp    2016-01-30 02:07:18.299482497 +0100
-@@ -148,7 +148,7 @@
+--- a/src/qmmp/output.cpp
++++ b/src/qmmp/output.cpp
+@@ -149,7 +149,7 @@ OutputFactory *Output::currentFactory()
      QString name = settings.value("Output/current_plugin", 
QMMP_DEFAULT_OUTPUT).toString();
  #else
  #ifdef Q_OS_LINUX
@@ -9,4 +8,4 @@
 +    QString name = settings.value("Output/current_plugin", 
"pulse").toString();
  #elif defined Q_WS_WIN
      QString name = settings.value("Output/current_plugin", 
"directsound").toString();
- #else
+ #elif defined Q_OS_MAC


Reply via email to