mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Merge branch 'main' into develop/jellyseerr
This commit is contained in:
commit
7b3b53ce2a
4 changed files with 16 additions and 11 deletions
|
|
@ -200,7 +200,9 @@ openApiGenerate {
|
||||||
put("useCoroutines", true)
|
put("useCoroutines", true)
|
||||||
put("enumPropertyNaming", "UPPERCASE")
|
put("enumPropertyNaming", "UPPERCASE")
|
||||||
put("modelMutable", false)
|
put("modelMutable", false)
|
||||||
put("supportAndroidApiLevel25AndBelow", true)
|
|
||||||
|
// Note: this is only for downloading files, so it's not necessary to enable
|
||||||
|
put("supportAndroidApiLevel25AndBelow", false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[versions]
|
[versions]
|
||||||
aboutLibraries = "13.1.0"
|
aboutLibraries = "13.2.1"
|
||||||
acra = "5.13.1"
|
acra = "5.13.1"
|
||||||
agp = "8.13.2"
|
agp = "8.13.2"
|
||||||
auto-service = "1.1.1"
|
auto-service = "1.1.1"
|
||||||
|
|
@ -8,14 +8,14 @@ desugar_jdk_libs = "2.1.5"
|
||||||
hiltCompiler = "1.3.0"
|
hiltCompiler = "1.3.0"
|
||||||
hiltNavigationCompose = "1.3.0"
|
hiltNavigationCompose = "1.3.0"
|
||||||
hiltWork = "1.3.0"
|
hiltWork = "1.3.0"
|
||||||
kotlin = "2.2.21"
|
kotlin = "2.3.0"
|
||||||
kotlinxCoroutinesCore = "1.10.2"
|
kotlinxCoroutinesCore = "1.10.2"
|
||||||
ksp = "2.3.0"
|
ksp = "2.3.0"
|
||||||
coreKtx = "1.17.0"
|
coreKtx = "1.17.0"
|
||||||
appcompat = "1.7.1"
|
appcompat = "1.7.1"
|
||||||
composeBom = "2025.12.01"
|
composeBom = "2025.12.01"
|
||||||
mockk = "1.14.7"
|
mockk = "1.14.7"
|
||||||
multiplatformMarkdownRenderer = "0.38.1"
|
multiplatformMarkdownRenderer = "0.39.0"
|
||||||
okhttpBom = "5.3.2"
|
okhttpBom = "5.3.2"
|
||||||
programguide = "1.6.0"
|
programguide = "1.6.0"
|
||||||
slf4j2Timber = "1.2"
|
slf4j2Timber = "1.2"
|
||||||
|
|
@ -30,7 +30,7 @@ jellyfin-sdk = "1.7.1"
|
||||||
nav3Core = "1.0.0"
|
nav3Core = "1.0.0"
|
||||||
lifecycleViewmodelNav3 = "2.10.0"
|
lifecycleViewmodelNav3 = "2.10.0"
|
||||||
material3AdaptiveNav3 = "1.0.0-alpha03"
|
material3AdaptiveNav3 = "1.0.0-alpha03"
|
||||||
protobuf = "0.9.5"
|
protobuf = "0.9.6"
|
||||||
datastore = "1.2.0"
|
datastore = "1.2.0"
|
||||||
kotlinx-serialization = "1.9.0"
|
kotlinx-serialization = "1.9.0"
|
||||||
protobuf-javalite = "4.33.2"
|
protobuf-javalite = "4.33.2"
|
||||||
|
|
@ -40,7 +40,7 @@ preferenceKtx = "1.2.1"
|
||||||
tvprovider = "1.1.0"
|
tvprovider = "1.1.0"
|
||||||
workRuntimeKtx = "2.11.0"
|
workRuntimeKtx = "2.11.0"
|
||||||
paletteKtx = "1.0.0"
|
paletteKtx = "1.0.0"
|
||||||
openapi-generator = "7.17.0"
|
openapi-generator = "7.18.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
aboutlibraries-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "aboutLibraries" }
|
aboutlibraries-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "aboutLibraries" }
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,10 @@ This scripts are adapted from https://github.com/mpv-android/mpv-android/tree/ae
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd scripts/mpv
|
cd scripts/mpv
|
||||||
./get_dependencies
|
./get_dependencies.sh
|
||||||
|
|
||||||
|
# Install build dependencies
|
||||||
|
pip install meson jsonschema
|
||||||
|
|
||||||
export NDK_PATH=... # Such as ~/Library/Android/sdk/ndk/29.0.14206865
|
export NDK_PATH=... # Such as ~/Library/Android/sdk/ndk/29.0.14206865
|
||||||
# Build arm64
|
# Build arm64
|
||||||
|
|
|
||||||
|
|
@ -22,17 +22,17 @@ function clone(){
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
clone "https://github.com/videolan/dav1d" "1.5.2" dav1d
|
clone "https://github.com/videolan/dav1d" "1.5.3" dav1d
|
||||||
|
|
||||||
clone "https://github.com/FFmpeg/FFmpeg" "n8.0" ffmpeg
|
clone "https://github.com/FFmpeg/FFmpeg" "n8.0" ffmpeg
|
||||||
|
|
||||||
clone "https://gitlab.freedesktop.org/freetype/freetype.git" "VER-2-14-1" freetype2 --recurse-submodules
|
clone "https://gitlab.freedesktop.org/freetype/freetype.git" "VER-2-14-1" freetype2 --recurse-submodules
|
||||||
|
|
||||||
clone "https://github.com/libass/libass" "master" libass
|
clone "https://github.com/libass/libass" "0.17.4" libass
|
||||||
|
|
||||||
clone "https://github.com/haasn/libplacebo" "master" libplacebo --recurse-submodules
|
clone "https://github.com/haasn/libplacebo" "v7.351.0" libplacebo --recurse-submodules
|
||||||
|
|
||||||
clone "https://github.com/mpv-player/mpv" "master" mpv
|
clone "https://github.com/mpv-player/mpv" "v0.41.0" mpv
|
||||||
|
|
||||||
if [[ ! -d mbedtls ]]; then
|
if [[ ! -d mbedtls ]]; then
|
||||||
mkdir mbedtls
|
mkdir mbedtls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue