Skip to content

Commit

Permalink
Upgrade libwebrtc-bin to 131.0.6778.139 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 16, 2024
1 parent 5771db2 commit cec4e41
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ All user visible changes to this project will be documented in this file. This p
### Changed

- Upgraded [OpenAL] library to [1.24.1][openal-1.24.1] version. ([#182], [#181])
- Upgraded [libwebrtc] to [131.0.6778.108] version. ([#180], [todo])
- Upgraded [libwebrtc] to [131.0.6778.139] version. ([#180], [todo])
- Upgraded [`flutter_rust_bridge`] crate to [2.7.0][frb-2.7.0] version. ([#183])

[#180]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/180
[#181]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/181
[#182]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/182
[#183]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/183
[todo]: https://github.com/instrumentisto/medea-flutter-webrtc/commit/todo
[131.0.6778.108]: https://github.com/instrumentisto/libwebrtc-bin/releases/tag/131.0.6778.108
[131.0.6778.139]: https://github.com/instrumentisto/libwebrtc-bin/releases/tag/131.0.6778.139
[openal-1.24.1]: https://github.com/kcat/openal-soft/releases/tag/1.24.1
[frb-2.7.0]: https://github.com/fzyzcjy/flutter_rust_bridge/releases/tag/v2.7.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Medea Flutter-WebRTC
====================

[![pub](https://img.shields.io/pub/v/medea_flutter_webrtc "pub")](https://pub.dev/packages/medea_flutter_webrtc)
[![libwebrtc](https://img.shields.io/badge/libwebrtc-131.0.6778.108-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/131.0.6778.108)
[![libwebrtc](https://img.shields.io/badge/libwebrtc-131.0.6778.139-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/131.0.6778.139)
[![OpenAL](https://img.shields.io/badge/OpenAL-1.24.1-blue "OpenAL")](https://github.com/kcat/openal-soft/releases/tag/1.24.1)

[Changelog](https://github.com/instrumentisto/medea-flutter-webrtc/blob/main/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ android {
}

dependencies {
implementation 'com.github.instrumentisto:libwebrtc-bin:131.0.6778.108@aar'
implementation 'com.github.instrumentisto:libwebrtc-bin:131.0.6778.139@aar'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
}
2 changes: 1 addition & 1 deletion crates/libwebrtc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libwebrtc-sys"
version = "0.0.0+131.0.6778.108"
version = "0.0.0+131.0.6778.139"
edition = "2021"
rust-version = "1.81"
publish = false
Expand Down
12 changes: 6 additions & 6 deletions crates/libwebrtc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use walkdir::{DirEntry, WalkDir};
/// [`libwebrtc-bin`]: https://github.com/instrumentisto/libwebrtc-bin
static LIBWEBRTC_URL: &str =
"https://github.com/instrumentisto/libwebrtc-bin/releases/download\
/131.0.6778.108";
/131.0.6778.139";

/// URL for downloading `openal-soft` source code.
static OPENAL_URL: &str =
Expand Down Expand Up @@ -124,19 +124,19 @@ fn get_target() -> anyhow::Result<String> {
fn get_expected_libwebrtc_hash() -> anyhow::Result<&'static str> {
Ok(match get_target()?.as_str() {
"aarch64-unknown-linux-gnu" => {
"b82342050bcdfc0a5d5922520027fbd66771f0299290eea5e3eda9516d3bebe4"
"a09ca2696ef6345d6f5ddbd539e25c4956d1bedb01ab84c9dbc8320af40dcebe"
}
"x86_64-unknown-linux-gnu" => {
"7187c8b4c1d0baeee98ca876e1b048e57fe4d14df672d911397fea7accf0c3f9"
"d3157768dd0f8024c4bf901ab8c056b778de7b1b138c33196a1c6275bff089bd"
}
"aarch64-apple-darwin" => {
"81fffca6aaa847fee736f2d3b7eb954a1fa80b08b5c6317957ed1983d1b1fde7"
"8ef2c188735afc5b941fd29a499635f41fad5c15e3dab08e62532c9450dc4dd9"
}
"x86_64-apple-darwin" => {
"ffd7dc5d98adc66f4250a2fdec10212fa7ccc9501e9515ea569fdcaa8ae32794"
"ab33563c1aca5fd142c6526aa09079f69223942e8cc2ce97504a8dde366b0a92"
}
"x86_64-pc-windows-msvc" => {
"778ce0a08c7267914e936957513928b89c4a7dcd17ad41c6dc9a205f1ce2eb06"
"4bc4dda3c908d6cabe607328f1985f413ba16cfa8e4a88ad924b79214f8a8785"
}
arch => return Err(anyhow::anyhow!("Unsupported target: {arch}")),
})
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- Flutter (1.0.0)
- instrumentisto-libwebrtc-bin (131.0.6778.108)
- instrumentisto-libwebrtc-bin (131.0.6778.139)
- integration_test (0.0.1):
- Flutter
- medea_flutter_webrtc (0.11.2):
- Flutter
- instrumentisto-libwebrtc-bin (= 131.0.6778.108)
- instrumentisto-libwebrtc-bin (= 131.0.6778.139)

DEPENDENCIES:
- Flutter (from `Flutter`)
Expand All @@ -26,9 +26,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
instrumentisto-libwebrtc-bin: f3eb741f5bbc90fd5503f1000f29820b72edc9aa
instrumentisto-libwebrtc-bin: 3723ba1d34da2e573a8a18f7608415b5d885abaf
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
medea_flutter_webrtc: c8ae806ecf2ba317db5c16b374c2ae9accc4be95
medea_flutter_webrtc: 10b34c98e6c65bae948635b4f773a7e708485d90

PODFILE CHECKSUM: be3ab4e988bb308d23906be69146fcbef66fac55

Expand Down
48 changes: 24 additions & 24 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: f256b0c0ba6c7577c15e2e4e114755640a875e885099367bf6e012b19314c834
sha256: "16e298750b6d0af7ce8a3ba7c18c69c3785d11b15ec83f6dcd0ad2a0009b3cab"
url: "https://pub.dev"
source: hosted
version: "72.0.0"
version: "76.0.0"
_macros:
dependency: transitive
description: dart
source: sdk
version: "0.3.2"
version: "0.3.3"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: b652861553cd3990d8ed361f7979dc6d7053a9ac8843fa73820ab68ce5410139
sha256: "1f14db053a8c23e260789e9b0980fa27f2680dd640932cae5e1137cce0e46e1e"
url: "https://pub.dev"
source: hosted
version: "6.7.0"
version: "6.11.0"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -154,10 +154,10 @@ packages:
dependency: transitive
description:
name: collection
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
url: "https://pub.dev"
source: hosted
version: "1.18.0"
version: "1.19.0"
convert:
dependency: transitive
description:
Expand Down Expand Up @@ -339,18 +339,18 @@ packages:
dependency: transitive
description:
name: leak_tracker
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
sha256: "7bb2830ebd849694d1ec25bf1f44582d6ac531a57a365a803a6034ff751d2d06"
url: "https://pub.dev"
source: hosted
version: "10.0.5"
version: "10.0.7"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
sha256: "9491a714cca3667b60b5c420da8217e6de0d1ba7a5ec322fab01758f6998f379"
url: "https://pub.dev"
source: hosted
version: "3.0.5"
version: "3.0.8"
leak_tracker_testing:
dependency: transitive
description:
Expand Down Expand Up @@ -379,10 +379,10 @@ packages:
dependency: transitive
description:
name: macros
sha256: "0acaed5d6b7eab89f63350bccd82119e6c602df0f391260d0e32b5e23db79536"
sha256: "1d9e801cd66f7ea3663c45fc708450db1fa57f988142c64289142c9b7ee80656"
url: "https://pub.dev"
source: hosted
version: "0.1.2-main.4"
version: "0.1.3-main.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -498,7 +498,7 @@ packages:
dependency: transitive
description: flutter
source: sdk
version: "0.0.99"
version: "0.0.0"
source_span:
dependency: transitive
description:
Expand All @@ -519,10 +519,10 @@ packages:
dependency: transitive
description:
name: stack_trace
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
url: "https://pub.dev"
source: hosted
version: "1.11.1"
version: "1.12.0"
stream_channel:
dependency: transitive
description:
Expand All @@ -543,10 +543,10 @@ packages:
dependency: transitive
description:
name: string_scanner
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3"
url: "https://pub.dev"
source: hosted
version: "1.2.0"
version: "1.3.0"
sync_http:
dependency: transitive
description:
Expand All @@ -567,10 +567,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
url: "https://pub.dev"
source: hosted
version: "0.7.2"
version: "0.7.3"
timing:
dependency: transitive
description:
Expand Down Expand Up @@ -607,10 +607,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
url: "https://pub.dev"
source: hosted
version: "14.2.5"
version: "14.3.0"
watcher:
dependency: transitive
description:
Expand Down Expand Up @@ -647,10 +647,10 @@ packages:
dependency: transitive
description:
name: webdriver
sha256: "003d7da9519e1e5f329422b36c4dcdf18d7d2978d1ba099ea4e45ba490ed845e"
sha256: "3d773670966f02a646319410766d3b5e1037efb7f07cc68f844d5e06cd4d61c8"
url: "https://pub.dev"
source: hosted
version: "3.0.3"
version: "3.0.4"
yaml:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/medea_flutter_webrtc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Flutter WebRTC plugin based on Google WebRTC.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'instrumentisto-libwebrtc-bin', '131.0.6778.108'
s.dependency 'instrumentisto-libwebrtc-bin', '131.0.6778.139'
s.platform = :ios, '13.0'
s.static_framework = true

Expand Down

0 comments on commit cec4e41

Please sign in to comment.