From 6ec66f8478c2aee610aafecd475d28863ccfd8d3 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 glm --- addons/screensaver.asteroids.json | 4 ++-- addons/screensaver.greynetic.json | 4 ++-- addons/visualization.fishbmc.json | 5 +++-- addons/visualization.shadertoy.json | 4 ++-- addons/visualization.spectrum.json | 4 ++-- addons/visualization.waveform.json | 4 ++-- deps/glm.json | 17 +++++++++++++++++ tv.kodi.Kodi.yml | 1 + 8 files changed, 31 insertions(+), 12 deletions(-) create mode 100644 deps/glm.json diff --git a/addons/screensaver.asteroids.json b/addons/screensaver.asteroids.json index d37298e..8cb6ead 100644 --- a/addons/screensaver.asteroids.json +++ b/addons/screensaver.asteroids.json @@ -5,8 +5,8 @@ { "type": "git", "url": "https://github.com/xbmc/screensaver.asteroids", - "tag": "2.2.1-Leia", - "commit": "cfe11ef793ca641b3273057971428db873c71b21" + "tag": "2.3.2-Leia", + "commit": "d909c0dc73dcdb6ce5818f71e80a47613c9b6825" } ] } diff --git a/addons/screensaver.greynetic.json b/addons/screensaver.greynetic.json index b487e8e..c5e0d7e 100644 --- a/addons/screensaver.greynetic.json +++ b/addons/screensaver.greynetic.json @@ -5,8 +5,8 @@ { "type": "git", "url": "https://github.com/xbmc/screensaver.greynetic", - "tag": "2.1.0-Leia", - "commit": "29693bdc474d09a1fe7ac846ad6f62b8841851fd" + "tag": "2.2.1-Leia", + "commit": "414d2d140a39f2e1187014c430cccb26b5645681" } ] } diff --git a/addons/visualization.fishbmc.json b/addons/visualization.fishbmc.json index e2da2c5..e3cfcf4 100644 --- a/addons/visualization.fishbmc.json +++ b/addons/visualization.fishbmc.json @@ -4,8 +4,9 @@ "sources": [ { "type": "git", - "url": "https://github.com/notspiff/visualization.fishbmc", - "commit": "3dae2bd6dc15dad0131fb31c3b00e41ab1caa0f0" + "url": "https://github.com/xbmc/visualization.fishbmc", + "tag": "5.1.2-Leia", + "commit": "1d4ee873ef820ea45967a59e68e8b1d2e0158014" } ] } diff --git a/addons/visualization.shadertoy.json b/addons/visualization.shadertoy.json index 3d54737..c14a6df 100644 --- a/addons/visualization.shadertoy.json +++ b/addons/visualization.shadertoy.json @@ -5,8 +5,8 @@ { "type": "git", "url": "https://github.com/xbmc/visualization.shadertoy", - "tag": "1.1.10-Leia", - "commit": "47a78c9f7b7cb03d7d8a6b50e37659550d3227b4" + "tag": "1.2.3-Leia", + "commit": "d01ce99b92f4ee4ade53341d6c65bb3fb639daaf" } ] } diff --git a/addons/visualization.spectrum.json b/addons/visualization.spectrum.json index a1d9628..ab682e5 100644 --- a/addons/visualization.spectrum.json +++ b/addons/visualization.spectrum.json @@ -5,8 +5,8 @@ { "type": "git", "url": "https://github.com/xbmc/visualization.spectrum", - "tag": "v2.0.4-Leia", - "commit": "77519bc728bd8c56172e4c8f762f07b95204331d" + "tag": "3.0.3-Leia", + "commit": "f90160de8c0cff3c627eaae2994f6cec142e6f7c" } ] } diff --git a/addons/visualization.waveform.json b/addons/visualization.waveform.json index 81ccf42..4315f52 100644 --- a/addons/visualization.waveform.json +++ b/addons/visualization.waveform.json @@ -5,8 +5,8 @@ { "type": "git", "url": "https://github.com/xbmc/visualization.waveform", - "tag": "2.0.1-Leia", - "commit": "918dbdde7cb38c7a1c6bd1fe66bdc404e625fda6" + "tag": "3.1.1-Leia", + "commit": "21297d19032cba692834d14675869326a97ff793" } ] } diff --git a/deps/glm.json b/deps/glm.json new file mode 100644 index 0000000..effcc3d --- /dev/null +++ b/deps/glm.json @@ -0,0 +1,17 @@ +{ + "name": "glm", + "buildsystem": "cmake-ninja", + "builddir": true, + "config-opts": [ + "-DGLM_TEST_ENABLE:BOOL=OFF", + "-DGLM_TEST_ENABLE_CXX_11:BOOL=ON" + ], + "sources": [ + { + "type": "git", + "url": "https://github.com/g-truc/glm", + "tag": "0.9.9.5", + "commit": "d162eee1e6f7c317a09229fe6ceab8ec6ab9a4b4" + } + ] +} diff --git a/tv.kodi.Kodi.yml b/tv.kodi.Kodi.yml index d944558..937b2e7 100644 --- a/tv.kodi.Kodi.yml +++ b/tv.kodi.Kodi.yml @@ -125,6 +125,7 @@ modules: commit: e8574b883ffa2131f2eeb96ff3724d60b21130f7 - deps/fluidsynth.json + - deps/glm.json - deps/libmodplug.json - deps/jsoncpp.json - deps/libopenmpt.json -- GitLab