Bjørn Lie
3de6b38032
+ xml: Fix compatibility with libxml2 2.12.x + Add missing array annotation + build: Fix Requires: line of pkg-config file + Loosen restriction on dc:date verification - Drop patches fixed upstream: + 1e10a41f.patch + 767388bc.patch + gupnp-av-libxml2.11-support.patch - Switch to source service for tarball/sources. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-av?expand=0&rev=77
25 lines
575 B
Diff
25 lines
575 B
Diff
From 1e10a41fcef6ae0d3e89958db89bc22398f3b4f1 Mon Sep 17 00:00:00 2001
|
|
From: Jens Georg <mail@jensge.org>
|
|
Date: Sat, 25 Nov 2023 17:58:49 +0100
|
|
Subject: [PATCH] xml: Fix compatibility with libxml2 2.12.x
|
|
|
|
---
|
|
libgupnp-av/xml-util.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/libgupnp-av/xml-util.h b/libgupnp-av/xml-util.h
|
|
index e0e49f7..0bbe0f8 100644
|
|
--- a/libgupnp-av/xml-util.h
|
|
+++ b/libgupnp-av/xml-util.h
|
|
@@ -16,6 +16,7 @@
|
|
|
|
#include <glib.h>
|
|
#include <libxml/tree.h>
|
|
+#include <libxml/parser.h>
|
|
#include <stdarg.h>
|
|
#include <glib-object.h>
|
|
|
|
--
|
|
GitLab
|
|
|