mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'mpd'
|
||||||
pkgname=mpd
|
pkgname=mpd
|
||||||
version=0.21.19
|
version=0.21.20
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
|
configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
|
||||||
|
@ -34,7 +34,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://www.musicpd.org/"
|
homepage="https://www.musicpd.org/"
|
||||||
changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v${version}/NEWS"
|
changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v${version}/NEWS"
|
||||||
distfiles="https://www.musicpd.org/download/mpd/${version%.*}/mpd-${version}.tar.xz"
|
distfiles="https://www.musicpd.org/download/mpd/${version%.*}/mpd-${version}.tar.xz"
|
||||||
checksum=d3275e11d85637adde250cadf3b4f5aec2144228f0d8085767493fc46c55b2f9
|
checksum=422ef0a996d961f3ebc6856395f3a855b45fa0059910e878fb98281007e510e1
|
||||||
LDFLAGS+=" -Wl,-z,stack-size=1048576"
|
LDFLAGS+=" -Wl,-z,stack-size=1048576"
|
||||||
|
|
||||||
system_accounts="mpd"
|
system_accounts="mpd"
|
||||||
|
@ -49,7 +49,7 @@ make_dirs="
|
||||||
build_options="jack lame mpcdec pulseaudio libao wavpack sndio cdio openal"
|
build_options="jack lame mpcdec pulseaudio libao wavpack sndio cdio openal"
|
||||||
desc_option_cdio="Enable libcdio_paranoia input plugin"
|
desc_option_cdio="Enable libcdio_paranoia input plugin"
|
||||||
desc_option_openal="Enable OpenAL output 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() {
|
pre_configure() {
|
||||||
# We only want manpages
|
# We only want manpages
|
||||||
|
|
Loading…
Add table
Reference in a new issue