Browse Source

upmpdcli: update to 1.5.0

Add missing header for musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 4 years ago
parent
commit
129c790082
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
2 changed files with 13 additions and 3 deletions
  1. +2
    -3
      sound/upmpdcli/Makefile
  2. +11
    -0
      sound/upmpdcli/patches/010-unistd.patch

+ 2
- 3
sound/upmpdcli/Makefile View File

@ -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
- 0
sound/upmpdcli/patches/010-unistd.patch View 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…
Cancel
Save