aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Pirogov <vbnet.ru@gmail.com>2020-11-17 21:05:11 +0300
committerAndy Postnikov <apostnikov@gmail.com>2020-11-17 22:16:12 +0000
commit2d704def7e70a0fe79851415db1214ccae37c90c (patch)
treeca8d8390b474d08cb58b39b55656e6b494967d37
parent7e7c6613ecc57aa2c20499179c5aac25f669e85e (diff)
testing/janus-gateway: added sip plugin
-rw-r--r--testing/janus-gateway/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/janus-gateway/APKBUILD b/testing/janus-gateway/APKBUILD
index 6a13f371f6c..45ba68a0e44 100644
--- a/testing/janus-gateway/APKBUILD
+++ b/testing/janus-gateway/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Pirogov <vbnet.ru@gmail.com>
pkgname=janus-gateway
pkgver=0.10.7
-pkgrel=1
+pkgrel=2
pkgdesc="Janus WebRTC Server"
url="https://janus.conf.meetecho.com/"
arch="all !mips !mips64" # nodejs / npm missing
@@ -12,7 +12,7 @@ makedepends="autoconf automake libtool gengetopt lua5.3-dev cmake libsrtp-dev
libnice-dev jansson-dev libconfig-dev libusrsctp-dev libmicrohttpd-dev
libwebsockets-dev rabbitmq-c-dev curl-dev libogg-dev libopusenc-dev
lua duktape-dev npm doxygen graphviz ffmpeg-dev zlib-dev libogg-dev
- libuv-dev"
+ libuv-dev sofia-sip-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/meetecho/janus-gateway/archive/v$pkgver.tar.gz
$pkgname.initd
$pkgname.confd
@@ -46,6 +46,7 @@ build() {
--enable-post-processing \
--enable-json-logger \
--enable-plugin-lua \
+ --enable-plugin-sip \
--enable-plugin-duktape \
--enable-docs \
--disable-aes-gcm