Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2024 13:05:48 GMT
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a4fb11b7e770 - main - net-im/tg_owt: update to the recent snapshot
Message-ID:  <202412051305.4B5D5mSR043978@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a4fb11b7e770379c7a9d8b6b68926116aa43ed13

commit a4fb11b7e770379c7a9d8b6b68926116aa43ed13
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2024-12-04 22:59:45 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2024-12-05 13:02:46 +0000

    net-im/tg_owt: update to the recent snapshot
    
    Remove the upstreamed patch.
---
 net-im/tg_owt/Makefile                                        |  5 ++---
 net-im/tg_owt/distinfo                                        |  6 +++---
 .../patch-src_modules_audio__device_audio__device__impl.cc    | 11 -----------
 3 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile
index b5b3a008645a..9bf046d4a4a3 100644
--- a/net-im/tg_owt/Makefile
+++ b/net-im/tg_owt/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	tg_owt
-PORTVERSION=	0.0.20241116
-PORTREVISION=	1
+PORTVERSION=	0.0.20241203
 CATEGORIES=	net-im
 
 MAINTAINER=	ports@FreeBSD.org
@@ -28,7 +27,7 @@ USE_XORG=	x11 xcomposite xdamage xrender xrandr xtst
 USE_GL=		gbm gl
 USE_GITHUB=	yes
 GH_ACCOUNT=	desktop-app
-GH_TAGNAME=	3008950
+GH_TAGNAME=	be39b8c
 
 CMAME_ON=	TG_OWT_PACKAGED_BUILD
 
diff --git a/net-im/tg_owt/distinfo b/net-im/tg_owt/distinfo
index 9b17f1d2f140..488becb8c236 100644
--- a/net-im/tg_owt/distinfo
+++ b/net-im/tg_owt/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1731968356
-SHA256 (desktop-app-tg_owt-0.0.20241116-3008950_GH0.tar.gz) = daa9978c80edd1d78f1401987cba391535798499a27f548d1fc1027b2f854e84
-SIZE (desktop-app-tg_owt-0.0.20241116-3008950_GH0.tar.gz) = 11716169
+TIMESTAMP = 1733334079
+SHA256 (desktop-app-tg_owt-0.0.20241203-be39b8c_GH0.tar.gz) = 657d41608c3b97989b14030671081db34f066433cff65d90bf18c05f434e919c
+SIZE (desktop-app-tg_owt-0.0.20241203-be39b8c_GH0.tar.gz) = 11716248
 SHA256 (osokin-libyuv-04821d1_GH0.tar.gz) = cffd73dc527a8991e0fa78f0013d5db457a55298dada5896b4d6fa1b4ec5713f
 SIZE (osokin-libyuv-04821d1_GH0.tar.gz) = 559577
diff --git a/net-im/tg_owt/files/patch-src_modules_audio__device_audio__device__impl.cc b/net-im/tg_owt/files/patch-src_modules_audio__device_audio__device__impl.cc
deleted file mode 100644
index 798487e3a4a2..000000000000
--- a/net-im/tg_owt/files/patch-src_modules_audio__device_audio__device__impl.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/modules/audio_device/audio_device_impl.cc.orig	2024-12-02 05:33:43 UTC
-+++ src/modules/audio_device/audio_device_impl.cc
-@@ -141,7 +141,7 @@ int32_t AudioDeviceModuleImpl::CheckPlatform() {
- #elif defined(WEBRTC_ANDROID)
-   platform = kPlatformAndroid;
-   RTC_LOG(LS_INFO) << "current platform is Android";
--#elif defined(WEBRTC_LINUX)
-+#elif defined(WEBRTC_LINUX) || defined(WEBRTC_FREEBSD)
-   platform = kPlatformLinux;
-   RTC_LOG(LS_INFO) << "current platform is Linux";
- #elif defined(WEBRTC_IOS)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412051305.4B5D5mSR043978>