kumquat-buildroot/package/gupnp-av/gupnp-av.mk
Fabrice Fontaine f59df804db package/gupnp-av: bump to version 0.13.0
- License is LGPL-2.1+ since
  f0ff740c73
- Update indentation in hash file (two spaces)
- Switch to meson-package

https://gitlab.gnome.org/GNOME/gupnp-av/-/blob/gupnp-av-0.13.0/NEWS

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-07-20 21:29:38 +02:00

24 lines
805 B
Makefile

################################################################################
#
# gupnp-av
#
################################################################################
GUPNP_AV_VERSION_MAJOR = 0.13
GUPNP_AV_VERSION = $(GUPNP_AV_VERSION_MAJOR).0
GUPNP_AV_SOURCE = gupnp-av-$(GUPNP_AV_VERSION).tar.xz
GUPNP_AV_SITE = http://ftp.gnome.org/pub/gnome/sources/gupnp-av/$(GUPNP_AV_VERSION_MAJOR)
GUPNP_AV_LICENSE = LGPL-2.1+
GUPNP_AV_LICENSE_FILES = COPYING
GUPNP_AV_INSTALL_STAGING = YES
GUPNP_AV_DEPENDENCIES = host-pkgconf libglib2 libxml2 gupnp
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
GUPNP_AV_CONF_OPTS += -Dintrospection=true -Dvapi=true
GUPNP_AV_DEPENDENCIES += host-vala gobject-introspection
else
GUPNP_AV_CONF_OPTS += -Dintrospection=false -Dvapi=false
endif
$(eval $(meson-package))