Skip to content

Commit 44517cb

Browse files
committed
flatpak...android.
1 parent fcaf4f8 commit 44517cb

2 files changed

Lines changed: 37 additions & 3 deletions

File tree

packaging/android/build-android-dependencies/build-android-deps.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.14.2.tar.xz
1515
https://www.cairographics.org/releases/cairo-1.16.0.tar.xz
1616
https://github.com/harfbuzz/harfbuzz/releases/download/7.1.0/harfbuzz-7.1.0.tar.xz
1717
https://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
1919
https://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
2122
https://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz
2223
https://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
2424
https://archives.boost.io/release/1.88.0/source/boost_1_88_0.tar.bz2
2525
https://www.openssl.org/source/openssl-3.4.1.tar.gz
2626
https://curl.se/download/curl-8.1.1.tar.xz

packaging/flatpak/org.wesnoth.Wesnoth.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,40 @@
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",

0 commit comments

Comments
 (0)