Files
Bernd Kuhls 2774502344 package/libnpupnp: bump version to 6.2.3
Release notes:
https://www.lesbonscomptes.com/upmpdcli/pages/releases.html

Switched _SITE to https.

Switched build system to meson after autotools were removed in version
6.1.2.

This bump fixes a gerbera build error introduced to buildroot by the
gerbera bump to 2.6.1 with buildroot commit
f8bf789115.

Fixes:
https://autobuild.buildroot.net/results/b6b/b6bd96cb9dbcaff9351ef156edaec7d1b5290b9e/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2025-12-27 16:53:15 +01:00

15 lines
450 B
Makefile

################################################################################
#
# libnpupnp
#
################################################################################
LIBNPUPNP_VERSION = 6.2.3
LIBNPUPNP_SITE = https://www.lesbonscomptes.com/upmpdcli/downloads
LIBNPUPNP_LICENSE = BSD-3-Clause
LIBNPUPNP_LICENSE_FILES = COPYING
LIBNPUPNP_INSTALL_STAGING = YES
LIBNPUPNP_DEPENDENCIES = expat libcurl libmicrohttpd
$(eval $(meson-package))