mpd: update to 0.19.15.
This commit is contained in:
parent
26876c48e0
commit
38af0b3648
2 changed files with 3 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
|||
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,7 +1,7 @@
|
|||
# Template file for 'mpd'
|
||||
pkgname=mpd
|
||||
version=0.19.14
|
||||
revision=2
|
||||
version=0.19.15
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-opus --enable-mikmod --enable-neighbor-plugins
|
||||
--enable-soundcloud --enable-pipe-output --disable-twolame-encoder
|
||||
|
@ -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=2fd23805132e5002a4d24930001a7c7d3aaf55e3bd0cd71af5385895160e99e7
|
||||
checksum=0cb9a223894b038ce966ce6d651d9b3ea3bdc7d7b9bec8d1e9e7e091cbc29b8b
|
||||
|
||||
# Package build options
|
||||
build_options="jack lame mpcdec pulseaudio libao wavpack"
|
||||
|
|
Loading…
Add table
Reference in a new issue