Commit Graph

59 Commits

Author SHA1 Message Date
player-03
2b3fe0ac0d Add .git suffix.
GitHub may be the only one that allows urls without the suffix.
2023-04-24 17:51:52 -04:00
player-03
2fc023f1e6 Refer to official Cairo and Pixman repos.
The GitHub mirrors seem to have been taken down or made private.
2023-04-24 17:49:43 -04:00
Joseph Cloutier
2fd9e9fd08 Use mirror of libpng. 2022-11-30 13:15:07 -05:00
player-03
ae25706fd8 Use mirror of tinyfiledialogs.
If SourceForge won't cooperate, we'll host it ourselves.
2022-10-29 00:06:25 -04:00
player-03
872e5b2685 Adjust submodule fetch settings.
Apparently a shallow fetch only gets the latest commit from tinyfiledialogs, so we need to fetch everything. The same doesn't seem to apply to libpng, despite both being on SourceForge.

Meanwhile, there's no reason not to do a shallow fetch for HashLink.
2022-10-28 23:48:12 -04:00
Joseph Cloutier
689fed4545 Merge branch 'develop' into submodules 2022-06-03 18:36:03 -04:00
Joseph Cloutier
b06f7b8789 Switch to libjpeg-turbo (version 2.0.7 ESR). 2022-05-13 19:13:30 -04:00
Joseph Cloutier
f200ecd9ca Use the official SDL repo as a submodule.
Continuing to use version 2.0.12 for now.

Missing changes:
370d05558c
e572215f5a
fa51fcb56b

Notes:
The changes in e572215 will be included when we update SDL.
The files.xml change from fa51fcb is actually included.
https://github.com/kcat/openal-soft/pull/227 is not resolved.
2022-05-12 23:17:16 -04:00
Joseph Cloutier
f59f996f40 Use the official OpenAL Soft repo as a submodule.
Continuing to use version 1.19.0 for now.

Missing changes:
defines.xml
library.xml
d66ef73a92
e5b5a55907
2022-05-12 13:25:46 -04:00
Joseph Cloutier
6f144059dd Use the official libwebm repo as a submodule.
Continuing to use version 1.0.0.27 for now.
2022-05-10 12:17:41 -04:00
Joseph Cloutier
e183e475e2 Make the remaining submodules shallow. 2022-05-10 12:17:41 -04:00
Joseph Cloutier
6400751ab6 Use libvpx GitHub mirror.
Almost forgot this one...
2022-05-10 12:17:41 -04:00
Joseph Cloutier
fbb773dae7 Use the official zlib repo as a submodule.
Continuing to use version 1.2.8 for now.

Missing change:
e3d8773545
2022-05-10 12:17:03 -04:00
Joseph Cloutier
4abb87d694 Use the official libvpx repo as a submodule.
Continuing to use version 1.4.0 for now.
2022-05-09 23:56:30 -04:00
Joseph Cloutier
5dc75619c9 Use shallow submodules. 2022-05-09 23:47:40 -04:00
Joseph Cloutier
ecfb495e43 Use the official Vorbis repo as a submodule.
Continuing to use version 1.3.4 for now.
2022-05-09 23:03:30 -04:00
Joseph Cloutier
100591c9f3 Prefer using GitHub repos as submodules. 2022-05-09 16:45:05 -04:00
Joseph Cloutier
5f65a81cea Use the official tiny file dialogs repo as a submodule.
Using the latest version, which includes necessary fixes.
2022-05-09 16:41:48 -04:00
Joseph Cloutier
ff4f156787 Use the official libpng repo as a submodule.
Continuing to use version 1.6.12 for now. This seems not to be quite the
same version, but is close.

Missing changes:
601ea3ce9b
2177f5afd4
2022-05-08 23:47:33 -04:00
Joseph Cloutier
d6ec1c123b Use the official Ogg repo as a submodule.
Continuing to use version 1.3.2 for now.

`-DNATIVE_TOOLKIT_OGG` seems unused, and has been excluded.
2022-05-08 23:20:50 -04:00
Joseph Cloutier
455aef606d Use the official Neko repo as a submodule.
Continuing to use version 2.0.0 for now.
2022-05-08 23:08:52 -04:00
Joseph Cloutier
29f16251ed Use the official MojoAL repo as a submodule.
Using the latest version, as commit d642e6c1d79a could not be found.
2022-05-08 22:46:49 -04:00
Joseph Cloutier
b9d8d12cdd Use the official mbed TLS repo as a submodule.
Continuing to use version 2.6.1 for now.
2022-05-08 22:36:05 -04:00
Joseph Cloutier
ba817dfe7a Use the official HarfBuzz repo as a submodule.
Continuing to use version 1.8.8 for now. One change is missing:
d85e2a2edf
2022-05-08 22:27:15 -04:00
Joseph Cloutier
a27c230324 Use the official FreeType repo as a submodule.
Continuing to use version 2.9.1 for now.
2022-05-08 22:09:26 -04:00
Joseph Cloutier
4b3e775604 Use the official efsw repo as a submodule.
Continuing to use version 1.0.0 for now.
2022-05-08 21:39:03 -04:00
Joseph Cloutier
65a5ff56aa Use the official cURL repo as a submodule.
Continuing to use version 7.56.1 for now.
2022-05-08 16:51:39 -04:00
Joseph Cloutier
749fb5ad4a Use the official Cairo repo as a submodule.
Continuing to use version 1.15.2 for now. The main difference is the
lack of this change:
70d5bd67f3
2022-05-08 16:32:38 -04:00
Zeta
362ab26d18 Merge branch 'develop' into feature/update-hashlink 2022-05-08 16:47:46 +02:00
Joseph Cloutier
4129789e42 Use the official Pixman project as a submodule.
This approach will make it easy to update Pixman, at least in theory.
However, it requires maintaining a separate set of files outside the
submodule. And since Cairo needs access to one of these (but not the
other), that one must be duplicated.
2022-05-06 21:27:19 -04:00
Joshua Granick
c406bc53ea Update submodule paths 2022-05-02 16:33:04 -07:00
Apprentice-Alchemist
a288feca96 Add hashlink as a submodule. 2022-04-28 19:42:41 +02:00
Joshua Granick
e362094d98 Remove axtls 2018-07-19 15:46:41 -07:00
Joshua Granick
80798d887e Add MojoAL, sync for HL 1.6 2018-06-14 10:49:11 -07:00
Joshua Granick
e08aa05dd3 Upgrade cURL and axTLS, initial integration of mbedTLS 2017-11-07 15:33:41 -08:00
Joshua Granick
533483c11b Separate axTLS into a separate submodule 2017-11-06 14:00:26 -08:00
Joshua Granick
164121bbd2 Add libvpx, libwebm 2017-10-12 15:16:07 -07:00
Joshua Granick
28e5833a39 Migrate FileWatcher to EFSW 2017-09-26 10:41:03 -07:00
Joshua Granick
efcecb3842 Remove simplefilewatcher submodule 2017-09-26 08:29:14 -07:00
Joshua Granick
74fc7deb09 Update .gitmodules 2017-09-25 14:30:10 -07:00
Joshua Granick
c72e62e534 Add submodule for simplefilewatcher 2017-09-25 14:24:28 -07:00
Joshua Granick
ec60520d52 Switch to tinyfiledialogs, implement unicode on Windows 2016-12-27 17:27:23 -08:00
Joshua Granick
be104c2606 Removed submodule project/lib/openal-android 2016-10-05 11:26:35 -07:00
Joshua Granick
0e656f2a6a Add lime.ui.FileDialog 2015-08-22 14:32:35 -07:00
Joshua Granick
6d0bc6be27 Add LZMA submodule 2015-06-23 08:46:43 -07:00
Joshua Granick
0b82d31501 Initial work on Cairo bindings 2015-05-01 07:17:45 -07:00
Joshua Granick
bdc7039b19 Add snapshot for Lime legacy 2014-11-12 22:20:57 -08:00
Joshua Granick
850ce2f269 Update license, fixes for harfbuzz 2014-08-04 11:03:56 -07:00
MattTuttle
5727ca9623 fixing reference to Harfbuzz submodule 2014-08-04 10:25:18 -05:00
MattTuttle
83bb9d9b66 Font changes, Text (harfbuzz) and sample project added 2014-07-30 14:48:27 -05:00