Skip to content

Commit

Permalink
Upgrade libwebrtc-bin to 131.0.6778.204 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 25, 2024
1 parent 949ba24 commit c4959d5
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 15 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ All user visible changes to this project will be documented in this file. This p



## [main] · unreleased
[main]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/main

[Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.12.0...main)

### Changed

- Upgraded [libwebrtc] to [131.0.6778.204] version. ([todo])

[todo]: https://github.com/instrumentisto/medea-flutter-webrtc/commit/todo
[131.0.6778.204]: https://github.com/instrumentisto/libwebrtc-bin/releases/tag/131.0.6778.204




## [0.12.0] · 2024-12-16
[0.12.0]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.12.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.139-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/131.0.6778.139)
[![libwebrtc](https://img.shields.io/badge/libwebrtc-131.0.6778.204-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/131.0.6778.204)
[![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.139@aar'
implementation 'com.github.instrumentisto:libwebrtc-bin:131.0.6778.204@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.139"
version = "0.0.0+131.0.6778.204"
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.139";
/131.0.6778.204";

/// 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" => {
"a09ca2696ef6345d6f5ddbd539e25c4956d1bedb01ab84c9dbc8320af40dcebe"
"4df9ea4110c7c995695115dda33d90ff4ea585a8eafab2471d644fd87382bd49"
}
"x86_64-unknown-linux-gnu" => {
"d3157768dd0f8024c4bf901ab8c056b778de7b1b138c33196a1c6275bff089bd"
"b1d1a8601ad3dd94c024b0e39c26adf93fa0fed7d324342ca8955f276ab11602"
}
"aarch64-apple-darwin" => {
"8ef2c188735afc5b941fd29a499635f41fad5c15e3dab08e62532c9450dc4dd9"
"d4810fc353a8cafc7bb1b6e02a72f5cdee43830a0c1cf755b94b1867acdf3aaa"
}
"x86_64-apple-darwin" => {
"ab33563c1aca5fd142c6526aa09079f69223942e8cc2ce97504a8dde366b0a92"
"d7acfb2a950b5c25a25e10551701d2b91f68f7e5c7704fec554175d60188f996"
}
"x86_64-pc-windows-msvc" => {
"4bc4dda3c908d6cabe607328f1985f413ba16cfa8e4a88ad924b79214f8a8785"
"9d061a2efc77bff5e12367afea0c641e00b2ef99d2012f024387c8c60189dd42"
}
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.139)
- instrumentisto-libwebrtc-bin (131.0.6778.204)
- integration_test (0.0.1):
- Flutter
- medea_flutter_webrtc (0.12.0):
- Flutter
- instrumentisto-libwebrtc-bin (= 131.0.6778.139)
- instrumentisto-libwebrtc-bin (= 131.0.6778.204)

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

SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
instrumentisto-libwebrtc-bin: 3723ba1d34da2e573a8a18f7608415b5d885abaf
instrumentisto-libwebrtc-bin: 18b8fba7cded099814a506d82cd32482a93f14da
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
medea_flutter_webrtc: 4884e6472ec0a950588aa479b6c2dc57e3808a26
medea_flutter_webrtc: b8d03bac6715864038be6cda54f9d45efe84114e

PODFILE CHECKSUM: be3ab4e988bb308d23906be69146fcbef66fac55

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.139'
s.dependency 'instrumentisto-libwebrtc-bin', '131.0.6778.204'
s.platform = :ios, '13.0'
s.static_framework = true

Expand Down

0 comments on commit c4959d5

Please sign in to comment.