deleted file mode 100644
@@ -1,32 +0,0 @@
-From f875a0afe24fdebdefc46d132f6722dfcb55115a Mon Sep 17 00:00:00 2001
-From: Markus Volk <f_l_k@t-online.de>
-Date: Wed, 24 Apr 2024 18:52:45 +0200
-Subject: [PATCH] gupnp-enums.c.template: use @basename@ instead of @filename@
-
-This would prevent the build path from leaking into the source code.
-
-Signed-off-by: Markus Volk <f_l_k@t-online.de>
-
-Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gupnp/-/merge_requests/36]
----
- libgupnp/gupnp-enums.c.template | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/libgupnp/gupnp-enums.c.template b/libgupnp/gupnp-enums.c.template
-index 3ce5fa4..a7ff89c 100644
---- a/libgupnp/gupnp-enums.c.template
-+++ b/libgupnp/gupnp-enums.c.template
-@@ -3,8 +3,8 @@
-
- /*** END file-header ***/
- /*** BEGIN file-production ***/
--/* enumerations from "@filename@" */
--#include "@filename@"
-+/* enumerations from "@basename@" */
-+#include "@basename@"
- /*** END file-production ***/
- /*** BEGIN value-header ***/
- GType
-2.44.0
-
similarity index 83%
rename from meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb
rename to meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.9.bb
@@ -6,10 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "e2fsprogs gssdp libsoup-3.0 libxml2"
inherit gnomebase pkgconfig vala gobject-introspection
-
-SRC_URI[archive.sha256sum] = "c9dc50e8c78b3792d1b0e6c5c5f52c93e9345d3dae2891e311a993a574f5a04f"
-SRC_URI += "file://0001-gupnp-enums.c.template-use-basename-instead-of-filen.patch"
-
+SRC_URI[archive.sha256sum] = "2edb6ee3613558e62f538735368aee27151b7e09d4e2e2c51606833da801869b"
SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess"
Drop patch that was incorporated in this release. Changelog: 1.6.9: - Linux-CM: Fix a potential memory leak - Fix documentation link for libsoup - Fix unnecessary g_thread_unref in tests - Fix issues with Since: in documentation 1.6.8: - ServiceProxyAction: Remove some left-over debug output - ServiceProxyAction: Stop leaking the HTTP response - Docs: Fix various issues - ServiceProxyAction: Add get_value_as() - Linux-CM: Silence a false-positive with scan-build 1.6.7: - Fix compatiblity with libxml2 2.12.x - Improve reproducability - ControlPoint: Fix re-scan - ContextManager: Fix boot-id update - Context: Fix crash if served URI is not an IP address Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- ...mplate-use-basename-instead-of-filen.patch | 32 ------------------- .../gupnp/{gupnp_1.6.6.bb => gupnp_1.6.9.bb} | 5 +-- 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 meta-multimedia/recipes-connectivity/gupnp/gupnp/0001-gupnp-enums.c.template-use-basename-instead-of-filen.patch rename meta-multimedia/recipes-connectivity/gupnp/{gupnp_1.6.6.bb => gupnp_1.6.9.bb} (83%)