From 79e17252f766a8edbfac0d3c706d3d1fcae0ed767fd3cbefada9a8c109676c23 Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Mon, 23 Jul 2012 23:10:12 +0000 Subject: [PATCH] - 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/package/show/multimedia:apps/qmmp?expand=0&rev=14 --- qmmp-0.6.0.tar.bz2 | 3 --- ..._pulse.patch => qmmp-0.6.1-default_pulse.patch | 4 ++-- qmmp-0.6.1.tar.bz2 | 3 +++ qmmp.changes | 15 +++++++++++++++ qmmp.spec | 8 ++++---- 5 files changed, 24 insertions(+), 9 deletions(-) delete mode 100644 qmmp-0.6.0.tar.bz2 rename qmmp-0.6.0-default_pulse.patch => qmmp-0.6.1-default_pulse.patch (81%) create mode 100644 qmmp-0.6.1.tar.bz2 diff --git a/qmmp-0.6.0.tar.bz2 b/qmmp-0.6.0.tar.bz2 deleted file mode 100644 index c5e21cf..0000000 --- a/qmmp-0.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e2c9cdfd630bb90b2c92cb3e2f95ac4239c7cf8f91c47ca4a5038dd519755fe -size 772882 diff --git a/qmmp-0.6.0-default_pulse.patch b/qmmp-0.6.1-default_pulse.patch similarity index 81% rename from qmmp-0.6.0-default_pulse.patch rename to qmmp-0.6.1-default_pulse.patch index e03b4ce..e4265d7 100644 --- a/qmmp-0.6.0-default_pulse.patch +++ b/qmmp-0.6.1-default_pulse.patch @@ -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 diff --git a/qmmp-0.6.1.tar.bz2 b/qmmp-0.6.1.tar.bz2 new file mode 100644 index 0000000..e20dd86 --- /dev/null +++ b/qmmp-0.6.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48be8c0e3882088919a77ce7b619cfc99d32af29cc688ba8749a58cbb25fb6f +size 773964 diff --git a/qmmp.changes b/qmmp.changes index d632d76..3482a56 100644 --- a/qmmp.changes +++ b/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 diff --git a/qmmp.spec b/qmmp.spec index 91bee91..b0e80d0 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -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