From fd571ea747652ddc1c046860850d7784494654c62dc475f8de5a29ff4257acf6 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Mon, 11 Feb 2019 17:12:25 +0000 Subject: [PATCH] Accepting request 673420 from home:alois:branches:multimedia:apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 1.3.0 * added history plugin * added mono to stereo converter * added mpg123-based decoder * added PulseAudio volume control * added cover edition feature * added playlist reading/writing optimization * added TAK support * added feature to send listened tracks to ListenBrainz * added sorting by time in the history plugin * changed KDE notification plugin description * improved skinned plugin: + added KWin rules + added feature to hide splitters + added alternate splitter colors + added ability to hold the first visible track while loading a playlist * improved qsui plugin: + added feature to hide splitters + added feature to change splitter color + added ability to hold the first visible track while loading a playlist * moved removable volumes to the "add" menu * improved http plugin: + reduced number of memory allocations + limited maximum buffer size * improved stream browser: + added feature to edit bookmark list + moved launch action from "tools" to "add" menu * added track properties to the title formatting fields * added feature to disable tag reading while loading a playlist file * reduced number of locks * improved command line support * fixed "--pl-help", "--nowplaying-syntax" command line options processing * fixed feature to disable engine * fixed flac preset in the converter plugin * fixed xfce support * improved Windows support: + added support for progress indicator in the taskbar (taskbar plugin) + added removable device detecion (rdetect plugin) + added exclusive mode in the WASAPI plugin * hid private symbols in the liqmmp and libqmmpui libraries * changed plugin installation path * resolved conflict between Qt4- and Qt5-based versions * using GNUInstallDirs module for cmake build * removed mpris1 support * removed support for old versions of the following libraries: musepack, curl, alsa, sndlib, ffmpeg * removed Windows XP support * removed uninstall plugin * replaced deprecated Qt classes: QDesktopWidget, QSignalMapper * updated Russian translation (Alexey Loginov, Viktor Eruhin) * updated Polish translation (mrerexx) * updated Portuguese translation (Sérgio Marques) * updated Ukrainian translation (Gennady Motsyo) * updated Spanish translation (Joel Barrios) * updated German translation (Ettore Atalan) * updated Greek translation (Dimitrios Glentadakis) * updated Galician translation (Delio Docampo Cordeiro) * updated Indonesian translation (Wantoyo) * updated Italian translation (Luigi Toscano) * updated Finnish translation (Jiri Grönroos) * updated Chinese Traditional translation (Cosmos Chen) version 1.2.6 * fixed OSS4 plugin build * fixed 12, 20-bit integer and 32-bit float formats support in the WavPack plugin OBS-URL: https://build.opensuse.org/request/show/673420 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=126 --- qmmp-1.2.5.tar.bz2 | 3 -- qmmp-1.3.0.tar.bz2 | 3 ++ qmmp.changes | 74 ++++++++++++++++++++++++++++++++++++++++++++++ qmmp.spec | 9 ++++-- 4 files changed, 83 insertions(+), 6 deletions(-) delete mode 100644 qmmp-1.2.5.tar.bz2 create mode 100644 qmmp-1.3.0.tar.bz2 diff --git a/qmmp-1.2.5.tar.bz2 b/qmmp-1.2.5.tar.bz2 deleted file mode 100644 index 729aeda..0000000 --- a/qmmp-1.2.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd6ee9ab475a18bf2594c59504f66f8ae870a79db5fad960fb1e2150cc9b48f7 -size 1181154 diff --git a/qmmp-1.3.0.tar.bz2 b/qmmp-1.3.0.tar.bz2 new file mode 100644 index 0000000..748928a --- /dev/null +++ b/qmmp-1.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da9884b598ac7157a353178eb022f3d56017df3096b3c367b9ae8e8b5dd2cfe +size 1220426 diff --git a/qmmp.changes b/qmmp.changes index 11c2e77..8595e4f 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,77 @@ +------------------------------------------------------------------- +Mon Feb 11 11:29:58 UTC 2019 - Luigi Baldoni + +- Update to version 1.3.0 + * added history plugin + * added mono to stereo converter + * added mpg123-based decoder + * added PulseAudio volume control + * added cover edition feature + * added playlist reading/writing optimization + * added TAK support + * added feature to send listened tracks to ListenBrainz + * added sorting by time in the history plugin + * changed KDE notification plugin description + * improved skinned plugin: + + added KWin rules + + added feature to hide splitters + + added alternate splitter colors + + added ability to hold the first visible track while + loading a playlist + * improved qsui plugin: + + added feature to hide splitters + + added feature to change splitter color + + added ability to hold the first visible track while + loading a playlist + * moved removable volumes to the "add" menu + * improved http plugin: + + reduced number of memory allocations + + limited maximum buffer size + * improved stream browser: + + added feature to edit bookmark list + + moved launch action from "tools" to "add" menu + * added track properties to the title formatting fields + * added feature to disable tag reading while loading a + playlist file + * reduced number of locks + * improved command line support + * fixed "--pl-help", "--nowplaying-syntax" command line + options processing + * fixed feature to disable engine + * fixed flac preset in the converter plugin + * fixed xfce support + * improved Windows support: + + added support for progress indicator in the taskbar + (taskbar plugin) + + added removable device detecion (rdetect plugin) + + added exclusive mode in the WASAPI plugin + * hid private symbols in the liqmmp and libqmmpui libraries + * changed plugin installation path + * resolved conflict between Qt4- and Qt5-based versions + * using GNUInstallDirs module for cmake build + * removed mpris1 support + * removed support for old versions of the following libraries: + musepack, curl, alsa, sndlib, ffmpeg + * removed Windows XP support + * removed uninstall plugin + * replaced deprecated Qt classes: QDesktopWidget, QSignalMapper + * updated Russian translation (Alexey Loginov, Viktor Eruhin) + * updated Polish translation (mrerexx) + * updated Portuguese translation (Sérgio Marques) + * updated Ukrainian translation (Gennady Motsyo) + * updated Spanish translation (Joel Barrios) + * updated German translation (Ettore Atalan) + * updated Greek translation (Dimitrios Glentadakis) + * updated Galician translation (Delio Docampo Cordeiro) + * updated Indonesian translation (Wantoyo) + * updated Italian translation (Luigi Toscano) + * updated Finnish translation (Jiri Grönroos) + * updated Chinese Traditional translation (Cosmos Chen) + version 1.2.6 + * fixed OSS4 plugin build + * fixed 12, 20-bit integer and 32-bit float formats support in + the WavPack plugin + ------------------------------------------------------------------- Fri Dec 21 17:36:34 UTC 2018 - aloisio@gmx.com diff --git a/qmmp.spec b/qmmp.spec index ef3aa68..651f18b 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -1,7 +1,7 @@ # # spec file for package qmmp # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,11 @@ %define sover 1 +%define mver 1.3 %bcond_with faad %bcond_with restricted Name: qmmp -Version: 1.2.5 +Version: 1.3.0 Release: 0 Summary: Qt-based Multimedia Player License: GPL-2.0-or-later @@ -196,8 +197,10 @@ make %{?_smp_mflags} V=1 %{_libdir}/lib%{name}*.so.%{sover}* %files -n lib%{name}-plugins -%{_libdir}/%{name}/ +%{_libdir}/%{name}-%{mver}/ +%if %{with restricted} %exclude %{_libdir}/%{name}/Engines/libmplayer.so +%endif %if %{with restricted} %files -n lib%{name}-plugin-mplayer