diff options
-rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb | 20 | ||||
-rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gssdp_1.4.0.1.bb | 26 |
2 files changed, 26 insertions, 20 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 deleted file mode 100644 index 8f27ae2922..0000000000 --- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
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" | ||
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 @@ | |||
1 | SUMMARY = "Resource discovery and announcement over SSDP" | ||
2 | DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP \ | ||
3 | (Simpe Service Discovery Protocol)." | ||
4 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/" | ||
5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues" | ||
6 | LICENSE = "LGPLv2.1" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
8 | |||
9 | SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz" | ||
10 | SRC_URI[sha256sum] = "8676849d57fb822b8728856dbadebf3867f89ee47a0ec47a20045d011f431582" | ||
11 | |||
12 | GTKDOC_MESON_OPTION = 'gtk_doc' | ||
13 | |||
14 | DEPENDS = " \ | ||
15 | glib-2.0 \ | ||
16 | libsoup-2.4 \ | ||
17 | " | ||
18 | |||
19 | inherit meson pkgconfig gobject-introspection vala gtk-doc | ||
20 | |||
21 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sniffer', '', d)}" | ||
22 | PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+4," | ||
23 | |||
24 | PACKAGES =+ "gssdp-tools" | ||
25 | |||
26 | FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade" | ||