From 8dba575d94445eda4854b4c08c33103dd91392c9 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 31 Dec 2021 18:29:27 +0100 Subject: gupnp: upgrade 1.2.7 -> 1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit License: * LGPL-2.0+ -> LGPL-2.1-or-later * Source code file does not add new to license: It is marked as LGPL-2.1-or-later Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-multimedia/recipes-connectivity/gupnp/gupnp.inc | 2 +- meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.7.bb | 7 ------- meta-multimedia/recipes-connectivity/gupnp/gupnp_1.4.1.bb | 6 ++++++ 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.7.bb create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gupnp_1.4.1.bb diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc index a959751e07..2389c3d081 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc @@ -1,6 +1,6 @@ SUMMARY = "UPnP framework" DESCRIPTION = "GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals." -LICENSE = "LGPLv2+" +LICENSE = "LGPL-2.1-or-later" DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2" diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.7.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.7.bb deleted file mode 100644 index 7ad594f02e..0000000000 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.7.bb +++ /dev/null @@ -1,7 +0,0 @@ -require gupnp.inc - -SRC_URI = "${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "8441276f1afd0176e6f595026a3a507eed1809abfa04026bad3f21622b3523ec" - -LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ - file://libgupnp/gupnp.h;beginline=1;endline=20;md5=d78a69d9b6e63ee2dc72e7b674d97520" diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.4.1.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.4.1.bb new file mode 100644 index 0000000000..746337b7ee --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.4.1.bb @@ -0,0 +1,6 @@ +require gupnp.inc + +SRC_URI = "${GNOME_MIRROR}/${BPN}/1.4/${BPN}-${PV}.tar.xz" +SRC_URI[sha256sum] = "899196b5e66f03b8e25f046a7a658cd2a6851becb83f2d55345ab3281655dc0c" + +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -- cgit v1.2.3-54-g00ecf