1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: libtgowt
Priority: optional
Section: libs
Maintainer: Nicholas Guriev <guriev-ns@ya.ru>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch:
cmake (>= 3.16.0),
libabsl-dev (>= 0~20220623.0),
libasound2-dev,
libavcodec-dev,
libavformat-dev,
libavutil-dev,
libdrm-dev,
libegl-dev,
libgbm-dev,
libgl-dev,
libglib2.0-dev,
libjpeg-dev,
libopus-dev,
libpipewire-0.3-dev,
libprotobuf-dev,
libpulse-dev,
libsrtp2-dev,
libssl-dev,
libswresample-dev,
libswscale-dev,
libvpx-dev (>= 1.9.0),
libxcomposite-dev,
libxdamage-dev,
libxext-dev,
libxfixes-dev,
libxrandr-dev,
libxrender-dev,
libxtst-dev,
protobuf-compiler,
python3:any,
yasm [any-amd64 any-i386 x32],
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/desktop-app/tg_owt
Vcs-Git: https://salsa.debian.org/debian/libtgowt.git
Vcs-Browser: https://salsa.debian.org/debian/libtgowt
Package: libtgowt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libabsl-dev, ${misc:Depends}, ${static:Depends}
Description: telegram related WebRTC fork
This supporting package contains a reduced fork of WebRTC source code. It is
primarily needed for build support of video calls in Telegram Desktop. WebRTC
project, in general, provides applications real-time capabilities that work on
top of an open standard.
|