From 5adacd96ea0a19e9a8620281f6d5eb72b991cee4 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 nlohmann-json --- addons/pvr.vuplus.json | 4 ++-- deps/nlohmann-json.json | 16 ++++++++++++++++ tv.kodi.Kodi.yml | 1 + 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 deps/nlohmann-json.json diff --git a/addons/pvr.vuplus.json b/addons/pvr.vuplus.json index fccedc6..89c43cf 100644 --- a/addons/pvr.vuplus.json +++ b/addons/pvr.vuplus.json @@ -5,8 +5,8 @@ { "type": "git", "url": "https://github.com/kodi-pvr/pvr.vuplus", - "tag": "3.15.4-Leia", - "commit": "ec29899c002373c1220c90728b0f1bd40280f48f" + "tag": "3.28.9-Leia", + "commit": "e530acae22bbb6fa84e782da727eca5a72039b31" } ] } diff --git a/deps/nlohmann-json.json b/deps/nlohmann-json.json new file mode 100644 index 0000000..74e943c --- /dev/null +++ b/deps/nlohmann-json.json @@ -0,0 +1,16 @@ +{ + "name": "nlohmann-json", + "buildsystem": "cmake-ninja", + "builddir": true, + "config-opts": [ + "-DBUILD_TESTING:BOOL=OFF" + ], + "sources": [ + { + "type": "git", + "url": "https://github.com/nlohmann/json", + "tag": "v3.7.3", + "commit": "e7b3b40b5a95bc74b9a7f662830a27c49ffc01b4" + } + ] +} diff --git a/tv.kodi.Kodi.yml b/tv.kodi.Kodi.yml index 937b2e7..aa713dc 100644 --- a/tv.kodi.Kodi.yml +++ b/tv.kodi.Kodi.yml @@ -129,6 +129,7 @@ modules: - deps/libmodplug.json - deps/jsoncpp.json - deps/libopenmpt.json + - deps/nlohmann-json.json - deps/rtmpdump.json - deps/pycryptodome.json - deps/python-pillow.json -- GitLab