mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/roc-toolkit to 0.4.0-1
This commit is contained in:
parent
2e7996195a
commit
396ed739d0
3 changed files with 14 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = roc-toolkit
|
||||
pkgdesc = Real-time audio streaming over the network
|
||||
pkgver = 0.3.0
|
||||
pkgver = 0.4.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/roc-streaming/roc-toolkit/
|
||||
arch = x86_64
|
||||
|
@ -19,18 +19,20 @@ pkgbase = roc-toolkit
|
|||
depends = gcc-libs
|
||||
depends = libunwind
|
||||
depends = libuv
|
||||
depends = openssl
|
||||
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.3.0/roc-toolkit-v0.3.0.tar.gz
|
||||
sha512sums = 447532862dc1714054ebd03ce7fd101525c213a87bc7198a55c8e6068c28db318d59389bafd83681a4e6b34a61e68ac305c66b84e417a3f791b02340a821e6ec
|
||||
b2sums = 31775d330bdfb3c42278d1ecbbbb5e14f695ca82f22929e435b6c9bf10c2e25c3367d11cf2913a81e6469876c255193be11eb78b775fad3b17f57c5be9c4bb39
|
||||
source = https://github.com/roc-streaming/roc-toolkit//archive/v0.4.0/roc-toolkit-v0.4.0.tar.gz
|
||||
sha512sums = 51763287ee825b6617273ededd9e77560f4223b8ba4a577855c3225908e848895a4f925163862cf6d19a8215245ec26f33d07d6cb80c51768d37eaa06ac02063
|
||||
b2sums = 2ffcf6b1ca50fcae09c7aaa27939e23428feb21f330d578d731e494c62aa088c7e00de3b1a1b488d1bb13ffcc979fede1fc2726e2293a383a87174a4480e8aec
|
||||
|
||||
pkgname = roc-toolkit
|
||||
depends = glibc
|
||||
depends = gcc-libs
|
||||
depends = libunwind
|
||||
depends = libuv
|
||||
depends = openssl
|
||||
depends = openfec
|
||||
depends = libopenfec.so
|
||||
depends = speexdsp
|
||||
|
|
4
extra/roc-toolkit/.nvchecker.toml
Normal file
4
extra/roc-toolkit/.nvchecker.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[roc-toolkit]
|
||||
source = "git"
|
||||
git = "https://github.com/roc-streaming/roc-toolkit"
|
||||
prefix = "v"
|
|
@ -4,7 +4,7 @@
|
|||
# - !distcc, build checks for clang first
|
||||
|
||||
pkgname=roc-toolkit
|
||||
pkgver=0.3.0
|
||||
pkgver=0.4.0
|
||||
pkgrel=1
|
||||
pkgdesc="Real-time audio streaming over the network"
|
||||
arch=(x86_64)
|
||||
|
@ -18,6 +18,7 @@ depends=(
|
|||
gcc-libs
|
||||
libunwind
|
||||
libuv
|
||||
openssl
|
||||
)
|
||||
makedepends=(
|
||||
alsa-lib
|
||||
|
@ -37,14 +38,13 @@ optdepends=(
|
|||
)
|
||||
provides=(libroc.so)
|
||||
source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
|
||||
sha512sums=('447532862dc1714054ebd03ce7fd101525c213a87bc7198a55c8e6068c28db318d59389bafd83681a4e6b34a61e68ac305c66b84e417a3f791b02340a821e6ec')
|
||||
b2sums=('31775d330bdfb3c42278d1ecbbbb5e14f695ca82f22929e435b6c9bf10c2e25c3367d11cf2913a81e6469876c255193be11eb78b775fad3b17f57c5be9c4bb39')
|
||||
sha512sums=('51763287ee825b6617273ededd9e77560f4223b8ba4a577855c3225908e848895a4f925163862cf6d19a8215245ec26f33d07d6cb80c51768d37eaa06ac02063')
|
||||
b2sums=('2ffcf6b1ca50fcae09c7aaa27939e23428feb21f330d578d731e494c62aa088c7e00de3b1a1b488d1bb13ffcc979fede1fc2726e2293a383a87174a4480e8aec')
|
||||
|
||||
build() {
|
||||
local scons_options=(
|
||||
--prefix=/usr
|
||||
--libdir=/usr/lib
|
||||
--disable-openssl # disable as it is not yet used
|
||||
--enable-tests
|
||||
--enable-examples
|
||||
)
|
||||
|
@ -57,7 +57,6 @@ check() {
|
|||
local scons_options=(
|
||||
--prefix=/usr
|
||||
--libdir=/usr/lib
|
||||
--disable-openssl # disable as it is not yet used
|
||||
--enable-tests
|
||||
--enable-examples
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue