Skip to content
Snippets Groups Projects
Commit 6ec66f84 authored by Rechi's avatar Rechi Committed by Marko Semet
Browse files

add glm

parent 5bbc51e2
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/xbmc/screensaver.asteroids", "url": "https://github.com/xbmc/screensaver.asteroids",
"tag": "2.2.1-Leia", "tag": "2.3.2-Leia",
"commit": "cfe11ef793ca641b3273057971428db873c71b21" "commit": "d909c0dc73dcdb6ce5818f71e80a47613c9b6825"
} }
] ]
} }
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/xbmc/screensaver.greynetic", "url": "https://github.com/xbmc/screensaver.greynetic",
"tag": "2.1.0-Leia", "tag": "2.2.1-Leia",
"commit": "29693bdc474d09a1fe7ac846ad6f62b8841851fd" "commit": "414d2d140a39f2e1187014c430cccb26b5645681"
} }
] ]
} }
...@@ -4,8 +4,9 @@ ...@@ -4,8 +4,9 @@
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
"url": "https://github.com/notspiff/visualization.fishbmc", "url": "https://github.com/xbmc/visualization.fishbmc",
"commit": "3dae2bd6dc15dad0131fb31c3b00e41ab1caa0f0" "tag": "5.1.2-Leia",
"commit": "1d4ee873ef820ea45967a59e68e8b1d2e0158014"
} }
] ]
} }
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/xbmc/visualization.shadertoy", "url": "https://github.com/xbmc/visualization.shadertoy",
"tag": "1.1.10-Leia", "tag": "1.2.3-Leia",
"commit": "47a78c9f7b7cb03d7d8a6b50e37659550d3227b4" "commit": "d01ce99b92f4ee4ade53341d6c65bb3fb639daaf"
} }
] ]
} }
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/xbmc/visualization.spectrum", "url": "https://github.com/xbmc/visualization.spectrum",
"tag": "v2.0.4-Leia", "tag": "3.0.3-Leia",
"commit": "77519bc728bd8c56172e4c8f762f07b95204331d" "commit": "f90160de8c0cff3c627eaae2994f6cec142e6f7c"
} }
] ]
} }
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/xbmc/visualization.waveform", "url": "https://github.com/xbmc/visualization.waveform",
"tag": "2.0.1-Leia", "tag": "3.1.1-Leia",
"commit": "918dbdde7cb38c7a1c6bd1fe66bdc404e625fda6" "commit": "21297d19032cba692834d14675869326a97ff793"
} }
] ]
} }
{
"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"
}
]
}
...@@ -125,6 +125,7 @@ modules: ...@@ -125,6 +125,7 @@ modules:
commit: e8574b883ffa2131f2eeb96ff3724d60b21130f7 commit: e8574b883ffa2131f2eeb96ff3724d60b21130f7
- deps/fluidsynth.json - deps/fluidsynth.json
- deps/glm.json
- deps/libmodplug.json - deps/libmodplug.json
- deps/jsoncpp.json - deps/jsoncpp.json
- deps/libopenmpt.json - deps/libopenmpt.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment