Accepting request 222236 from home:RedDwarf:branches:multimedia:apps
- 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
This commit is contained in:
parent
d78dc3d7a1
commit
5f5ba9d834
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57e4e1a00450a5a094b290df5410f8ab5a80da364ad3f1402835573cb0b75562
|
||||
size 848638
|
3
qmmp-0.7.5.tar.bz2
Normal file
3
qmmp-0.7.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6066aea939813667dae7cf32ff1d6eb9913894977d132c2cd729fea22d24cf67
|
||||
size 863064
|
31
qmmp.changes
31
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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user