File tree Expand file tree Collapse file tree
android/build-android-dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.14.2.tar.xz
1515https://www.cairographics.org/releases/cairo-1.16.0.tar.xz
1616https://github.com/harfbuzz/harfbuzz/releases/download/7.1.0/harfbuzz-7.1.0.tar.xz
1717https://download.gnome.org/sources/pango/1.50/pango-1.50.14.tar.xz
18- https://github.com/libsdl-org/SDL/releases/download/ release-2.30.12/SDL3-2.30.12 .tar.gz
18+ https://github.com/libsdl-org/SDL/archive/refs/tags/ release-3.4.2 .tar.gz
1919https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.4.0.tar.gz
20- https://www.libsdl.org/projects/SDL_image/release/SDL3_image-2.6.3.tar.gz
20+ https://github.com/libsdl-org/SDL_image/archive/refs/tags/release-3.4.0.tar.gz
21+ https://github.com/libsdl-org/SDL_mixer/archive/refs/tags/release-3.2.0.tar.gz
2122https://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz
2223https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz
23- https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.3/SDL3_mixer-2.6.3.tar.gz
2424https://archives.boost.io/release/1.88.0/source/boost_1_88_0.tar.bz2
2525https://www.openssl.org/source/openssl-3.4.1.tar.gz
2626https://curl.se/download/curl-8.1.1.tar.xz
Original file line number Diff line number Diff line change 7575 " cmake --install build --prefix /app"
7676 ]
7777 },
78+ {
79+ "name" :" sdl3_image" ,
80+ "buildsystem" :" simple" ,
81+ "sources" :[
82+ {
83+ "type" :" archive" ,
84+ "url" :" https://github.com/libsdl-org/SDL_image/archive/refs/tags/release-3.4.0.tar.gz" ,
85+ "sha256" :" 5d541520e5a5a12cb6854336df434af64c7bd72ec08cca6c880d8b411a0139a7"
86+ }
87+ ],
88+ "build-commands" :[
89+ " mkdir build" ,
90+ " cmake -S . -B ./build" ,
91+ " cmake --build build" ,
92+ " cmake --install build --prefix /app"
93+ ]
94+ },
95+ {
96+ "name" :" sdl3_mixer" ,
97+ "buildsystem" :" simple" ,
98+ "sources" :[
99+ {
100+ "type" :" archive" ,
101+ "url" :" https://github.com/libsdl-org/SDL_mixer/archive/refs/tags/release-3.2.0.tar.gz" ,
102+ "sha256" :" 1077fef4a6e9513027da0a08e6f1b8645f8c88c8bef001c17befeb52b129b5dd"
103+ }
104+ ],
105+ "build-commands" :[
106+ " mkdir build" ,
107+ " cmake -S . -B ./build" ,
108+ " cmake --build build" ,
109+ " cmake --install build --prefix /app"
110+ ]
111+ },
78112 {
79113 "name" :" wesnoth" ,
80114 "buildsystem" :" simple" ,
You can’t perform that action at this time.
0 commit comments