mpd: update to 0.23.5.
This commit is contained in:
parent
d0a9422ff0
commit
979fe1e0f5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mpd'
|
||||
pkgname=mpd
|
||||
version=0.23.4
|
||||
version=0.23.5
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
|
||||
|
@ -22,7 +22,7 @@ hostmakedepends="pkg-config python3-Sphinx"
|
|||
makedepends="avahi-glib-libs-devel boost-devel faad2-devel ffmpeg-devel
|
||||
libcurl-devel libid3tag-devel libmad-devel libmikmod-devel libmms-devel
|
||||
libmodplug-devel libmpdclient-devel libnfs-devel libsamplerate-devel
|
||||
libnpupnp-devel mpg123-devel opus-devel yajl-devel
|
||||
libnpupnp-devel mpg123-devel opus-devel yajl-devel pcre2-devel icu-devel
|
||||
zziplib-devel libsoxr-devel audiofile-devel twolame-devel fmt-devel
|
||||
$(vopt_if io_uring 'liburing-devel') $(vopt_if pipewire 'pipewire-devel')
|
||||
$(vopt_if cdio 'libcdio-paranoia-devel') $(vopt_if shoutcast 'libshout-devel')
|
||||
|
@ -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=2f359d30dd980f762d2bc324d916e48b731e8a4d456d01d120c61ad657e4c754
|
||||
checksum=f22c2c25093a05f4566f9cd7207cfbcd8405af67ed29a989bcf8905f80b7a299
|
||||
LDFLAGS="-Wl,-z,stack-size=1048576"
|
||||
|
||||
system_accounts="mpd"
|
||||
|
|
Loading…
Reference in a new issue