Accepting request 965774 from home:13ilya:branches:multimedia:apps

- Updated to 0.23.6
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.6/NEWS
  * protocol:
    * support filename "cover.webp" for "albumart" command
    * support "readcomments" and "readpicture" on CUE tracks
  * decoder:
    * ffmpeg: fix end-of-file check (update stuck at empty files)
    * opus: fix "readpicture" on Opus files
  * output:
    * pipewire: fix crash bug if setting volume before playback starts
    * wasapi: fix resume after pause

OBS-URL: https://build.opensuse.org/request/show/965774
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=90
This commit is contained in:
Илья Индиго 2022-03-29 21:31:35 +00:00 committed by Git OBS Bridge
parent aa7edecac3
commit dda2b8a108
6 changed files with 21 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f22c2c25093a05f4566f9cd7207cfbcd8405af67ed29a989bcf8905f80b7a299
size 770700

Binary file not shown.

3
mpd-0.23.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbc5928ee3ee1ef7ff6a58f6ba4afaee16c07e9eb42d0107bcc098010f4f26ed
size 770812

BIN
mpd-0.23.6.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Mar 29 21:26:09 UTC 2022 - Илья Индиго <ilya@ilya.cf>
- Updated to 0.23.6
* https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.6/NEWS
* protocol:
* support filename "cover.webp" for "albumart" command
* support "readcomments" and "readpicture" on CUE tracks
* decoder:
* ffmpeg: fix end-of-file check (update stuck at empty files)
* opus: fix "readpicture" on Opus files
* output:
* pipewire: fix crash bug if setting volume before playback starts
* wasapi: fix resume after pause
-------------------------------------------------------------------
Tue Jan 11 11:11:11 UTC 2022 - olaf@aepfle.de

View File

@ -1,7 +1,7 @@
#
# spec file for package mpd
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%bcond_with faad
%bcond_without mpd_iso9660
Name: mpd
Version: 0.23.5
Version: 0.23.6
Release: 0
Summary: Music Player Daemon
License: GPL-2.0-or-later
@ -75,6 +75,7 @@ BuildRequires: pkgconfig(libmpdclient)
BuildRequires: pkgconfig(libmpg123)
BuildRequires: pkgconfig(libnfs)
BuildRequires: pkgconfig(libopenmpt)
BuildRequires: pkgconfig(libpcre2-8)
BuildRequires: pkgconfig(libpipewire-0.3)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libsystemd)
@ -84,7 +85,6 @@ BuildRequires: pkgconfig(mad)
BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(openal)
BuildRequires: pkgconfig(opus)
BuildRequires: pkgconfig(libpcre2-8)
BuildRequires: pkgconfig(samplerate)
BuildRequires: pkgconfig(shine)
BuildRequires: pkgconfig(shout)