Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
libtg_owt
Commits:
e0445ee7 by Sven-Hendrik Haase at 2024-08-01T04:43:38+02:00
upgpkg: 0.git27.e9d103e-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libtg_owt
pkgdesc = WebRTC library
- pkgver = 0.git26.c9cc439
+ pkgver = 0.git27.e9d103e
pkgrel = 1
url = https://github.com/desktop-app/tg_owt
arch = x86_64
@@ -22,16 +22,17 @@ pkgbase = libtg_owt
makedepends = pipewire
makedepends = libxtst
makedepends = libepoxy
+ makedepends = openh264
depends = libdrm
depends = libxdamage
options = staticlibs
- source =
git+https://github.com/desktop-app/tg_owt.git#commit=c9cc4390ab951f2cbc103ff783a11f398b27660b
+ source =
git+https://github.com/desktop-app/tg_owt.git#commit=e9d103e2480e0983bf464debc371b049cdd83648
source = git+https://chromium.googlesource.com/libyuv/libyuv/
source = git+https://github.com/google/crc32c
source = git+https://github.com/abseil/abseil-cpp
source = git+https://github.com/cisco/libsrtp
source =
libtg_owt_ffmpeg7.patch::https://patch-diff.githubusercontent.com/raw/desktop-app/tg_owt/pull/128.patch
- b2sums =
3a3a67816c4f6637fd5cd1752049ed95911edde3149ce4190fa066b745cd837f969cc8d9669976d01f0a96fcaa7cdd99342a2616154ce895000c617f5156a5ee
+ b2sums =
494ac912fcf7214b47c92e8e049b131e37629e86faed2020078e7b4a8281408c16cf990f98476d3639d5f63e2230417867b74cadc6171c7c82633914c2f6a3c3
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,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=c9cc4390ab951f2cbc103ff783a11f398b27660b
-pkgver=0.git26.${_commit:0:7}
+_commit=e9d103e2480e0983bf464debc371b049cdd83648
+pkgver=0.git27.${_commit:0:7}
pkgrel=1
pkgdesc='WebRTC library'
arch=('x86_64')
@@ -14,7 +14,7 @@ license=('BSD')
# libdrm is dynamically loaded via dlopen
depends=('libdrm' 'libxdamage')
makedepends=('git' 'ninja' 'unzip' 'cmake' 'protobuf' 'libxrandr'
'libxcomposite' 'openssl' 'glibc'
- 'ffmpeg' 'libva' 'opus' 'yasm' 'libjpeg-turbo' 'pipewire'
'libxtst' 'libepoxy')
+ 'ffmpeg' 'libva' 'opus' 'yasm' 'libjpeg-turbo' 'pipewire'
'libxtst' 'libepoxy' 'openh264')
options=('staticlibs')
source=("git+${url}.git#commit=${_commit}"
"git+https://chromium.googlesource.com/libyuv/libyuv/"
@@ -22,7 +22,7 @@ source=("git+${url}.git#commit=${_commit}"
"git+https://github.com/abseil/abseil-cpp"
"git+https://github.com/cisco/libsrtp"
libtg_owt_ffmpeg7.patch::https://patch-diff.githubusercontent.com/raw/desktop-app/tg_owt/pull/128.patch)
-b2sums=('3a3a67816c4f6637fd5cd1752049ed95911edde3149ce4190fa066b745cd837f969cc8d9669976d01f0a96fcaa7cdd99342a2616154ce895000c617f5156a5ee'
+b2sums=('494ac912fcf7214b47c92e8e049b131e37629e86faed2020078e7b4a8281408c16cf990f98476d3639d5f63e2230417867b74cadc6171c7c82633914c2f6a3c3'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtg_owt/-/commit/e0445ee73fb667294a225fe98512aec287070851
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libtg_owt/-/commit/e0445ee73fb667294a225fe98512aec287070851
You're receiving this email because of your account on gitlab.archlinux.org.