mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/libtg_owt to 0.git5.f03ef05-1
This commit is contained in:
parent
1ecaa1d434
commit
51905e7f6b
1 changed files with 8 additions and 4 deletions
|
@ -4,20 +4,22 @@
|
|||
# - disable neon (-DTG_OWT_ARCH_ARMV7_USE_NEON=OFF)
|
||||
|
||||
pkgname=libtg_owt
|
||||
_commit=2d804d2
|
||||
pkgver=0.git4.${_commit}
|
||||
_commit=f03ef05
|
||||
pkgver=0.git5.${_commit}
|
||||
pkgrel=1
|
||||
pkgdesc='WebRTC library - static linked'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/desktop-app/tg_owt'
|
||||
license=('custom:BSD')
|
||||
depends=('protobuf')
|
||||
makedepends=('git' 'ninja' 'unzip' 'cmake' 'libxrandr' 'libxcomposite' 'openssl' 'glibc' 'ffmpeg' 'libva' 'opus' 'yasm' 'libjpeg-turbo')
|
||||
makedepends=('git' 'ninja' 'unzip' 'cmake' 'libxrandr' 'libxcomposite' 'openssl' 'glibc' 'ffmpeg' 'libva' 'opus' 'yasm' 'libjpeg-turbo' 'pipewire' 'libxtst')
|
||||
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")
|
||||
"libyuv::git+https://chromium.googlesource.com/libyuv/libyuv.git"
|
||||
"pipewire::git+https://github.com/PipeWire/pipewire.git")
|
||||
b2sums=('SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP')
|
||||
replaces=('libwebrtc')
|
||||
|
@ -27,6 +29,7 @@ prepare() {
|
|||
git submodule init
|
||||
git config submodule.src/third_party/libvpx/source/libvpx.url "$srcdir"/libvpx
|
||||
git config submodule.src/third_party/libyuv.url "$srcdir"/libyuv
|
||||
git config submodule.src/third_party/pipewire.url "$srcdir"/pipewire
|
||||
git submodule update
|
||||
}
|
||||
|
||||
|
@ -43,6 +46,7 @@ build() {
|
|||
-DTG_OWT_OPENSSL_INCLUDE_PATH=/usr/include \
|
||||
-DTG_OWT_OPUS_INCLUDE_PATH=/usr/include/opus \
|
||||
-DTG_OWT_FFMPEG_INCLUDE_PATH=/usr/include \
|
||||
-DTG_OWT_DLOPEN_PIPEWIRE=OFF \
|
||||
-DTG_OWT_ARCH_ARMV7_USE_NEON=OFF \
|
||||
..
|
||||
ninja
|
||||
|
|
Loading…
Reference in a new issue