Update janus to 0.6.2

This commit is contained in:
Martchus 2019-03-10 01:12:55 +01:00
parent f00b18276d
commit 2bec4bd07b
1 changed files with 23 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Contributor: Martchus <martchus@gmx.net>
pkgname=janus-gateway
pkgver=0.6.1
pkgver=0.6.2
pkgrel=2
pkgdesc="WebRTC gateway"
arch=('i686' 'x86_64')
@ -14,12 +14,32 @@ depends=('libmicrohttpd' 'jansson' 'libnice' 'openssl' 'libsrtp'
'ffmpeg' 'libconfig')
makedepends=('gengetopt' 'paho-mqtt-c-git')
provides=(janus-gateway)
backup=('etc/janus/janus.cfg')
backup=(
etc/janus/janus.eventhandler.mqttevh.jcfg
etc/janus/janus.eventhandler.rabbitmqevh.jcfg
etc/janus/janus.eventhandler.sampleevh.jcfg
etc/janus/janus.jcfg
etc/janus/janus.plugin.audiobridge.jcfg
etc/janus/janus.plugin.echotest.jcfg
etc/janus/janus.plugin.nosip.jcfg
etc/janus/janus.plugin.recordplay.jcfg
etc/janus/janus.plugin.sip.jcfg
etc/janus/janus.plugin.streaming.jcfg
etc/janus/janus.plugin.textroom.jcfg
etc/janus/janus.plugin.videocall.jcfg
etc/janus/janus.plugin.videoroom.jcfg
etc/janus/janus.plugin.voicemail.jcfg
etc/janus/janus.transport.http.jcfg
etc/janus/janus.transport.mqtt.jcfg
etc/janus/janus.transport.pfunix.jcfg
etc/janus/janus.transport.rabbitmq.jcfg
etc/janus/janus.transport.websockets.jcfg
)
install=janus-gateway.install
source=("https://github.com/meetecho/janus-gateway/archive/v${pkgver}.tar.gz"
janus.service)
sha256sums=('b95f5d67edd6bf3a6af296e455811ed4343733a0e6fec5b8786ac4dfa8fa1260'
sha256sums=('d605c6482d170b760cf917d190a2681362422993070d45c3e368eb973560b17d'
'cf2b6c8fdcd60ccfa179c4cd207a23ee7edfee90588c2c3847aa6cda418bed7f')
_userid=531