You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-11
Original file line number
Diff line number
Diff line change
@@ -22,21 +22,13 @@ Current flow to update dependencies:
22
22
- ffmpeg fails to find its dependencies when building with conan 1 + msvc 2019. Might be fixed in conan 2.
23
23
- Qt fails to build due to broken string escaping in a path (conan 1 + msvc 2019)
24
24
25
-
-Switch Android CI to use Linux runners instead of macOS runners (both for prebuilts and for vcmi itself)
25
+
-Rebuild SDL_mixer and try to enable support for opus and flac. Needs investigation as to why libopus / libflac fail to build
26
26
27
-
- Upgrade ubuntu runner to ubuntu-24.04 and rebuild packages using newer mingw
28
-
29
-
- Rebuild boost and disable boost_url which we don't use
30
-
31
-
- Rebuild SDL (including SDL_mixer and SDL_image).
32
-
- Consider updating packages.
33
-
- Enable support for opus and flac.
34
-
- Remove unnecessary image formats such as gif and pcx
35
-
- Ensure that vcmi can load ogg/opus and flac as 'sounds' and not only as music
27
+
- Consider removing pcx support from SDL_image
36
28
37
29
- Rebuild ffmpeg with libdav1d and av1 support enabled. Needs investigation as to why dav1d fails to build on mingw and on android.
38
30
39
-
-Rebuild all binaries in prebuilts package to ensure that everything is configured correctly and to replace any locally-built binaries with binaries from CI
31
+
-Find out why libiconv fails to rebuild on Android
40
32
41
33
- Rebuild entire package from scratch using latest recipes from conan, to test current version of recipes
0 commit comments