diff --git a/community/libtg_owt/PKGBUILD b/community/libtg_owt/PKGBUILD index 5dc45035c..adea71313 100644 --- a/community/libtg_owt/PKGBUILD +++ b/community/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=5098730b9eb6173f0b52068fe2555b7c1015123a -pkgver=0.git20.${_commit:0:7} +_commit=9d120195334db4f232c925529aa7601656dc59d7 +pkgver=0.git21.${_commit:0:7} pkgrel=1 pkgdesc='WebRTC library' arch=('x86_64') @@ -16,7 +16,7 @@ url='https://github.com/desktop-app/tg_owt' license=('BSD') # libdrm is dynamically loaded via dlopen depends=('libdrm') -makedepends=('git' 'ninja' 'unzip' 'cmake' 'protobuf' 'libxrandr' 'libxcomposite' 'openssl-1.1' 'glibc' +makedepends=('git' 'ninja' 'unzip' 'cmake' 'protobuf' 'libxrandr' 'libxcomposite' 'openssl' 'glibc' 'ffmpeg' 'libva' 'opus' 'yasm' 'libjpeg-turbo' 'pipewire' 'libxtst' 'libepoxy') options=('staticlibs') source=("tg_owt::git+${url}.git#commit=${_commit}" @@ -42,7 +42,6 @@ build() { export CFLAGS+=" -ffat-lto-objects" export CXXFLAGS+=" -ffat-lto-objects -I/usr/include/libdrm" - export PKG_CONFIG_PATH='/usr/lib/openssl-1.1/pkgconfig' # Upstream stated that only static builds are really supported so that's what we'll do. # https://github.com/desktop-app/tg_owt/issues/75#issuecomment-992061171 cmake \