SHA256
1
0
forked from pool/qmmp

- 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
This commit is contained in:
Cristian Morales Vega
2014-07-11 15:24:23 +00:00
committed by Git OBS Bridge
parent acb7499b9b
commit d956a5d162
5 changed files with 70 additions and 6 deletions

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)