Update aTalk to 3.2.3 (302030)

This commit is contained in:
F-Droid checkupdates bot 2023-11-22 17:29:35 +00:00
parent 09ecc7d254
commit d517b6a883

View file

@ -2414,10 +2414,43 @@ Builds:
- ./build-jnilibs4atalk.sh
ndk: r20
- versionName: 3.2.3
versionCode: 302030
commit: efecb7a6003f87e2793aee7145be5d3c14ae7b0a
subdir: aTalk
sudo:
- sdkmanager 'ndk;18.1.5063045' 'build-tools;33.0.2' 'build-tools;30.0.3'
- cp /opt/android-sdk/build-tools/30.0.3/lib/dx.jar /opt/android-sdk/build-tools/33.0.2/lib/dx.jar
- cp /opt/android-sdk/build-tools/30.0.3/dx /opt/android-sdk/build-tools/33.0.2/dx
- apt-get update
- apt-get install bzip2 file gcc make pkg-config wget
gradle:
- fdroid
rm:
- aTalk/lib/src_reference/
- aTalk/jni/ffmpeg/android/
- aTalk/jni/openssl/android/
- aTalk/jni/vpx/android/
prebuild:
- sed -i -e 's|dl.bintray.com/google/exoplayer/|jitpack.io|' build.gradle
- cd jni/static_library_built
- sed -i -e '/export ANDROID_NDK_HOME/d' openssl/_settings.sh
- sed -i -e 's|android/android-ndk-r18b|android-sdk/ndk/18.1.5063045|' ffmpeg-x264/_settings.sh
libvpx/_settings.sh
scanignore:
- aTalk/build.gradle
scandelete:
- aTalk/jni/static_library_built
- aTalk/third_party/m2
build:
- cd jni/static_library_built
- ./build-jnilibs4atalk.sh
ndk: r20
MaintainerNotes: scanignore is used to allow the local "third_party/m2" Gradle repository
(which is populated by libraries we build).
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 3.2.2
CurrentVersionCode: 302021
CurrentVersion: 3.2.3
CurrentVersionCode: 302030