libmpdclient: Update to 2.10
authorTed Hess <thess@kitschensync.net>
Tue, 12 May 2015 19:00:33 +0000 (15:00 -0400)
committerTed Hess <thess@kitschensync.net>
Tue, 12 May 2015 19:00:33 +0000 (15:00 -0400)
Signed-off-by: Ted Hess <thess@kitschensync.net>
libs/libmpdclient/Makefile
libs/libmpdclient/patches/001-WIP_musl_compatibility.patch [deleted file]

index dbf5fe02ca540259ab8e212043ea8d5b01668aed..06661145f9c616bb443cc94d390f4fdd511ae99d 100644 (file)
@@ -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 (file)
index 02ea652..0000000
+++ /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>