package/mpd: bump to version 0.19.16

Remove fetching upstream patch to fix build with GCC 6 - it's included in the
update.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Jörg Krause 2016-06-14 09:11:43 +02:00 committed by Peter Korsgaard
parent 2024d9a620
commit 627d8316a8
2 changed files with 2 additions and 6 deletions

View File

@ -1,3 +1,2 @@
# Locally calculated after checking pgp signature
sha256 0cb9a223894b038ce966ce6d651d9b3ea3bdc7d7b9bec8d1e9e7e091cbc29b8b mpd-0.19.15.tar.xz
sha256 cb9a31889a3d01f373ad154dc4c0d13ca866d69bc02b3acd9f18727a756e78cb aa5d05eaa4d482aa8f8df954335d0aba151eeff9.patch
sha256 58ecbff4b07ec42a6f31bdbbb3c3eb51317978e4a0ea3071f6ae6127848a03d6 mpd-0.19.16.tar.xz

View File

@ -5,7 +5,7 @@
################################################################################
MPD_VERSION_MAJOR = 0.19
MPD_VERSION = $(MPD_VERSION_MAJOR).15
MPD_VERSION = $(MPD_VERSION_MAJOR).16
MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz
MPD_SITE = http://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR)
MPD_DEPENDENCIES = host-pkgconf boost libglib2
@ -13,9 +13,6 @@ MPD_LICENSE = GPLv2+
MPD_LICENSE_FILES = COPYING
MPD_AUTORECONF = YES
# Fix GCC 6 issue (https://bugs.musicpd.org/view.php?id=4524)
MPD_PATCH = https://github.com/MaxKellermann/MPD/commit/aa5d05eaa4d482aa8f8df954335d0aba151eeff9.patch
# Some options need an explicit --disable or --enable
# Zeroconf support depends on libdns_sd from avahi.