Pascal Bleser 2013-04-15 01:18:21 +00:00 committed by Git OBS Bridge
parent 7ab8c0e6b2
commit 5a48213a95
4 changed files with 33 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Apr 15 01:05:28 UTC 2013 - pascal.bleser@opensuse.org
- update to 0.7.0:
* added udisks2 plugin
* added opus plugin
* added track change plugin
* added tracks copy/paste plugin
* added x-content/audio-cdda content type
* added 24/32-bit equalizer
* added unity integration
* added user interface language option
* added playlists auto-save feature
* added unified URL dialog
* added playlists downloading support to the command line parser
* added volume control support to the waveout plugin
* added wildmidi configuration file auto-search
* added sorting by file creation date
* added automatic 16-bit audio converter
* added pause handling to the scrobbler plugin
* enabled UTF-8 by default for cue files and shoutcast metadata
* enabled more formats by default in the ffmpeg plugin
* improved analyzer plugin (variable size, fullscreen mode, etc)
* improved last.fm registration
* improved configuration dialog
* removed QtXML dependence from the scrobbler plugin
* disabled udisks plugin by default
-------------------------------------------------------------------
Thu Mar 28 07:46:17 UTC 2013 - reddwarf@opensuse.org

View File

@ -23,7 +23,7 @@
%define soname 0
Name: qmmp
Version: 0.6.8
Version: 0.7.0
Release: 0
Summary: XMMS-like audio player
License: GPL-2.0+
@ -46,6 +46,7 @@ BuildRequires: pkgconfig(QtXml)
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(enca) >= 1.9
BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(opus)
# Standard Jack version is not new enough until openSUSE 12.1
%if 0%{?suse_version} > 1140
BuildRequires: pkgconfig(jack)