aboutsummaryrefslogtreecommitdiff
path: root/libs/libmpdclient
diff options
context:
space:
mode:
authorTed Hess <thess@kitschensync.net>2015-05-12 15:00:33 -0400
committerTed Hess <thess@kitschensync.net>2015-05-12 15:00:33 -0400
commit86668ddea41a6aa8179d36c06b9e934bdb932c1a (patch)
tree043a1db6e8bac77ec2e441922159629eb6be84a0 /libs/libmpdclient
parent7b017f7ee667d2a6d71899655d3c2eb8afe07ec9 (diff)
libmpdclient: Update to 2.10
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/libmpdclient')
2 files changed, 3 insertions, 25 deletions
diff --git a/libs/libmpdclient/Makefile b/libs/libmpdclient/Makefile
index dbf5fe02c..06661145f 100644
--- a/libs/libmpdclient/Makefile
+++ b/libs/libmpdclient/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libmpdclient
-PKG_VERSION:=2.9
-PKG_RELEASE:=3
+PKG_VERSION:=2.10
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://www.musicpd.org/download/libmpdclient/2/
-PGK_MD5SUM:=4b101a36e5c0cf967dc063391260ddbf
+PGK_MD5SUM:=00606c630b905aa6196330373b366c29
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
PKG_LICENSE:=BSD-3-Clause
diff --git a/libs/libmpdclient/patches/001-WIP_musl_compatibility.patch b/libs/libmpdclient/patches/001-WIP_musl_compatibility.patch
deleted file mode 100644
index 02ea65220..000000000
--- a/libs/libmpdclient/patches/001-WIP_musl_compatibility.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/src/socket.c
-+++ b/src/socket.c
-@@ -43,6 +43,7 @@
- #else
- # include <netinet/in.h>
- # include <arpa/inet.h>
-+# include <sys/select.h>
- # include <sys/socket.h>
- # include <netdb.h>
- # include <sys/un.h>
---- a/src/sync.c
-+++ b/src/sync.c
-@@ -33,6 +33,9 @@
- #include <assert.h>
- #include <stdlib.h>
- #include <stdio.h>
-+#ifndef WIN32
-+#include <sys/select.h>
-+#endif
- #include <fcntl.h>
- #include <unistd.h>
-