Commit 483a6ff2 authored by Jörg Krause's avatar Jörg Krause Committed by Thomas Petazzoni
Browse files

package/upmpdcli: bump to version 0.8.5

parent 98913307
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
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
+3 −3
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@
#
################################################################################

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
@@ -20,7 +20,7 @@ define UPMPDCLI_INSTALL_INIT_SYSV
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