From 41adae2cb4844011704f2ee6020ce5a4507d91fbc7642f2e69ee0239f0bcf89b Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Thu, 30 Apr 2020 08:27:30 +0000 Subject: [PATCH] Accepting request 799149 from home:alois:branches:multimedia:apps - 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 OBS-URL: https://build.opensuse.org/request/show/799149 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=145 --- qmmp-1.3.7.tar.bz2 | 3 -- qmmp-1.4.0.tar.bz2 | 3 ++ qmmp-fix_cdda_version.patch | 6 ++-- qmmp.changes | 58 +++++++++++++++++++++++++++++++++++++ qmmp.spec | 10 +++---- 5 files changed, 69 insertions(+), 11 deletions(-) delete mode 100644 qmmp-1.3.7.tar.bz2 create mode 100644 qmmp-1.4.0.tar.bz2 diff --git a/qmmp-1.3.7.tar.bz2 b/qmmp-1.3.7.tar.bz2 deleted file mode 100644 index 7d238c9..0000000 --- a/qmmp-1.3.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7a996e11b9af2e3bc5634304c5a7144a1d56767177a7cb79a6e50b7ce45b38e -size 1250192 diff --git a/qmmp-1.4.0.tar.bz2 b/qmmp-1.4.0.tar.bz2 new file mode 100644 index 0000000..d26823e --- /dev/null +++ b/qmmp-1.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b9cda1fe137f9b50acc54bc02ac1f3ba89051f828f40f5dc9a9056cab4308f +size 1293438 diff --git a/qmmp-fix_cdda_version.patch b/qmmp-fix_cdda_version.patch index 871ee27..f83b9f2 100644 --- a/qmmp-fix_cdda_version.patch +++ b/qmmp-fix_cdda_version.patch @@ -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 #include diff --git a/qmmp.changes b/qmmp.changes index 055d7cf..1b8ef3a 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Thu Apr 30 05:53:15 UTC 2020 - aloisio@gmx.com + +- 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 + ------------------------------------------------------------------- Thu Mar 26 19:35:13 UTC 2020 - Alexei Sorokin diff --git a/qmmp.spec b/qmmp.spec index 6146b5f..3acf046 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -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 @@ This program is an audio-player, written with help of Qt library. Development files for libqmmp. %prep -%setup -q -%patch0 -%patch1 -p1 -%patch2 -p1 +%autosetup -p1 %build %cmake \ @@ -169,6 +166,7 @@ rm -rf %{buildroot}/%{_datadir}/icons/hicolor/56x56 %{_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}*