From d956a5d162d997923e9f8d714bb775e1d9c3804d63e35e4b8f0ca64ec8cd4853 Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Fri, 11 Jul 2014 15:24:23 +0000 Subject: [PATCH] - Update to 0.8.0 * added sid plugin * added ReplayGain scanner * added gnome hotkey plugin * added DirectSound plugin * added track grouping view * added sorting by group * added quick search to the playlist browser * added multiple tracks support to the details dialog * added context menu to the plugin settings page * added lazy plugin loading * added feature to disable transport plugins * added data waiting condition for transport plugins * added floating point output for lossy decoders * added peak overflow support for lossy decoders * added support for id3v2-based ReplayGain tags * added clipping prevention using ReplayGain information * added delayed initialization in the wildmidi plugin * added volume control hotkeys * added 'mute' global hotkey * added '--toggle-mute' command line option * added '--show-mw' command line option * added ogg opus preset to the converter plugin * added scrobbler 2.0 api for libre.fm * added context menu in the window of the analyzer plugin * added window flags access from visual plugin api * added atomic playlist saving operation * added created playlist auto-selection * added feature to not clear previous playlist when opening new one * added mplayer command line options setting OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=54 --- qmmp-0.6.1-default_pulse.patch | 4 +-- qmmp-0.7.7.tar.bz2 | 3 -- qmmp-0.8.0.tar.bz2 | 3 ++ qmmp.changes | 63 ++++++++++++++++++++++++++++++++++ qmmp.spec | 3 +- 5 files changed, 70 insertions(+), 6 deletions(-) delete mode 100644 qmmp-0.7.7.tar.bz2 create mode 100644 qmmp-0.8.0.tar.bz2 diff --git a/qmmp-0.6.1-default_pulse.patch b/qmmp-0.6.1-default_pulse.patch index e4265d7..58c7a3b 100644 --- a/qmmp-0.6.1-default_pulse.patch +++ b/qmmp-0.6.1-default_pulse.patch @@ -2,8 +2,8 @@ Index: src/qmmp/output.cpp =================================================================== --- src/qmmp/output.cpp.orig +++ src/qmmp/output.cpp -@@ -477,7 +477,7 @@ OutputFactory *Output::currentFactory() - checkFactories(); +@@ -140,7 +140,7 @@ OutputFactory *Output::currentFactory() + loadPlugins(); QSettings settings (Qmmp::configFile(), QSettings::IniFormat); #ifdef Q_OS_LINUX - QString name = settings.value("Output/current_plugin", "alsa").toString(); diff --git a/qmmp-0.7.7.tar.bz2 b/qmmp-0.7.7.tar.bz2 deleted file mode 100644 index e0eb749..0000000 --- a/qmmp-0.7.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dda66bf60121a8a2cb7175b16b3b948099f8c119ee9a11c671555e8c38caa387 -size 859947 diff --git a/qmmp-0.8.0.tar.bz2 b/qmmp-0.8.0.tar.bz2 new file mode 100644 index 0000000..058db6e --- /dev/null +++ b/qmmp-0.8.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f44646ffd3f1d90b93607076a405160be5d9736e91c9739c80070bc5357439 +size 977600 diff --git a/qmmp.changes b/qmmp.changes index 2525d4d..76c57f2 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Fri Jul 11 15:22:09 UTC 2014 - reddwarf@opensuse.org + +- Update to 0.8.0 + * added sid plugin + * added ReplayGain scanner + * added gnome hotkey plugin + * added DirectSound plugin + * added track grouping view + * added sorting by group + * added quick search to the playlist browser + * added multiple tracks support to the details dialog + * added context menu to the plugin settings page + * added lazy plugin loading + * added feature to disable transport plugins + * added data waiting condition for transport plugins + * added floating point output for lossy decoders + * added peak overflow support for lossy decoders + * added support for id3v2-based ReplayGain tags + * added clipping prevention using ReplayGain information + * added delayed initialization in the wildmidi plugin + * added volume control hotkeys + * added 'mute' global hotkey + * added '--toggle-mute' command line option + * added '--show-mw' command line option + * added ogg opus preset to the converter plugin + * added scrobbler 2.0 api for libre.fm + * added context menu in the window of the analyzer plugin + * added window flags access from visual plugin api + * added atomic playlist saving operation + * added created playlist auto-selection + * added feature to not clear previous playlist when opening new one + * added mplayer command line options setting + * added Serbian translation (Mladen Pejaković) + * blocked one hotkey assignment for several commands in the hotkey plugin + * limited cover cache size + * improved 'jump to track' dialog + * improved projectm plugin: + - added context menu + - added multi-channel mode + - added list of presets + - added win32 support + * improved win32 support + - enabled support for the enca library + - added feature to add files from multiple instances + - added file associations support (based on SMPlayer implementation) + - added uninstall support + * fixed noise on buffer underrun + * fixed title format in the shaded mode + * fixed alt-f4 behavior + * fixed possible race condition + * fixed possible segmentation fault in the mad plugin + * fixed 'eject' button function + * fixed raise of the main window when starting another instance + * fixed default skin + * updated Russian translation + * updated Hebrew translation (Genghis Khan) + * updated Ukrainian translation (Gennadi Motsyo) + * updated Serbian translation (Mladen Pejaković) + * updated Polish translation (Grzegorz Gibas) + * updated Lithuanian translation (Algirdas Butkus) +- Add pkgconfig(libsidplayfp) build dependency + ------------------------------------------------------------------- Fri Jun 6 13:36:50 UTC 2014 - reddwarf@opensuse.org diff --git a/qmmp.spec b/qmmp.spec index c345c2a..47ec1d1 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -23,7 +23,7 @@ %define soname 0 Name: qmmp -Version: 0.7.7 +Version: 0.8.0 Release: 0 Summary: XMMS-like audio player License: GPL-2.0+ @@ -65,6 +65,7 @@ BuildRequires: pkgconfig(libmodplug) BuildRequires: pkgconfig(libprojectM) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libpulse-simple) +BuildRequires: pkgconfig(libsidplayfp) BuildRequires: pkgconfig(samplerate) BuildRequires: pkgconfig(sndfile) BuildRequires: pkgconfig(taglib)