config BR2_PACKAGE_UPMPDCLI
bool "upmpdcli"
- select BR2_PACKAGE_EXPAT
- select BR2_PACKAGE_LIBCURL
- select BR2_PACKAGE_LIBUPNP
select BR2_PACKAGE_LIBMPDCLIENT
+ select BR2_PACKAGE_LIBUPNPP
depends on BR2_INSTALL_LIBSTDCPP
- depends on BR2_LARGEFILE # libupnp
- depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
+ depends on BR2_LARGEFILE # libupnpp -> libupnp
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libupnpp -> libupnp
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1 # Too old gcc
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # Ditto
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # Ditto
#
################################################################################
-UPMPDCLI_VERSION = 0.8.3
+UPMPDCLI_VERSION = 0.8.5
UPMPDCLI_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
UPMPDCLI_LICENSE = GPLv2+
UPMPDCLI_LICENSE_FILES = COPYING
-UPMPDCLI_DEPENDENCIES = expat libcurl libupnp libmpdclient
+UPMPDCLI_DEPENDENCIES = libmpdclient libupnpp
# Upmpdcli only runs if user upmpdcli exists
define UPMPDCLI_USERS
endef
define UPMPDCLI_INSTALL_CONF_FILE
- $(INSTALL) -D -m 0755 $(@D)/upmpd/upmpdcli.conf $(TARGET_DIR)/etc/upmpdcli.conf
+ $(INSTALL) -D -m 0755 $(@D)/src/upmpdcli.conf $(TARGET_DIR)/etc/upmpdcli.conf
endef
UPMPDCLI_POST_INSTALL_TARGET_HOOKS += UPMPDCLI_INSTALL_CONF_FILE