package/libupnpp: bump to version 0.19.2
Starting from this version libupnp has been replaced with libnpupnp Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
d2f50391d7
commit
0b81bdac3a
@ -1,11 +1,11 @@
|
|||||||
config BR2_PACKAGE_LIBUPNPP
|
config BR2_PACKAGE_LIBUPNPP
|
||||||
bool "libupnpp"
|
bool "libupnpp"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnpupnp
|
||||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
select BR2_PACKAGE_LIBCURL
|
select BR2_PACKAGE_LIBCURL
|
||||||
select BR2_PACKAGE_LIBUPNP18 if !BR2_PACKAGE_LIBUPNP
|
select BR2_PACKAGE_LIBNPUPNP
|
||||||
help
|
help
|
||||||
The libupnpp C++ library wraps libupnp for easier use by
|
The libupnpp C++ library wraps libupnp for easier use by
|
||||||
upmpdcli and upplay.
|
upmpdcli and upplay.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Hashes from: http://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-0.17.2.tar.gz.sha256
|
# Hashes from: http://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-0.19.2.tar.gz.sha256
|
||||||
sha256 5abaaf353a1e9c3482d61ef2627b650285d59f27c1ee60d35b8951952261374f libupnpp-0.17.2.tar.gz
|
sha256 c9623533271605c92dfa603f5fe0ab6d3d5b4384a0c9173800784f4aa643a190 libupnpp-0.19.2.tar.gz
|
||||||
|
|
||||||
# Hash for license file:
|
# Hash for license file:
|
||||||
sha256 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2 COPYING
|
sha256 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2 COPYING
|
||||||
|
@ -4,12 +4,11 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBUPNPP_VERSION = 0.17.2
|
LIBUPNPP_VERSION = 0.19.2
|
||||||
LIBUPNPP_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
|
LIBUPNPP_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
|
||||||
LIBUPNPP_LICENSE = LGPL-2.1+
|
LIBUPNPP_LICENSE = LGPL-2.1+
|
||||||
LIBUPNPP_LICENSE_FILES = COPYING
|
LIBUPNPP_LICENSE_FILES = COPYING
|
||||||
LIBUPNPP_INSTALL_STAGING = YES
|
LIBUPNPP_INSTALL_STAGING = YES
|
||||||
LIBUPNPP_DEPENDENCIES = host-pkgconf expat libcurl \
|
LIBUPNPP_DEPENDENCIES = host-pkgconf expat libcurl libnpupnp
|
||||||
$(if $(BR2_PACKAGE_LIBUPNP),libupnp,libupnp18)
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
Reference in New Issue
Block a user