From b877daf56e14be3ed8c055bf7cde9a47f7ac6f86 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 24 Jul 2023 12:46:50 +0000 Subject: [PATCH] extra/libtg_owt to 0.git23.a45d8b8-1 --- extra/libtg_owt/PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/extra/libtg_owt/PKGBUILD b/extra/libtg_owt/PKGBUILD index 655c4d14f..101d465bb 100644 --- a/extra/libtg_owt/PKGBUILD +++ b/extra/libtg_owt/PKGBUILD @@ -7,8 +7,8 @@ pkgname=libtg_owt # It seems the currently desired version can be gotten from # https://github.com/telegramdesktop/tdesktop/blob/dev/Telegram/build/docker/centos_env/Dockerfile -_commit=dcb5069ff76bd293e86928804208737e6cee2ccc -pkgver=0.git22.${_commit:0:7} +_commit=a45d8b8f0a99bd0e5118dda1dc4a8b7b3ad5dcfd +pkgver=0.git23.${_commit:0:7} pkgrel=1 pkgdesc='WebRTC library' arch=('x86_64') @@ -22,13 +22,11 @@ options=('staticlibs') source=("tg_owt::git+${url}.git#commit=${_commit}" "libvpx::git+https://chromium.googlesource.com/webm/libvpx.git" "libyuv::git+https://chromium.googlesource.com/libyuv/libyuv.git" - "pipewire::git+https://github.com/PipeWire/pipewire.git" - "libtg_owt-fix-gcc13.patch") + "pipewire::git+https://github.com/PipeWire/pipewire.git") b2sums=('SKIP' 'SKIP' 'SKIP' - 'SKIP' - '18310fa97390e2cb6224060632ecac3b0a617aaedfef6291951d2a94c05c2602a7e2f36fc1632a1a6d9ba28ad705368d3229ab585a31e5dfff9733e5c17bd24f') + 'SKIP') prepare() { cd tg_owt @@ -37,8 +35,6 @@ prepare() { git config submodule.src/third_party/libyuv.url "$srcdir"/libyuv git config submodule.src/third_party/pipewire.url "$srcdir"/pipewire git -c protocol.file.allow=always submodule update - - patch -Np1 -i "$srcdir"/libtg_owt-fix-gcc13.patch } build() {