diff options
Diffstat (limited to 'meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb')
| -rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb new file mode 100644 index 0000000000..7d82c3e2e6 --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Resource discovery and announcement over SSDP" | ||
| 2 | DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP (Simpe Service Discovery Protocol)." | ||
| 3 | LICENSE = "LGPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
| 5 | DEPENDS = "glib-2.0 libsoup-2.4" | ||
| 6 | |||
| 7 | SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz" | ||
| 8 | SRC_URI[md5sum] = "ef3295a965c06ce0f683522391fbb910" | ||
| 9 | SRC_URI[sha256sum] = "a263dcb6730e3b3dc4bbbff80cf3fab4cd364021981d419db6dd5a8e148aa7e8" | ||
| 10 | |||
| 11 | GTKDOC_MESON_OPTION = 'gtk_doc' | ||
| 12 | |||
| 13 | inherit meson pkgconfig gobject-introspection vala gtk-doc | ||
| 14 | |||
| 15 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', '', d)}" | ||
| 16 | PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3," | ||
| 17 | |||
| 18 | PACKAGES =+ "gssdp-tools" | ||
| 19 | |||
| 20 | FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade" | ||
