mpd: update to 0.21.20, build with jack support
This commit is contained in:
parent
8fb7282f2b
commit
6ac17e90f2
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mpd'
|
||||
pkgname=mpd
|
||||
version=0.21.19
|
||||
version=0.21.20
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
|
||||
|
@ -34,7 +34,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://www.musicpd.org/"
|
||||
changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v${version}/NEWS"
|
||||
distfiles="https://www.musicpd.org/download/mpd/${version%.*}/mpd-${version}.tar.xz"
|
||||
checksum=d3275e11d85637adde250cadf3b4f5aec2144228f0d8085767493fc46c55b2f9
|
||||
checksum=422ef0a996d961f3ebc6856395f3a855b45fa0059910e878fb98281007e510e1
|
||||
LDFLAGS+=" -Wl,-z,stack-size=1048576"
|
||||
|
||||
system_accounts="mpd"
|
||||
|
@ -49,7 +49,7 @@ make_dirs="
|
|||
build_options="jack lame mpcdec pulseaudio libao wavpack sndio cdio openal"
|
||||
desc_option_cdio="Enable libcdio_paranoia input plugin"
|
||||
desc_option_openal="Enable OpenAL output plugin"
|
||||
build_options_default="pulseaudio libao sndio cdio"
|
||||
build_options_default="jack pulseaudio libao sndio cdio"
|
||||
|
||||
pre_configure() {
|
||||
# We only want manpages
|
||||
|
|
Loading…
Reference in a new issue