upmpdcli: update to 1.5.0
Add missing header for musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
099e9a31ca
commit
129c790082
2 changed files with 13 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
#
|
||||
# Copyright (C) 2016 OpenWrt.org
|
||||
#
|
||||
|
@ -9,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=upmpdcli
|
||||
PKG_VERSION:=1.4.14
|
||||
PKG_VERSION:=1.5.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads
|
||||
PKG_HASH:=e3d90dedee6a942acc049324ca81b7f008d217d386a3e2590a2ca5670cc9df05
|
||||
PKG_HASH:=c971ed29cf00ebe70b6461f30ec4b9d58e0acaf52c6fd452876678bb6fe53009
|
||||
|
||||
PKG_MAINTAINER:=Petko Bordjukov <bordjukov@gmail.com>
|
||||
PKG_LICENSE:=LGPL-2.1-or-later
|
||||
|
|
11
sound/upmpdcli/patches/010-unistd.patch
Normal file
11
sound/upmpdcli/patches/010-unistd.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/src/upmpdutils.hxx
|
||||
+++ b/src/upmpdutils.hxx
|
||||
@@ -21,6 +21,8 @@
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
+#include <unistd.h>
|
||||
+
|
||||
namespace UPnPClient {
|
||||
class UPnPDirObject;
|
||||
};
|
Loading…
Reference in a new issue