From f65e7116f6347afa67281347b2aa867ad649e865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Mon, 28 Nov 2022 22:19:32 +0100 Subject: [PATCH] mpd: update to 0.23.11. Close: #40825 --- srcpkgs/mpd/patches/boost-1.81.patch | 12 ++++++++++++ srcpkgs/mpd/template | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/mpd/patches/boost-1.81.patch diff --git a/srcpkgs/mpd/patches/boost-1.81.patch b/srcpkgs/mpd/patches/boost-1.81.patch new file mode 100644 index 00000000000..b88bcd931ad --- /dev/null +++ b/srcpkgs/mpd/patches/boost-1.81.patch @@ -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 + #include + ++#include + #include + + class RemoteTagCacheHandler; diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template index 8b3faaff420..a20516becd0 100644 --- a/srcpkgs/mpd/template +++ b/srcpkgs/mpd/template @@ -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"