mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/libtg_owt to 0.git23.a45d8b8-1
This commit is contained in:
parent
7745dcf73d
commit
b877daf56e
1 changed files with 4 additions and 8 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue