mpd: update to 0.21.7.

This commit is contained in:
maxice8 2019-04-04 03:21:17 -03:00 committed by maxice8
parent 53b2af2171
commit c480610298

View file

@ -1,6 +1,6 @@
# Template file for 'mpd' # Template file for 'mpd'
pkgname=mpd pkgname=mpd
version=0.21.6 version=0.21.7
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
@ -28,12 +28,12 @@ makedepends="avahi-glib-libs-devel boost-devel faad2-devel ffmpeg-devel
$(vopt_if wavpack 'wavpack-devel') $(vopt_if soxr 'libsoxr-devel') $(vopt_if wavpack 'wavpack-devel') $(vopt_if soxr 'libsoxr-devel')
$(vopt_if openal 'libopenal-devel')" $(vopt_if openal 'libopenal-devel')"
short_desc="Flexible, powerful, server-side application for playing music" short_desc="Flexible, powerful, server-side application for playing music"
maintainer="Juan RP <xtraeme@voidlinux.org>" maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-2.0-or-later" 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=8d4d116acc069872ba68741016d284885e93f8558a88d0c7ed246b8e1f40e59f checksum=512062bc529bee04d4ccfaa2c6e720afc85bb071e49850a096b5ed518b3b412c
LDFLAGS+=" -Wl,-z,stack-size=1048576" LDFLAGS+=" -Wl,-z,stack-size=1048576"
system_accounts="mpd" system_accounts="mpd"