mirror of https://github.com/odrling/Aegisub
Add submodules for most of the deps
This commit is contained in:
parent
7d5a8a1b4c
commit
a2055b5db9
|
@ -74,6 +74,5 @@ aegisub/tests/run
|
||||||
aegisub/tests/*.json
|
aegisub/tests/*.json
|
||||||
|
|
||||||
/packages
|
/packages
|
||||||
/deps
|
|
||||||
.nuget
|
.nuget
|
||||||
/aegisub/include
|
/aegisub/include
|
||||||
|
|
|
@ -0,0 +1,52 @@
|
||||||
|
[submodule "deps/fribidi"]
|
||||||
|
path = deps/fribidi
|
||||||
|
url = git://anongit.freedesktop.org/fribidi/fribidi
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "deps/freetype2"]
|
||||||
|
path = deps/freetype2
|
||||||
|
url = git://git.sv.nongnu.org/freetype/freetype2.git
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "deps/zlib"]
|
||||||
|
path = deps/zlib
|
||||||
|
url = git://github.com/madler/zlib.git
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "deps/wxWidgets"]
|
||||||
|
path = deps/wxWidgets
|
||||||
|
url = git://github.com/wxWidgets/wxWidgets.git
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "deps/googletest"]
|
||||||
|
path = deps/googletest
|
||||||
|
url = git://github.com/svn2github/googletest.git
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "deps/ffmpeg"]
|
||||||
|
path = deps/ffmpeg
|
||||||
|
url = git://source.ffmpeg.org/ffmpeg.git
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "deps/ffms2"]
|
||||||
|
path = deps/ffms2
|
||||||
|
url = git://github.com/tgoyne/ffms2.git
|
||||||
|
branch = trunk
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "deps/fontconfig"]
|
||||||
|
path = deps/fontconfig
|
||||||
|
url = git://github.com/tgoyne/fontconfig.git
|
||||||
|
branch = msvc
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "deps/libass"]
|
||||||
|
path = deps/libass
|
||||||
|
url = git://github.com/tgoyne/libass.git
|
||||||
|
branch = msvc
|
||||||
|
[submodule "deps/icu"]
|
||||||
|
path = deps/icu
|
||||||
|
url = git@github.com:sillsdev/icu4c.git
|
||||||
|
branch = trunk
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "deps/boost"]
|
||||||
|
path = deps/boost
|
||||||
|
url = git@github.com:alexanderkjeldaas/boost-mirror.git
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "deps/lua"]
|
||||||
|
path = deps/lua
|
||||||
|
url = git@github.com:ittner/Lua-experimentation.git
|
||||||
|
branch = lua51
|
||||||
|
ignore = dirty
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit eb9b336f9f7f65fbeb9c0fb11b95d579c8941f61
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 578d9cf7ccd3a98b11dd70199da4f3e6f934e33e
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 01f8e79aaaaa09bc8f2f79ed632e7240eff452c9
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 7eb9af0354f7663fa89daa56163d5bc5865bcec1
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b16b9f0b51fcb3a96dbf81898cc5b0fa98937f7f
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 04e547bd2cfaf05498ad98ade10a4ed3a168484e
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit c1d48ee98b3d254a6b943851665b83cdd76f6150
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b3d0b4ea4ab877a355e79dd0de704577811fff0f
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4083eb0ff15ab52fe5e64e0f1b93bb93de34c1f5
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 5505b8f6aa3faa8ca89b88b5ac9b4091d4786c3f
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 49a7bfe8149a24ba550ab46c8e0b29f05e37b11a
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 91270d2d17374f24a4de5108ea1a332190b827a6
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 30a1c7065dc1dc2c2ed68ed403792b660bfdd805
|
Loading…
Reference in New Issue