Accepting request 894724 from home:13ilya:branches:multimedia:apps
- Update to 0.22.7 * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.7/NEWS * protocol: * don't use glibc extension to parse time stamps * optimize the "albumart" command * input: * curl: send user/password in the first request, save one roundtrip * decoder: * ffmpeg: fix build problem with FFmpeg 3.4 * gme: support RSN files * storage: curl: don't use glibc extension * database: simple: fix database corruption bug * output: * fix crash when pausing with multiple partitions * httpd: send header "Access-Control-Allow-Origin: *" OBS-URL: https://build.opensuse.org/request/show/894724 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=72
This commit is contained in:
parent
a827cbfc01
commit
cf32e94415
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2be149a4895c3cb613477f8cf1193593e3d8a1d38a75ffa7d32da8c8316a4d5e
|
|
||||||
size 730524
|
|
Binary file not shown.
3
mpd-0.22.7.tar.xz
Normal file
3
mpd-0.22.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:498668c408cece8469dfcda6dd59a471d5ee9ba2c365a7eca3165a8ac831fc41
|
||||||
|
size 737524
|
BIN
mpd-0.22.7.tar.xz.sig
Normal file
BIN
mpd-0.22.7.tar.xz.sig
Normal file
Binary file not shown.
19
mpd.changes
19
mpd.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 21 06:04:21 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
|
||||||
|
|
||||||
|
- Update to 0.22.7
|
||||||
|
* https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.7/NEWS
|
||||||
|
* protocol:
|
||||||
|
* don't use glibc extension to parse time stamps
|
||||||
|
* optimize the "albumart" command
|
||||||
|
* input:
|
||||||
|
* curl: send user/password in the first request, save one roundtrip
|
||||||
|
* decoder:
|
||||||
|
* ffmpeg: fix build problem with FFmpeg 3.4
|
||||||
|
* gme: support RSN files
|
||||||
|
* storage: curl: don't use glibc extension
|
||||||
|
* database: simple: fix database corruption bug
|
||||||
|
* output:
|
||||||
|
* fix crash when pausing with multiple partitions
|
||||||
|
* httpd: send header "Access-Control-Allow-Origin: *"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 19 23:49:35 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Fri Feb 19 23:49:35 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
4
mpd.spec
4
mpd.spec
@ -20,7 +20,7 @@
|
|||||||
%bcond_with faad
|
%bcond_with faad
|
||||||
%bcond_without mpd_iso9660
|
%bcond_without mpd_iso9660
|
||||||
Name: mpd
|
Name: mpd
|
||||||
Version: 0.22.6
|
Version: 0.22.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Music Player Daemon
|
Summary: Music Player Daemon
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -36,10 +36,10 @@ Patch1: %{name}-sndfile.patch
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: group(audio)
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: libboost_headers-devel
|
BuildRequires: libboost_headers-devel
|
||||||
BuildRequires: libcue-devel
|
BuildRequires: libcue-devel
|
||||||
BuildRequires: group(audio)
|
|
||||||
# MPD_ENABLE_AUTO_LIB
|
# MPD_ENABLE_AUTO_LIB
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libmikmod-devel
|
BuildRequires: libmikmod-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user