1SUMMARY = "Helpers for AV applications using UPnP"
2DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP."
3
4LICENSE = "LGPL-2.1-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
6
7DEPENDS = "gupnp"
8
9inherit meson pkgconfig gobject-introspection vala
10
11SRC_URI = "${GNOME_MIRROR}/${BPN}/0.14/${BPN}-${PV}.tar.xz \
12           file://0001-all-Drop-xmlRecoverMemory.patch \
13          "
14SRC_URI[sha256sum] = "b79ce0cc4b0c66d9c54bc22183a10e5709a0011d2af272025948efcab33a3e4f"
15