[LibJuice][Libdatachannel] Update v0.9.6 / Update v0.16.4 (#22531)

* Update libjuice to 0.9.6

* Update baseline.

* Update to 0.16.4.

* Update baseline.

Co-authored-by: Nemirtingas <Nemirtingas@noreply.com>
This commit is contained in:
Nemirtingas 2022-01-18 22:50:36 +01:00 committed by GitHub
parent bcbd5f9676
commit 49be0f8071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 20 additions and 10 deletions

View File

@ -68,8 +68,8 @@ index c0e59d1..1d71e38 100644
target_compile_definitions(datachannel-static PRIVATE RTC_SYSTEM_JUICE=0) target_compile_definitions(datachannel-static PRIVATE RTC_SYSTEM_JUICE=0)
- target_link_libraries(datachannel PRIVATE LibJuice::LibJuiceStatic) - target_link_libraries(datachannel PRIVATE LibJuice::LibJuiceStatic)
- target_link_libraries(datachannel-static PRIVATE LibJuice::LibJuiceStatic) - target_link_libraries(datachannel-static PRIVATE LibJuice::LibJuiceStatic)
+ target_link_libraries(datachannel PRIVATE LibJuice::juice) + target_link_libraries(datachannel PRIVATE LibJuice::LibJuice)
+ target_link_libraries(datachannel-static PRIVATE LibJuice::juice) + target_link_libraries(datachannel-static PRIVATE LibJuice::LibJuice)
endif() endif()
endif() endif()

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO paullouisageneau/libdatachannel REPO paullouisageneau/libdatachannel
REF 6e1222c4def8b959eedc8b9e6da95072afe6ff78 #v0.16.0 REF 127f157fc00abeb6fe5a57ce56a7c4e092721203 #v0.16.4
SHA512 bfa21b1f55a18c6bd0473b2c80d6739e9f06d463246004f91b216423739c5fa04651a099ef995b4ab12f392784208cc0c7ab8662e3790ce4be6be36e37a944d7 SHA512 ef7d1f652af031c13260a4c436c949eb566d40d15dcde5b56ab782e9e9d7b5e287f4a6a61bc4eb3fcdbb835c102637b0368f3c43af6f9fa9c87cd99d15bde454
HEAD_REF master HEAD_REF master
PATCHES PATCHES
0001-fix-for-vcpkg.patch 0001-fix-for-vcpkg.patch

View File

@ -1,6 +1,6 @@
{ {
"name": "libdatachannel", "name": "libdatachannel",
"version-semver": "0.16.0", "version-semver": "0.16.4",
"description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.", "description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.",
"homepage": "https://github.com/paullouisageneau/libdatachannel", "homepage": "https://github.com/paullouisageneau/libdatachannel",
"dependencies": [ "dependencies": [

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO paullouisageneau/libjuice REPO paullouisageneau/libjuice
REF 026b3dd68db33143db8a5a9b16af3923733a8b61 #v0.9.1 REF 3795466e704191dd35f8a46b82ca06cbbc395cd9 #v0.9.6
SHA512 050e92df2e3f24da465ffd4e57d35ffc7a4e13042dc0b829627a09c3f8c7898c7b066f3e386004b579e7416adf4885f5f7a8da46f34c76e9bc63747616f34f9d SHA512 3c931b47d852ead3027ed077f9ba930e9b5b77de1cf984023dd4bac3b52980f68419517e4edf11e8fd2741bfb2e154d3c748073ed302182e395df0b0acc1910c
HEAD_REF master HEAD_REF master
PATCHES PATCHES
fix-for-vcpkg.patch fix-for-vcpkg.patch

View File

@ -1,6 +1,6 @@
{ {
"name": "libjuice", "name": "libjuice",
"version": "0.9.1", "version": "0.9.6",
"description": "The library is a simplified implementation of the Interactive Connectivity Establishment (ICE) protocol in C for POSIX platforms (including Linux and Apple macOS) and Microsoft Windows.", "description": "The library is a simplified implementation of the Interactive Connectivity Establishment (ICE) protocol in C for POSIX platforms (including Linux and Apple macOS) and Microsoft Windows.",
"homepage": "https://github.com/paullouisageneau/libjuice", "homepage": "https://github.com/paullouisageneau/libjuice",
"dependencies": [ "dependencies": [

View File

@ -3397,7 +3397,7 @@
"port-version": 1 "port-version": 1
}, },
"libdatachannel": { "libdatachannel": {
"baseline": "0.16.0", "baseline": "0.16.4",
"port-version": 0 "port-version": 0
}, },
"libdatrie": { "libdatrie": {
@ -3597,7 +3597,7 @@
"port-version": 0 "port-version": 0
}, },
"libjuice": { "libjuice": {
"baseline": "0.9.1", "baseline": "0.9.6",
"port-version": 0 "port-version": 0
}, },
"libjxl": { "libjxl": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "a9f98aa660deca99a714ae3fc0e7a356c5d74cc8",
"version-semver": "0.16.4",
"port-version": 0
},
{ {
"git-tree": "d688c15b940166a1d8ecf701cafb7a060a7abd48", "git-tree": "d688c15b940166a1d8ecf701cafb7a060a7abd48",
"version-semver": "0.16.0", "version-semver": "0.16.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "f544d762be0d7f9016b47f865843d0e575535166",
"version": "0.9.6",
"port-version": 0
},
{ {
"git-tree": "564ac624cbbabb45356d592264c090a0e6f64669", "git-tree": "564ac624cbbabb45356d592264c090a0e6f64669",
"version": "0.9.1", "version": "0.9.1",