commit: d1e603207734be211774f050d2a3b632b48f9020 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Sun Feb 15 11:40:33 2026 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Sun Feb 15 11:40:33 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e60320
net-libs/gupnp: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../gupnp/files/gupnp-1.4.3-libxml2-2.12.patch | 63 ---------------------- .../gupnp/files/gupnp-1.4.3-meson-1.2.0-fix.patch | 12 ----- 2 files changed, 75 deletions(-) diff --git a/net-libs/gupnp/files/gupnp-1.4.3-libxml2-2.12.patch b/net-libs/gupnp/files/gupnp-1.4.3-libxml2-2.12.patch deleted file mode 100644 index 1572c97bf2cd..000000000000 --- a/net-libs/gupnp/files/gupnp-1.4.3-libxml2-2.12.patch +++ /dev/null @@ -1,63 +0,0 @@ -https://bugs.gentoo.org/917555 -https://gitlab.gnome.org/GNOME/gupnp/-/commit/387ca6714bcef64399e1bfdd599612cf3f9e75db - -From 387ca6714bcef64399e1bfdd599612cf3f9e75db Mon Sep 17 00:00:00 2001 -From: Jens Georg <[email protected]> -Date: Sat, 25 Nov 2023 17:56:02 +0100 -Subject: [PATCH] all: Fix compatibility with libxml2 2.12.x - -Cherry-picked from 00514fb62ebd341803fa44e26a6482a8c25dbd34 ---- a/libgupnp/gupnp-control-point.c -+++ b/libgupnp/gupnp-control-point.c -@@ -22,6 +22,8 @@ - #include <config.h> - #include <string.h> - -+#include <libxml/parser.h> -+ - #include "gupnp-control-point.h" - #include "gupnp-context-private.h" - #include "gupnp-resource-factory-private.h" ---- a/libgupnp/gupnp-service-proxy-action.c -+++ b/libgupnp/gupnp-service-proxy-action.c -@@ -9,6 +9,8 @@ - - #include <config.h> - -+#include <libxml/parser.h> -+ - #include "gupnp-error-private.h" - #include "gupnp-service-proxy.h" - #include "gupnp-service-proxy-private.h" ---- a/libgupnp/gupnp-service-proxy.c -+++ b/libgupnp/gupnp-service-proxy.c -@@ -18,6 +18,7 @@ - - #include <config.h> - #include <libsoup/soup.h> -+#include <libxml/parser.h> - #include <gobject/gvaluecollector.h> - #include <string.h> - #include <locale.h> ---- a/libgupnp/gupnp-xml-doc.c -+++ b/libgupnp/gupnp-xml-doc.c -@@ -22,6 +22,7 @@ - - #include <config.h> - #include <string.h> -+#include <libxml/parser.h> - #include "gupnp-xml-doc.h" - #include "gupnp-error.h" - ---- a/libgupnp/xml-util.h -+++ b/libgupnp/xml-util.h -@@ -10,6 +10,7 @@ - #define GUPNP_XML_UTIL_H - - #include <libxml/tree.h> -+#include <libxml/parser.h> - #include <libsoup/soup-uri.h> - #include <stdarg.h> - #include <glib-object.h> --- -GitLab diff --git a/net-libs/gupnp/files/gupnp-1.4.3-meson-1.2.0-fix.patch b/net-libs/gupnp/files/gupnp-1.4.3-meson-1.2.0-fix.patch deleted file mode 100644 index e41830fce4c2..000000000000 --- a/net-libs/gupnp/files/gupnp-1.4.3-meson-1.2.0-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://bugs.gentoo.org/910492 ---- a/subprojects/gssdp-1.2.wrap -+++ b/subprojects/gssdp-1.2.wrap -@@ -3,6 +3,6 @@ url = https://gitlab.gnome.org/GNOME/gssdp.git - revision = gssdp-1.4 - depth = 1 - --[provides] --dependency_name = gssdp-1.2 -+[provide] -+dependency_names = gssdp-1.2 -
