From 5f5ba9d834d9932a1b0e20e1c517556e0faf667a943d39aae9e8d521568cfffc Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 15 Feb 2014 10:08:53 +0000 Subject: [PATCH] Accepting request 222236 from home:RedDwarf:branches:multimedia:apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 0.7.5 * fixed case sensitivity while checking file extensions (tnanks to Ryota Shimamoto) * fixed special global keys support under the win32 platform * fixed latest cmake support * fixed initial position of the equalizer volume slider * fixed clang warnings - Update to 0.7.4 * added Galician translation (Óscar Pereira) * added ffmpeg 2.1 support * added m3u8 playlist extension * improved ReplayGain support: - fixed 24/32 bit mode - added clipping to prevent overflow * improved cdaudio plugin: - added Windows support - added track cache - fixed proxy support * fixed localization of the wildmidi plugin * fixed case sensitivity while checking file extensions * fixed gcc 4.8 warnings * fixed memory leak * fixed several Windows-only bugs: - fixed parsing of the m3u files with backslashes - fixed problem with absolute paths - fixed adding files from command line under Windows - fixed Meta/Win modifier in the global hotkey plugin * fixed Japanese translation (RyōTa SimaMoto) OBS-URL: https://build.opensuse.org/request/show/222236 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=47 --- qmmp-0.7.3.tar.bz2 | 3 --- qmmp-0.7.5.tar.bz2 | 3 +++ qmmp.changes | 31 +++++++++++++++++++++++++++++++ qmmp.spec | 7 ++++--- 4 files changed, 38 insertions(+), 6 deletions(-) delete mode 100644 qmmp-0.7.3.tar.bz2 create mode 100644 qmmp-0.7.5.tar.bz2 diff --git a/qmmp-0.7.3.tar.bz2 b/qmmp-0.7.3.tar.bz2 deleted file mode 100644 index 1082623..0000000 --- a/qmmp-0.7.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57e4e1a00450a5a094b290df5410f8ab5a80da364ad3f1402835573cb0b75562 -size 848638 diff --git a/qmmp-0.7.5.tar.bz2 b/qmmp-0.7.5.tar.bz2 new file mode 100644 index 0000000..f6120c5 --- /dev/null +++ b/qmmp-0.7.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6066aea939813667dae7cf32ff1d6eb9913894977d132c2cd729fea22d24cf67 +size 863064 diff --git a/qmmp.changes b/qmmp.changes index a3a87b9..5909126 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Thu Feb 13 14:04:01 UTC 2014 - reddwarf@opensuse.org + +- Update to 0.7.5 + * fixed case sensitivity while checking file extensions (tnanks to Ryota Shimamoto) + * fixed special global keys support under the win32 platform + * fixed latest cmake support + * fixed initial position of the equalizer volume slider + * fixed clang warnings +- Update to 0.7.4 + * added Galician translation (Óscar Pereira) + * added ffmpeg 2.1 support + * added m3u8 playlist extension + * improved ReplayGain support: + - fixed 24/32 bit mode + - added clipping to prevent overflow + * improved cdaudio plugin: + - added Windows support + - added track cache + - fixed proxy support + * fixed localization of the wildmidi plugin + * fixed case sensitivity while checking file extensions + * fixed gcc 4.8 warnings + * fixed memory leak + * fixed several Windows-only bugs: + - fixed parsing of the m3u files with backslashes + - fixed problem with absolute paths + - fixed adding files from command line under Windows + - fixed Meta/Win modifier in the global hotkey plugin + * fixed Japanese translation (RyōTa SimaMoto) + ------------------------------------------------------------------- Thu Oct 3 14:03:30 UTC 2013 - reddwarf@opensuse.org diff --git a/qmmp.spec b/qmmp.spec index de5ff01..a6f16d1 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -1,7 +1,7 @@ # # spec file for package qmmp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %define soname 0 Name: qmmp -Version: 0.7.3 +Version: 0.7.5 Release: 0 Summary: XMMS-like audio player License: GPL-2.0+ @@ -48,7 +48,8 @@ BuildRequires: pkgconfig(QtXml) BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(enca) >= 1.9 BuildRequires: pkgconfig(flac) -BuildRequires: pkgconfig(opus) +BuildRequires: pkgconfig(opus) >= 1.0.2 +BuildRequires: pkgconfig(opusfile) >= 0.2 # Standard Jack version is not new enough until openSUSE 12.1 %if 0%{?suse_version} > 1140 BuildRequires: pkgconfig(jack)