Accepting request 649553 from home:alarrosa:branches:multimedia:apps
- Update to version 0.21.2 * protocol - operator "=~" matches a regular expression - operator "contains" matches substrings * decoder - ffmpeg: require FFmpeg 3.1 or later - ffmpeg: fix broken sound with certain codecs * output - alsa: fix high CPU usage with dmix - httpd: fix three crash bugs * mixer - alsa: fix more rounding errors * fix zlib support - Remove mpd-zlib.patch which was already merged upstream. - Add systemd pre(un)/post(un) macros for mpd.socket OBS-URL: https://build.opensuse.org/request/show/649553 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=21
This commit is contained in:
parent
ab8b905d05
commit
504e04f70f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5674e791a6f3687a312431fd7e14d9d27fc62e21b869ff6b522bf6ba1bb5c069
|
||||
size 662308
|
3
mpd-0.21.2.tar.xz
Normal file
3
mpd-0.21.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6ff74ff521aa2b390bdeac299954da21b9d0a66216abdd500ae590d97ab514a
|
||||
size 664408
|
@ -1,20 +0,0 @@
|
||||
From ad597a8ff0b6595dc47ab87732cfe037f1b2e5fc Mon Sep 17 00:00:00 2001
|
||||
From: Max Kellermann <max@musicpd.org>
|
||||
Date: Wed, 7 Nov 2018 23:24:58 +0100
|
||||
Subject: [PATCH] lib/zlib/meson.build: define ENABLE_ZLIB
|
||||
|
||||
Fixes #414
|
||||
---
|
||||
src/lib/zlib/meson.build | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/lib/zlib/meson.build b/src/lib/zlib/meson.build
|
||||
index c697e5228..d690b563d 100644
|
||||
--- a/src/lib/zlib/meson.build
|
||||
+++ b/src/lib/zlib/meson.build
|
||||
@@ -1,4 +1,5 @@
|
||||
zlib_dep = dependency('zlib', required: get_option('zlib'))
|
||||
+conf.set('ENABLE_ZLIB', zlib_dep.found())
|
||||
if not zlib_dep.found()
|
||||
subdir_done()
|
||||
endif
|
21
mpd.changes
21
mpd.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 16 11:55:10 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 0.21.2
|
||||
* protocol
|
||||
- operator "=~" matches a regular expression
|
||||
- operator "contains" matches substrings
|
||||
* decoder
|
||||
- ffmpeg: require FFmpeg 3.1 or later
|
||||
- ffmpeg: fix broken sound with certain codecs
|
||||
* output
|
||||
- alsa: fix high CPU usage with dmix
|
||||
- httpd: fix three crash bugs
|
||||
* mixer
|
||||
- alsa: fix more rounding errors
|
||||
* fix zlib support
|
||||
|
||||
- Remove mpd-zlib.patch which was already merged upstream.
|
||||
|
||||
- Add systemd pre(un)/post(un) macros for mpd.socket
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 15 11:12:49 UTC 2018 - meissner@suse.com
|
||||
|
||||
|
14
mpd.spec
14
mpd.spec
@ -13,7 +13,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
%define mver 0.21
|
||||
Name: mpd
|
||||
Version: 0.21.1
|
||||
Version: 0.21.2
|
||||
Release: 0
|
||||
Summary: Music Player Daemon
|
||||
License: GPL-3.0-or-later
|
||||
@ -36,8 +36,6 @@ Source2: README.%{name}
|
||||
Source3: mpd-user.conf
|
||||
# PATCH-FEATURE-OPENSUSE mpd-mpdconf_suse.patch --
|
||||
Patch0: %{name}-mpdconf_suse.patch
|
||||
# PATCH-FIX-UPSTREAM mpd-zlib.patch
|
||||
Patch2: mpd-zlib.patch
|
||||
# PATCH-FEATURE-OPENSUSE mpd-docs.patch
|
||||
Patch3: mpd-docs.patch
|
||||
# PATCH-FIX-OPENSUSE mpd-sndfile.patch
|
||||
@ -243,16 +241,16 @@ ln -s service %{buildroot}%{_sbindir}/rcmpd
|
||||
%pre
|
||||
# add mpd user only when installing first time
|
||||
getent passwd mpd >/dev/null || useradd -r -g audio -d %{_localstatedir}/lib/mpd -s /sbin/nologin -c "user for mpd" mpd
|
||||
%service_add_pre mpd.service
|
||||
%service_add_pre mpd.service mpd.socket
|
||||
|
||||
%post
|
||||
%service_add_post mpd.service
|
||||
%service_add_post mpd.service mpd.socket
|
||||
|
||||
%preun
|
||||
%service_del_preun mpd.service
|
||||
%service_del_preun mpd.service mpd.socket
|
||||
|
||||
%postun
|
||||
%service_del_postun mpd.service
|
||||
%service_del_postun mpd.service mpd.socket
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
Loading…
x
Reference in New Issue
Block a user