From 72019a8cdf0d55a847aebdd57030c441a003ef52 Mon Sep 17 00:00:00 2001
From: Rechi <Rechi@users.noreply.github.com>
Date: Thu, 6 Feb 2020 09:21:57 +0100
Subject: [PATCH] add tinyxml2

---
 addons/pvr.zattoo.json |  4 ++--
 deps/tinyxml2.json     | 13 +++++++++++++
 tv.kodi.Kodi.yml       |  1 +
 3 files changed, 16 insertions(+), 2 deletions(-)
 create mode 100644 deps/tinyxml2.json

diff --git a/addons/pvr.zattoo.json b/addons/pvr.zattoo.json
index 931be4e..eb8f43f 100644
--- a/addons/pvr.zattoo.json
+++ b/addons/pvr.zattoo.json
@@ -5,8 +5,8 @@
         {
             "type": "git",
             "url": "https://github.com/rbuehlma/pvr.zattoo",
-            "tag": "18.0.59-Leia",
-            "commit": "ef6279f2c70eeb8e32a772ec2c81b9a36e30ff70"
+            "tag": "18.1.12-Leia",
+            "commit": "707c31d1334ea4a6eda5c50fe343aab5a4e88bb4"
         }
     ]
 }
diff --git a/deps/tinyxml2.json b/deps/tinyxml2.json
new file mode 100644
index 0000000..37c7e90
--- /dev/null
+++ b/deps/tinyxml2.json
@@ -0,0 +1,13 @@
+{
+    "name": "tinyxml2",
+    "buildsystem": "cmake-ninja",
+    "builddir": true,
+    "sources": [
+        {
+            "type": "git",
+            "url": "https://github.com/leethomason/tinyxml2",
+            "tag": "7.1.0",
+            "commit": "9c740e8d2341bd46dbe8e87053cdb4d931971967"
+        }
+    ]
+}
diff --git a/tv.kodi.Kodi.yml b/tv.kodi.Kodi.yml
index aa713dc..0af24e6 100644
--- a/tv.kodi.Kodi.yml
+++ b/tv.kodi.Kodi.yml
@@ -135,6 +135,7 @@ modules:
   - deps/python-pillow.json
   - deps/rapidxml.json
   - deps/simplejson.json
+  - deps/tinyxml2.json
   - addons/audiodecoder.2sf.json
   - addons/audiodecoder.asap.json
   - addons/audiodecoder.dumb.json
-- 
GitLab