jitsi.meet - update

This commit is contained in:
Licaon_Kter 2023-12-19 14:25:35 +00:00
parent e059a2e9dc
commit 9352ec3f36

View file

@ -9,23 +9,6 @@ Translation: https://translate.jitsi.org/
Changelog: https://github.com/jitsi/jitsi-meet-release-notes/blob/HEAD/CHANGELOG-MOBILE-APPS.md
AutoName: Jitsi Meet
Description: |-
Jitsi Meet lets you stay in touch with all your teams, be they family, friends,
or colleagues. Instant video conferences, efficiently adapting to your scale.
* Unlimited users: There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors.
* No account needed.
* Lock-protected rooms: Control the access to your conferences with a password.
* Encrypted by default.
* High quality: Audio and video are delivered with the clarity and richness of Opus and VP8.
* Web browser ready: No downloads are required of your friends to join the conversation. Jitsi Meet works directly within their browsers as well. Simply share your conference URL with others to get started.
* 100% open source: Powered by awesome communities from all over the world. And your friends at 8x8.
* Invite by pretty URLs: You can meet at the easy to remember https://example.com/OurConf of your choice instead of joining the hard to remember rooms with seemingly random sequences of numbers and letters in their names.
(Warning: when using a Jitsi Meet instance, your stream is encrypted on the
network but decrypted on the machine that hosts the bridge.
See <a href="https://github.com/jitsi/jitsi-meet/issues/409#issuecomment-355406112">https://github.com/jitsi/jitsi-meet/issues/409#issuecomment-355406112</a>
for more information.)
RepoType: git
Repo: https://github.com/jitsi/jitsi-meet.git
@ -1821,6 +1804,210 @@ Builds:
- node_modules/
ndk: r21e
- versionName: 23.6.1
versionCode: 23600101
commit: 5d77491c8c76d50e04a53ea7058fbf2781036c53
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.20.2/node-v16.20.2-linux-x64.tar.gz
- echo "c9193e6c414891694759febe846f4f023bf48410a6924a8b1520c46565859665 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
init:
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
build.gradle
- sed -E -i 's/libreBuild =.*$/libreBuild = true/g' ../build.gradle
- sed -E -i 's/vcode =.*$/vcode = $$VERCODE$$/g' build.gradle
- export LIBRE_BUILD=true
- npm install
- sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/installReferrerVersion/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e "/leakcanary/a implementation(project(':react-native-device-info'))
{ exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\
exclude group\x3a 'com.android.installreferrer'\\ }" -e "s/'armeabi-v7a',
'arm64-v8a', 'x86', 'x86_64'/'armeabi-v7a'/" build.gradle
- sed -E -i 's/^.*google.*play.*services.*$//g' ../../node_modules/@react-native-google-signin/google-signin/android/build.gradle
- sed -i -e '/maven/agoogle()' -e '/maven/d' ../../node_modules/react-native-video/android/build.gradle
gradle:
- yes
scanignore:
- android/build.gradle
- android/sdk/build.gradle
- node_modules/@amplitude/react-native/android/build.gradle
- node_modules/@giphy/react-native-sdk/android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/android
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-get-random-values/android/build.gradle
- node_modules/@react-native-google-signin/google-signin/android/build.gradle
- node_modules/react-native-pager-view/android/build.gradle
- node_modules/react-native-performance/android/build.gradle
- node_modules/react-native/ReactAndroid/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- react-native-sdk/android/build.gradle
scandelete:
- node_modules/
ndk: 23.1.7779620
- versionName: 23.6.1
versionCode: 23600102
commit: 5d77491c8c76d50e04a53ea7058fbf2781036c53
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.20.2/node-v16.20.2-linux-x64.tar.gz
- echo "c9193e6c414891694759febe846f4f023bf48410a6924a8b1520c46565859665 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
init:
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
build.gradle
- sed -E -i 's/libreBuild =.*$/libreBuild = true/g' ../build.gradle
- sed -E -i 's/vcode =.*$/vcode = $$VERCODE$$/g' build.gradle
- export LIBRE_BUILD=true
- npm install
- sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/installReferrerVersion/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e "/leakcanary/a implementation(project(':react-native-device-info'))
{ exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\
exclude group\x3a 'com.android.installreferrer'\\ }" -e "s/'armeabi-v7a',
'arm64-v8a', 'x86', 'x86_64'/'arm64-v8a'/" build.gradle
- sed -E -i 's/^.*google.*play.*services.*$//g' ../../node_modules/@react-native-google-signin/google-signin/android/build.gradle
- sed -i -e '/maven/agoogle()' -e '/maven/d' ../../node_modules/react-native-video/android/build.gradle
gradle:
- yes
scanignore:
- android/build.gradle
- android/sdk/build.gradle
- node_modules/@amplitude/react-native/android/build.gradle
- node_modules/@giphy/react-native-sdk/android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/android
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-get-random-values/android/build.gradle
- node_modules/@react-native-google-signin/google-signin/android/build.gradle
- node_modules/react-native-pager-view/android/build.gradle
- node_modules/react-native-performance/android/build.gradle
- node_modules/react-native/ReactAndroid/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- react-native-sdk/android/build.gradle
scandelete:
- node_modules/
ndk: 23.1.7779620
- versionName: 23.6.1
versionCode: 23600103
commit: 5d77491c8c76d50e04a53ea7058fbf2781036c53
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.20.2/node-v16.20.2-linux-x64.tar.gz
- echo "c9193e6c414891694759febe846f4f023bf48410a6924a8b1520c46565859665 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
init:
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
build.gradle
- sed -E -i 's/libreBuild =.*$/libreBuild = true/g' ../build.gradle
- sed -E -i 's/vcode =.*$/vcode = $$VERCODE$$/g' build.gradle
- export LIBRE_BUILD=true
- npm install
- sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/installReferrerVersion/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e "/leakcanary/a implementation(project(':react-native-device-info'))
{ exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\
exclude group\x3a 'com.android.installreferrer'\\ }" -e "s/'armeabi-v7a',
'arm64-v8a', 'x86', 'x86_64'/'x86'/" build.gradle
- sed -E -i 's/^.*google.*play.*services.*$//g' ../../node_modules/@react-native-google-signin/google-signin/android/build.gradle
- sed -i -e '/maven/agoogle()' -e '/maven/d' ../../node_modules/react-native-video/android/build.gradle
gradle:
- yes
scanignore:
- android/build.gradle
- android/sdk/build.gradle
- node_modules/@amplitude/react-native/android/build.gradle
- node_modules/@giphy/react-native-sdk/android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/android
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-get-random-values/android/build.gradle
- node_modules/@react-native-google-signin/google-signin/android/build.gradle
- node_modules/react-native-pager-view/android/build.gradle
- node_modules/react-native-performance/android/build.gradle
- node_modules/react-native/ReactAndroid/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- react-native-sdk/android/build.gradle
scandelete:
- node_modules/
ndk: 23.1.7779620
- versionName: 23.6.1
versionCode: 23600104
commit: 5d77491c8c76d50e04a53ea7058fbf2781036c53
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.20.2/node-v16.20.2-linux-x64.tar.gz
- echo "c9193e6c414891694759febe846f4f023bf48410a6924a8b1520c46565859665 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
init:
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
build.gradle
- sed -E -i 's/libreBuild =.*$/libreBuild = true/g' ../build.gradle
- sed -E -i 's/vcode =.*$/vcode = $$VERCODE$$/g' build.gradle
- export LIBRE_BUILD=true
- npm install
- sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/installReferrerVersion/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e "/leakcanary/a implementation(project(':react-native-device-info'))
{ exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\
exclude group\x3a 'com.android.installreferrer'\\ }" -e "s/'armeabi-v7a',
'arm64-v8a', 'x86', 'x86_64'/'x86_64'/" build.gradle
- sed -E -i 's/^.*google.*play.*services.*$//g' ../../node_modules/@react-native-google-signin/google-signin/android/build.gradle
- sed -i -e '/maven/agoogle()' -e '/maven/d' ../../node_modules/react-native-video/android/build.gradle
gradle:
- yes
scanignore:
- android/build.gradle
- android/sdk/build.gradle
- node_modules/@amplitude/react-native/android/build.gradle
- node_modules/@giphy/react-native-sdk/android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/android
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-get-random-values/android/build.gradle
- node_modules/@react-native-google-signin/google-signin/android/build.gradle
- node_modules/react-native-pager-view/android/build.gradle
- node_modules/react-native-performance/android/build.gradle
- node_modules/react-native/ReactAndroid/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- react-native-sdk/android/build.gradle
scandelete:
- node_modules/
ndk: 23.1.7779620
MaintainerNotes: |-
3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion
- React Native
@ -1834,5 +2021,5 @@ MaintainerNotes: |-
ArchivePolicy: 9
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 23.4.0
CurrentVersionCode: 23400004
CurrentVersion: 23.6.1
CurrentVersionCode: 23600104