mpd: update to 0.23.11.

Close: #40825
This commit is contained in:
Daniel Eyßer 2022-11-28 22:19:32 +01:00 committed by Đoàn Trần Công Danh
parent ffed6ac58d
commit f65e7116f6
2 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,12 @@
Index: mpd-0.23.11/src/RemoteTagCache.hxx
===================================================================
--- mpd-0.23.11.orig/src/RemoteTagCache.hxx
+++ mpd-0.23.11/src/RemoteTagCache.hxx
@@ -28,6 +28,7 @@
#include <boost/intrusive/list.hpp>
#include <boost/intrusive/unordered_set.hpp>
+#include <array>
#include <string>
class RemoteTagCacheHandler;

View file

@ -1,6 +1,6 @@
# Template file for 'mpd'
pkgname=mpd
version=0.23.10
version=0.23.11
revision=1
build_style=meson
configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
@ -39,7 +39,7 @@ license="GPL-2.0-or-later"
homepage="https://www.musicpd.org/"
changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/master/NEWS"
distfiles="https://www.musicpd.org/download/mpd/${version%.*}/mpd-${version}.tar.xz"
checksum=605c8ceb42cc48144cbdbe9e9682b6dc0df0348258a4a62bde095a02ca24e6a8
checksum=edb4e7a8f9dff238b5610f9e2461940ea98c727a5462fafb1cdf836304dfdca9
LDFLAGS="-Wl,-z,stack-size=1048576"
system_accounts="mpd"