Accepting request 242075 from multimedia:apps

- 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/request/show/242075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qmmp?expand=0&rev=25
This commit is contained in:
Stephan Kulow 2014-07-24 04:58:56 +00:00 committed by Git OBS Bridge
commit d27c29bd4b
5 changed files with 70 additions and 6 deletions

View File

@ -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();

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dda66bf60121a8a2cb7175b16b3b948099f8c119ee9a11c671555e8c38caa387
size 859947

3
qmmp-0.8.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61f44646ffd3f1d90b93607076a405160be5d9736e91c9739c80070bc5357439
size 977600

View File

@ -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

View File

@ -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)