mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/libtg_owt to 0.git7.575fb17-1
This commit is contained in:
parent
736f5b1119
commit
9e1edeb937
1 changed files with 9 additions and 8 deletions
|
@ -1,19 +1,19 @@
|
|||
# Maintainer: Jiachen YANG <farseerfc at archlinux dot org>
|
||||
# Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - disable neon (-DTG_OWT_ARCH_ARMV7_USE_NEON=OFF)
|
||||
|
||||
pkgname=libtg_owt
|
||||
_commit=91d836d
|
||||
pkgver=0.git6.${_commit}
|
||||
pkgrel=2
|
||||
pkgdesc='WebRTC library - static linked'
|
||||
_commit=575fb17
|
||||
pkgver=0.git7.${_commit}
|
||||
pkgrel=1
|
||||
pkgdesc='WebRTC library'
|
||||
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' 'pipewire' 'libxtst')
|
||||
options=('staticlibs')
|
||||
license=('BSD')
|
||||
depends=('protobuf' 'libxrandr' 'libxcomposite' 'openssl' 'glibc' 'ffmpeg' 'libva' 'opus' 'yasm' 'libjpeg-turbo' 'pipewire' 'libxtst')
|
||||
makedepends=('git' 'ninja' 'unzip' 'cmake')
|
||||
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"
|
||||
|
@ -47,4 +47,5 @@ build() {
|
|||
package() {
|
||||
cd tg_owt
|
||||
DESTDIR="${pkgdir}/" ninja -C build install
|
||||
install -Dm644 LICENSE "$pkgdir"/usr/share/license/$pkgname/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue