From 38af0b3648a64246980985dc8ce74a93be92d3d1 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 30 Apr 2016 19:22:25 +0200 Subject: [PATCH] mpd: update to 0.19.15. --- srcpkgs/mpd/patches/musl.patch | 13 ------------- srcpkgs/mpd/template | 6 +++--- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 srcpkgs/mpd/patches/musl.patch diff --git a/srcpkgs/mpd/patches/musl.patch b/srcpkgs/mpd/patches/musl.patch deleted file mode 100644 index e71244ee8c..0000000000 --- a/srcpkgs/mpd/patches/musl.patch +++ /dev/null @@ -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) {} diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template index d35eee0610..f37d0322f5 100644 --- a/srcpkgs/mpd/template +++ b/srcpkgs/mpd/template @@ -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 " 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"