- Update to 0.7.1
* improved jack plugin (24/32-bit samples and freebsd support) * excluded mime types of disabled plugins in the mpris interface * fixed windows support in the gme plugin * fixed shortcut editor dialog * fixed api documentation * fixed parsing of the icy packet size * fixed possible freezes * fixed Spanish translation (thanks to Gustavo Alvarez) * fixed and improved qmake support (Ryota Shimamoto) * fixed pkg-config support * fixed several ui bugs * fixed scrobbler regressions OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=41
This commit is contained in:
parent
6c50e5f764
commit
25a927db41
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f9a67821a711f925e27d7254eb3039d31019fe1a2aaa7a901be0d2f9066183d
|
|
||||||
size 846257
|
|
3
qmmp-0.7.1.tar.bz2
Normal file
3
qmmp-0.7.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5e86c3c783bffa384d4c5c8731ebaff7a1589f56b6e0ad69ec6f82a8da160671
|
||||||
|
size 847295
|
17
qmmp.changes
17
qmmp.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 31 09:31:54 UTC 2013 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
- Update to 0.7.1
|
||||||
|
* improved jack plugin (24/32-bit samples and freebsd support)
|
||||||
|
* excluded mime types of disabled plugins in the mpris interface
|
||||||
|
* fixed windows support in the gme plugin
|
||||||
|
* fixed shortcut editor dialog
|
||||||
|
* fixed api documentation
|
||||||
|
* fixed parsing of the icy packet size
|
||||||
|
* fixed possible freezes
|
||||||
|
* fixed Spanish translation (thanks to Gustavo Alvarez)
|
||||||
|
* fixed and improved qmake support (Ryota Shimamoto)
|
||||||
|
* fixed pkg-config support
|
||||||
|
* fixed several ui bugs
|
||||||
|
* fixed scrobbler regressions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 15 13:51:40 UTC 2013 - mhrusecky@suse.com
|
Wed May 15 13:51:40 UTC 2013 - mhrusecky@suse.com
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%define soname 0
|
%define soname 0
|
||||||
|
|
||||||
Name: qmmp
|
Name: qmmp
|
||||||
Version: 0.7.0
|
Version: 0.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XMMS-like audio player
|
Summary: XMMS-like audio player
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -91,7 +91,6 @@ has user interface, similar winamp or xmms.
|
|||||||
%package -n libqmmp%{soname}
|
%package -n libqmmp%{soname}
|
||||||
Summary: Qmmp library
|
Summary: Qmmp library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Suggests: libqmmp%{soname}-plugin-mplayer
|
|
||||||
Recommends: libqmmp%{soname}-plugins
|
Recommends: libqmmp%{soname}-plugins
|
||||||
|
|
||||||
%description -n libqmmp%{soname}
|
%description -n libqmmp%{soname}
|
||||||
@ -103,6 +102,8 @@ Group: System/Libraries
|
|||||||
Provides: qmmp(%{soname})(Input)
|
Provides: qmmp(%{soname})(Input)
|
||||||
Provides: qmmp(%{soname})(Output)
|
Provides: qmmp(%{soname})(Output)
|
||||||
Provides: qmmp(%{soname})(Ui)
|
Provides: qmmp(%{soname})(Ui)
|
||||||
|
# Suggests instead of Recommends since MPlayer is a too big dependency
|
||||||
|
Suggests: libqmmp%{soname}-plugin-mplayer
|
||||||
|
|
||||||
%description -n libqmmp%{soname}-plugins
|
%description -n libqmmp%{soname}-plugins
|
||||||
Plugins for libqmmp.
|
Plugins for libqmmp.
|
||||||
|
Loading…
Reference in New Issue
Block a user