mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/roc-toolkit to 0.2.4-1
This commit is contained in:
parent
b5b3dceec9
commit
9bcb044b11
1 changed files with 8 additions and 4 deletions
|
@ -4,14 +4,18 @@
|
|||
# - !distcc, build checks for clang first
|
||||
|
||||
pkgname=roc-toolkit
|
||||
pkgver=0.2.3
|
||||
pkgver=0.2.4
|
||||
pkgrel=1
|
||||
pkgdesc="Real-time audio streaming over the network"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/roc-streaming/roc-toolkit/"
|
||||
license=(MPL2 custom:CC0)
|
||||
license=(
|
||||
MPL2
|
||||
custom:CC0
|
||||
)
|
||||
depends=(
|
||||
glibc
|
||||
gcc-libs
|
||||
libunwind
|
||||
libuv
|
||||
)
|
||||
|
@ -33,8 +37,8 @@ optdepends=(
|
|||
)
|
||||
provides=(libroc.so)
|
||||
source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
|
||||
sha512sums=('f57b76cf6e5bda00072008b17c13fb9e5ae74e6fd6c141da10a2395d4b1ea150f1353081937afe7493af7e7e4d4db1bae87cd4cdea073fa9c138c9c5ada0d90a')
|
||||
b2sums=('cd75f33feacdab77fdfadea87d8e72a39a2cf7ef423450c511eb39e1506055ca6db7d38f378aaa7500d9d4bfb4c6b2111a9b4f43800f87c7e1fe559bcb522711')
|
||||
sha512sums=('aed11c0e4187b81f5db2d797c1e5396ba7a71cb70cc362e3b562a8089242a04b4c20d68fc4dca37d74c063b61dd6b5b11c98ec31024c7d758f56f738f87db308')
|
||||
b2sums=('f34e7185d4645b4b8077e982afaf6b145253ba9b950c0380fb3ed5215c4d6c53c7c6a6009150a9dc3551773c13d2fb381439ca54281a43f7a0caad1b0bd7f564')
|
||||
|
||||
build() {
|
||||
local scons_options=(
|
||||
|
|
Loading…
Reference in a new issue