summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-12-13 17:50:28 +0100
committerKhem Raj <raj.khem@gmail.com>2021-12-13 21:20:02 -0800
commitfe5b334cda2b9a8cc4aeb37eb67206ca903b041b (patch)
tree09938d52328e502cfc799a58e223292796bf114a /meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
parent1057495c63c1f7fea1486477e59338d571e84ff0 (diff)
downloadmeta-openembedded-fe5b334cda2b9a8cc4aeb37eb67206ca903b041b.tar.gz
gssdp: update to 1.4.0.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb')
-rw-r--r--meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
new file mode 100644
index 0000000000..056ea83aaa
--- /dev/null
+++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb
@@ -0,0 +1,26 @@
1SUMMARY = "Resource discovery and announcement over SSDP"
2DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP \
3 (Simpe Service Discovery Protocol)."
4HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/"
5BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues"
6LICENSE = "LGPLv2.1"
7LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
8
9SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz"
10SRC_URI[sha256sum] = "8676849d57fb822b8728856dbadebf3867f89ee47a0ec47a20045d011f431582"
11
12GTKDOC_MESON_OPTION = 'gtk_doc'
13
14DEPENDS = " \
15 glib-2.0 \
16 libsoup-2.4 \
17"
18
19inherit meson pkgconfig gobject-introspection vala gtk-doc
20
21PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', '', d)}"
22PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+4,"
23
24PACKAGES =+ "gssdp-tools"
25
26FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"