mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/roc-toolkit to 0.2.6-1
This commit is contained in:
parent
bab50cf40e
commit
1a874b37ac
2 changed files with 42 additions and 5 deletions
37
extra/roc-toolkit/.SRCINFO
Normal file
37
extra/roc-toolkit/.SRCINFO
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
pkgbase = roc-toolkit
|
||||||
|
pkgdesc = Real-time audio streaming over the network
|
||||||
|
pkgver = 0.2.6
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/roc-streaming/roc-toolkit/
|
||||||
|
arch = x86_64
|
||||||
|
license = CC0-1.0
|
||||||
|
license = MPL-2.0
|
||||||
|
makedepends = alsa-lib
|
||||||
|
makedepends = cpputest
|
||||||
|
makedepends = gengetopt
|
||||||
|
makedepends = libpulse
|
||||||
|
makedepends = openfec
|
||||||
|
makedepends = ragel
|
||||||
|
makedepends = scons
|
||||||
|
makedepends = sox
|
||||||
|
makedepends = speexdsp
|
||||||
|
depends = glibc
|
||||||
|
depends = gcc-libs
|
||||||
|
depends = libunwind
|
||||||
|
depends = libuv
|
||||||
|
optdepends = libpulse: for roc-conv, roc-receive and roc-send
|
||||||
|
optdepends = sox: for roc-conv, roc-receive and roc-send
|
||||||
|
provides = libroc.so
|
||||||
|
source = https://github.com/roc-streaming/roc-toolkit//archive/v0.2.6/roc-toolkit-v0.2.6.tar.gz
|
||||||
|
sha512sums = ac0f18e8a8a60ae9e93f3dcb58e645f31440b6799dac063b246f5320978ac98192bb9c38bbfa7e38dbd537da169c1d525d93cf66c86b36976d37932e3c12f63b
|
||||||
|
b2sums = 6fa38819fc675323585a0bd5f754b7325be0d9870a55b65636498822249fe1d53b23422b7fa6a0b7e7740aff4f7e62fed9b2681741fbd8912ef8ec2bcc375ee4
|
||||||
|
|
||||||
|
pkgname = roc-toolkit
|
||||||
|
depends = glibc
|
||||||
|
depends = gcc-libs
|
||||||
|
depends = libunwind
|
||||||
|
depends = libuv
|
||||||
|
depends = openfec
|
||||||
|
depends = libopenfec.so
|
||||||
|
depends = speexdsp
|
||||||
|
depends = libspeexdsp.so
|
|
@ -4,14 +4,14 @@
|
||||||
# - !distcc, build checks for clang first
|
# - !distcc, build checks for clang first
|
||||||
|
|
||||||
pkgname=roc-toolkit
|
pkgname=roc-toolkit
|
||||||
pkgver=0.2.5
|
pkgver=0.2.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Real-time audio streaming over the network"
|
pkgdesc="Real-time audio streaming over the network"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/roc-streaming/roc-toolkit/"
|
url="https://github.com/roc-streaming/roc-toolkit/"
|
||||||
license=(
|
license=(
|
||||||
MPL2
|
CC0-1.0
|
||||||
custom:CC0
|
MPL-2.0
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
glibc
|
glibc
|
||||||
|
@ -37,8 +37,8 @@ optdepends=(
|
||||||
)
|
)
|
||||||
provides=(libroc.so)
|
provides=(libroc.so)
|
||||||
source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
|
source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
|
||||||
sha512sums=('45a524d7c29f2011eaa9f3e6d256ccf714e1abe2921c8ed276d97501cd2f7641bc14288f2f29c892a1c6740cf64049e3d143eb6b15dd2fb14e25a38a4ad23971')
|
sha512sums=('ac0f18e8a8a60ae9e93f3dcb58e645f31440b6799dac063b246f5320978ac98192bb9c38bbfa7e38dbd537da169c1d525d93cf66c86b36976d37932e3c12f63b')
|
||||||
b2sums=('b75a2f101bd9bfecee28abc1dee0102c55a06f6432d66ed0b982b774e330209cdb9c22db442b9a49ec6e5623193de0c55fdb118a5285fb7de199b85eb6daea48')
|
b2sums=('6fa38819fc675323585a0bd5f754b7325be0d9870a55b65636498822249fe1d53b23422b7fa6a0b7e7740aff4f7e62fed9b2681741fbd8912ef8ec2bcc375ee4')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
local scons_options=(
|
local scons_options=(
|
||||||
|
|
Loading…
Reference in a new issue