parent
ffed6ac58d
commit
f65e7116f6
2 changed files with 14 additions and 2 deletions
12
srcpkgs/mpd/patches/boost-1.81.patch
Normal file
12
srcpkgs/mpd/patches/boost-1.81.patch
Normal 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;
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue