mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Updated afreerdp to 2.3.2
This commit is contained in:
parent
5085f28c79
commit
1ac7b8aac0
1 changed files with 24 additions and 2 deletions
|
|
@ -148,6 +148,28 @@ Builds:
|
|||
- popd
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 2.3.2
|
||||
versionCode: 22
|
||||
commit: 2.3.2
|
||||
subdir: client/Android/Studio/aFreeRDP
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- $$SDK$$/tools/bin/sdkmanager 'cmake;3.10.2.4988404'
|
||||
- pushd ../../../../scripts
|
||||
- sed -i -e 's/OPENSSL_TAG=OpenSSL_1_1_[0-1][a-h]/OPENSSL_TAG=OpenSSL_1_1_1j/'
|
||||
-e 's/WITH_OPENH264=0/WITH_OPENH264=1/' -e 's/NDK_TARGET=14/NDK_TARGET=21/'
|
||||
android-build-*.conf
|
||||
build:
|
||||
- pushd ../../../../scripts
|
||||
- export ANDROID_NDK=$$NDK$$
|
||||
- export ANDROID_SDK=$$SDK$$
|
||||
- export ANDROID_NDK_OPENH264=$$NDK$$/../*r15c
|
||||
- ./android-build-freerdp.sh --conf android-build-32.conf
|
||||
- ./android-build-freerdp.sh --conf android-build-64.conf
|
||||
- popd
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: |-
|
||||
* Keep OpenH264 at 1.8.0 as the newer versions have issues with reference frames and
|
||||
the H264 data sent by microsoft RDP servers.
|
||||
|
|
@ -158,5 +180,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 2.3.1
|
||||
CurrentVersionCode: 21
|
||||
CurrentVersion: 2.3.2
|
||||
CurrentVersionCode: 22
|
||||
|
|
|
|||
Loading…
Reference in a new issue