Hello community, here is the log from the commit of package qmmp for openSUSE:Factory checked in at 2020-05-01 11:14:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qmmp (Old) and /work/SRC/openSUSE:Factory/.qmmp.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qmmp" Fri May 1 11:14:11 2020 rev:73 rq:799152 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes 2020-03-27 21:57:46.854809626 +0100 +++ /work/SRC/openSUSE:Factory/.qmmp.new.2738/qmmp.changes 2020-05-01 11:14:18.471972016 +0200 @@ -1,0 +2,58 @@ +Thu Apr 30 05:53:15 UTC 2020 - [email protected] + +- Update to version 1.4.0 + * added sleep mode inhibition plugin + * added separate ListenBrainz submission plugin + * added feature to auto-hide empty service menus + * added option to disable two passes for equalizer + * added fast mute function for most output plugins + * added shared CUE parser + * added feature to transit between playlists + * added optimizations for flac plugin + * added feature to select playlist format from the file dialog + * added '--pl-next' and '--pl-prev' command line options + * added SOCKS5 proxy support + * added feature to display average bitrate + * added average bitrate displaying for shoutcast/icecast + streams + * added Ogg Opus support in the ReplayGain scanner + * added feature to merge different tag types in the mpeg plugin + * added feature to start command on application startup/exit + * added 'make docs' build target + * added big endian support formats in the PulseAudio plugin + * added feature to write singe file in the file writer plugin + * improved qsui plugin: + + added feature to override track background color + + added scope visualization + + added feature to reset visualization colors + + added waveform seek bar + + added alternate analyzer appearance + + using gradients between analyzer colors + + improved status bar + * improved ffmpeg plugin: + + added opus bitrate issue workaround + + added new implementation of the read function + + added embedded CUE sheet support (for Monkey's Audio + format) + + added format name displaying + + added DSD (Direct Stream Digital) support + + changed minimal ffmpeg version to 3.2 + + removed libav support + * improved lyrics plugin: + + added feature to save window geometry + + added multiple lyrics providers support (based on Ultimare + Lyrics plugin) + * improved cdaudio plugin: + + show more metadata + + added KDE Solid integration + * improved remote playlists support + * improved m3u support + * using qsui by default for Wayland sessions + * fixed API documentation + * updated Portuguese, Dutch, Polish, Galician, Spanish, + Russian, Ukrainian, French, Indonesian, Greek, Italian and + German translations + +- Refreshed qmmp-fix_cdda_version.patch + +------------------------------------------------------------------- Old: ---- qmmp-1.3.7.tar.bz2 New: ---- qmmp-1.4.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qmmp.spec ++++++ --- /var/tmp/diff_new_pack.y8SSs0/_old 2020-05-01 11:14:20.047975443 +0200 +++ /var/tmp/diff_new_pack.y8SSs0/_new 2020-05-01 11:14:20.051975452 +0200 @@ -17,11 +17,11 @@ %define sover 1 -%define mver 1.3 +%define mver 1.4 %bcond_with faad %bcond_with restricted Name: qmmp -Version: 1.3.7 +Version: 1.4.0 Release: 0 Summary: Qt-based Multimedia Player License: GPL-2.0-or-later @@ -133,10 +133,7 @@ Development files for libqmmp. %prep -%setup -q -%patch0 -%patch1 -p1 -%patch2 -p1 +%autosetup -p1 %build %cmake \ @@ -169,6 +166,7 @@ %{_datadir}/applications/%{name}*.desktop %{_datadir}/icons/hicolor/*/apps/%{name}* %{_datadir}/metainfo/%{name}.appdata.xml +%{_datadir}/solid %files -n lib%{name}%{sover} %{_libdir}/lib%{name}*.so.%{sover}* ++++++ qmmp-1.3.7.tar.bz2 -> qmmp-1.4.0.tar.bz2 ++++++ ++++ 142285 lines of diff (skipped) ++++++ qmmp-fix_cdda_version.patch ++++++ --- /var/tmp/diff_new_pack.y8SSs0/_old 2020-05-01 11:14:21.763979175 +0200 +++ /var/tmp/diff_new_pack.y8SSs0/_new 2020-05-01 11:14:21.763979175 +0200 @@ -1,5 +1,7 @@ ---- src/plugins/Input/cdaudio/decoder_cdaudio.cpp.orig 2013-04-15 18:59:58.252555786 +0200 -+++ src/plugins/Input/cdaudio/decoder_cdaudio.cpp 2013-04-15 19:02:19.299842731 +0200 +Index: qmmp-1.4.0/src/plugins/Input/cdaudio/decoder_cdaudio.cpp +=================================================================== +--- qmmp-1.4.0.orig/src/plugins/Input/cdaudio/decoder_cdaudio.cpp ++++ qmmp-1.4.0/src/plugins/Input/cdaudio/decoder_cdaudio.cpp @@ -25,7 +25,7 @@ #include <QFileInfo> #include <QDir>
