mpd: update to 0.19.14
This commit is contained in:
parent
e144ec9263
commit
392a823c10
|
@ -0,0 +1,13 @@
|
|||
diff --git src/notify.hxx src/notify.hxx
|
||||
index 3e62a01..1213fb6 100644
|
||||
--- src/notify.hxx
|
||||
+++ src/notify.hxx
|
||||
@@ -28,7 +28,7 @@ struct notify {
|
||||
Cond cond;
|
||||
bool pending;
|
||||
|
||||
-#if !defined(WIN32) && !defined(__NetBSD__) && !defined(__BIONIC__)
|
||||
+#if defined(__GLIBC__)
|
||||
constexpr
|
||||
#endif
|
||||
notify():pending(false) {}
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mpd'
|
||||
pkgname=mpd
|
||||
version=0.19.13
|
||||
version=0.19.14
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-opus --enable-mikmod --enable-neighbor-plugins
|
||||
|
@ -15,8 +15,8 @@ makedepends="
|
|||
sqlite-devel libmms-devel avahi-glib-libs-devel libid3tag-devel boost-devel
|
||||
yajl-devel libogg-devel libflac-devel libsoup-devel bzip2-devel icu-devel
|
||||
libmikmod-devel libsndfile-devel alsa-lib-devel mpg123-devel libsamplerate-devel
|
||||
libcdio-paranoia-devel zziplib-devel libmpdclient-devel opus-devel samba-devel libnfs-devel
|
||||
libupnp-devel $(vopt_if jack jack-devel) $(vopt_if lame lame-devel)
|
||||
libcdio-paranoia-devel zziplib-devel libmpdclient-devel opus-devel samba-devel
|
||||
libnfs-devel libupnp-devel $(vopt_if jack jack-devel) $(vopt_if lame lame-devel)
|
||||
$(vopt_if mpcdec libmpcdec-devel) $(vopt_if pulseaudio pulseaudio-devel)
|
||||
$(vopt_if wavpack wavpack-devel) $(vopt_if libao libao-devel)"
|
||||
conf_files="/etc/mpd.conf"
|
||||
|
@ -28,7 +28,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://www.musicpd.org/"
|
||||
distfiles="http://www.musicpd.org/download/mpd/${version%.*}/mpd-${version}.tar.xz"
|
||||
checksum=f1014838fa7ab2d5fe2ef7f4c101d58fdec2c4c13cfbd2462ee146c8e4919a55
|
||||
checksum=2fd23805132e5002a4d24930001a7c7d3aaf55e3bd0cd71af5385895160e99e7
|
||||
|
||||
# Package build options
|
||||
build_options="jack lame mpcdec pulseaudio libao wavpack"
|
||||
|
|
Loading…
Reference in New Issue