Accepting request 644120 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/644120 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpd?expand=0&rev=6
This commit is contained in:
commit
add9ca3b91
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8322764dc265c20f05c8c8fdfdd578b0722e74626bef56fcd8eebfb01acc58dc
|
||||
size 800476
|
3
mpd-0.20.22.tar.xz
Normal file
3
mpd-0.20.22.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78f4c4e2b5b5b4c542037f970c9253486b24e4a52e122d5859cd615b3b9a7cdd
|
||||
size 807084
|
@ -1,14 +0,0 @@
|
||||
--- a/src/decoder/plugins/FluidsynthDecoderPlugin.cxx
|
||||
+++ b/src/decoder/plugins/FluidsynthDecoderPlugin.cxx
|
||||
@@ -64,7 +64,11 @@ fluidsynth_level_to_mpd(enum fluid_log_l
|
||||
* logging library.
|
||||
*/
|
||||
static void
|
||||
+#if FLUIDSYNTH_VERSION_MAJOR == 1
|
||||
fluidsynth_mpd_log_function(int level, char *message, gcc_unused void *data)
|
||||
+#else
|
||||
+fluidsynth_mpd_log_function(int level, const char *message, gcc_unused void *data)
|
||||
+#endif
|
||||
{
|
||||
Log(fluidsynth_domain,
|
||||
fluidsynth_level_to_mpd(fluid_log_level(level)),
|
22
mpd.changes
22
mpd.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 18:51:03 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 0.20.22
|
||||
* protocol
|
||||
+ add tag fallbacks for AlbumArtistSort, ArtistSort
|
||||
+ fix empty string filter on fallback tags
|
||||
+ "count group ..." can print an empty group
|
||||
+ fix broken command "list ... group"
|
||||
* storage
|
||||
+ curl: URL-encode paths
|
||||
* decoder
|
||||
+ fluidsynth: adapt to API change in version 2.0
|
||||
* Android
|
||||
+ now runs as a service
|
||||
+ add button to start/stop MPD
|
||||
+ add option to auto-start on boot
|
||||
* work around clang bug leading to crash
|
||||
* install the SVG icon
|
||||
|
||||
- Dropped mpd-fluidsynth.patch (no longer necessary)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 17 12:37:51 UTC 2018 - olaf@aepfle.de
|
||||
|
||||
|
12
mpd.spec
12
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/
|
||||
#
|
||||
|
||||
|
||||
@ -23,19 +23,18 @@
|
||||
%define _userunitdir %{_prefix}/lib/systemd/user
|
||||
%endif
|
||||
Name: mpd
|
||||
Version: 0.20.21
|
||||
Version: 0.20.22
|
||||
Release: 0
|
||||
Summary: Music Player Daemon
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
Url: https://www.musicpd.org/
|
||||
URL: https://www.musicpd.org/
|
||||
Source: https://www.musicpd.org/download/mpd/0.20/mpd-%{version}.tar.xz
|
||||
Source2: README.%{name}
|
||||
Source3: mpd-user.conf
|
||||
# PATCH-FEATURE-OPENSUSE mpd-mpdconf_suse.patch --
|
||||
Patch0: %{name}-mpdconf_suse.patch
|
||||
Patch1: mpd-configh.patch
|
||||
Patch2: mpd-fluidsynth.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
%if 0%{?suse_version} > 1315
|
||||
@ -62,6 +61,7 @@ BuildRequires: gcc7-c++
|
||||
BuildRequires: faad2-devel
|
||||
%endif
|
||||
#
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libcue-devel
|
||||
BuildRequires: libmikmod-devel
|
||||
BuildRequires: libmp3lame-devel
|
||||
@ -267,7 +267,8 @@ getent passwd mpd >/dev/null || useradd -r -g audio -d %{_localstatedir}/lib/mpd
|
||||
%service_del_postun mpd.service
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING NEWS README.md README.mpd
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README.md README.mpd
|
||||
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
||||
%{_bindir}/%{name}
|
||||
%{_sbindir}/rcmpd
|
||||
@ -276,6 +277,7 @@ getent passwd mpd >/dev/null || useradd -r -g audio -d %{_localstatedir}/lib/mpd
|
||||
%{_mandir}/man5/%{name}.conf.5%{ext_man}
|
||||
%dir %{_docdir}/%{name}
|
||||
%doc %{_docdir}/%{name}
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%{_unitdir}/mpd.service
|
||||
%{_unitdir}/mpd.socket
|
||||
%{_userunitdir}/mpd.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user