Accepting request 128809 from multimedia:apps
- Update to 0.6.1 * added icons to the file dialog buttons * fixed icecast streams titles * fixed build * fixed default output under windows * fixed api documentation * fixed possible segmentation fault in the cue plugin * fixed cue parsing * fixed automatic charset detection * fixed Ukrainian translation (Gennadi Motsyo) * fixed Russian translation OBS-URL: https://build.opensuse.org/request/show/128809 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qmmp?expand=0&rev=6
This commit is contained in:
commit
3b287072f6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e2c9cdfd630bb90b2c92cb3e2f95ac4239c7cf8f91c47ca4a5038dd519755fe
|
||||
size 772882
|
@ -8,6 +8,6 @@ Index: src/qmmp/output.cpp
|
||||
#ifdef Q_OS_LINUX
|
||||
- QString name = settings.value("Output/current_plugin", "alsa").toString();
|
||||
+ QString name = settings.value("Output/current_plugin", "pulse").toString();
|
||||
#elif defined Q_WS_WIN
|
||||
QString name = settings.value("Output/current_plugin", "waveout").toString();
|
||||
#else
|
||||
QString name = settings.value("Output/current_plugin", "oss4").toString();
|
||||
#endif
|
3
qmmp-0.6.1.tar.bz2
Normal file
3
qmmp-0.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b48be8c0e3882088919a77ce7b619cfc99d32af29cc688ba8749a58cbb25fb6f
|
||||
size 773964
|
15
qmmp.changes
15
qmmp.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 22:51:24 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
- Update to 0.6.1
|
||||
* added icons to the file dialog buttons
|
||||
* fixed icecast streams titles
|
||||
* fixed build
|
||||
* fixed default output under windows
|
||||
* fixed api documentation
|
||||
* fixed possible segmentation fault in the cue plugin
|
||||
* fixed cue parsing
|
||||
* fixed automatic charset detection
|
||||
* fixed Ukrainian translation (Gennadi Motsyo)
|
||||
* fixed Russian translation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 30 23:41:32 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define soname 0
|
||||
|
||||
Name: qmmp
|
||||
Version: 0.6.0
|
||||
Version: 0.6.1
|
||||
Release: 0
|
||||
Summary: XMMS-like audio player
|
||||
License: GPL-2.0+
|
||||
@ -31,8 +31,8 @@ Group: Productivity/Multimedia/Sound/Players
|
||||
Url: http://qmmp.ylsoftware.com/
|
||||
Source0: http://qmmp.googlecode.com/files/qmmp-%{version}.tar.bz2
|
||||
Patch0: qmmp-0.5.5-libcdio_mess.patch
|
||||
# PATCH-FEATURE-OPENSUSE qmmp-0.6.0-default_pulse.patch reddwarf@opensuse.org -- Use PulseAudio instead of ALSA by default
|
||||
Patch2: qmmp-0.6.0-default_pulse.patch
|
||||
# PATCH-FEATURE-OPENSUSE qmmp-0.6.1-default_pulse.patch reddwarf@opensuse.org -- Use PulseAudio instead of ALSA by default
|
||||
Patch1: qmmp-0.6.1-default_pulse.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc-c++
|
||||
@ -118,7 +118,7 @@ Development files for libqmmp.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
%patch2
|
||||
%patch1
|
||||
|
||||
%build
|
||||
mkdir build
|
||||
|
Loading…
Reference in New Issue
Block a user