Package Details: janus-gateway-git 1.1.3.r8.g89047c81-2

Git Clone URL: https://aur.archlinux.org/janus-gateway-git.git (read-only, click to copy)
Package Base: janus-gateway-git
Description: An open source, general purpose, WebRTC server
Upstream URL: https://janus.conf.meetecho.com
Keywords: webrtc
Licenses: GPL3
Conflicts: janus-gateway
Provides: janus-gateway
Submitter: mporrato
Maintainer: feighur
Last Packager: feighur
Votes: 3
Popularity: 0.000000
First Submitted: 2014-12-21 18:03 (UTC)
Last Updated: 2023-04-09 09:46 (UTC)

Latest Comments

1 2 Next › Last »

feighur commented on 2021-11-17 17:50 (UTC)

@henrylaxen You need to have all dependencies installed before running makepkg, or have makepkg install them for you from the repos using the -s flag (if they are available from the repos. If not, build and install the package yourself). Read the part explaining the -s flag here https://wiki.archlinux.org/title/Arch_User_Repository#Build_the_package. Also read https://wiki.archlinux.org/title/Arch_User_Repository#Debugging_the_package_build_process

henrylaxen commented on 2021-11-17 05:21 (UTC)

Didn't build today (Nov 16,2021) I got: ==> Making package: janus-gateway-git 0.10.5.r8.ge94612e6-1 (Tue 16 Nov 2021 09:18:42 PM PST) ==> Checking runtime dependencies... ==> Missing dependencies: -> libmicrohttpd -> libusrsctp-git ==> Checking buildtime dependencies... ==> Missing dependencies: -> librabbitmq-c -> nanomsg -> paho-mqtt-c-git -> sofia-sip ==> ERROR: Could not resolve all dependencies.

dimytch commented on 2018-10-30 13:37 (UTC)

Looks, like nobody uses janus with archlinux, except me.

dimytch commented on 2018-10-30 13:36 (UTC)

libwebsockets-git -> libwebsockets

    depends=('libmicrohttpd' 'jansson' 'libnice' 'openssl' 'libsrtp' 'sofia-sip' 'libusrsctp-git' 'libwebsockets' 'libevent' 'librabbitmq-c' 'opus' 'libogg' 'glib2' 'ding-libs')

dimytch commented on 2017-01-16 12:36 (UTC)

depends=('libmicrohttpd' 'jansson' 'libnice' 'openssl' 'libsrtp' 'sofia-sip' 'libusrsctp-git' 'libwebsockets-git' 'libevent' 'librabbitmq-c' 'opus' 'libogg' 'glib2' 'ding-libs')

dimytch commented on 2016-09-23 12:58 (UTC)

That worked for me just now. Have to restart build after fail and it was compiled. A secret miracle, maybe. ======PKGBUILD pkgname=janus-gateway-git pkgver=sometext pkgrel=1 pkgdesc="WebRTC gateway." arch=('i686' 'x86_64') url="http://janus.conf.meetecho.com/" license=('GPL3') depends=('libmicrohttpd' 'jansson' 'libnice' 'openssl' 'libsrtp' 'sofia-sip' 'libusrsctp-git' 'libwebsockets15' 'libevent' 'librabbitmq-c' 'opus' 'libogg' 'glib2' 'ding-libs') makedepends=('git' 'libtool' 'automake' 'autoconf' 'gcc' 'make' 'pkg-config' 'gengetopt' 'patch') provides=(janus-gateway) backup=('etc/janus/janus.cfg') install=janus-gateway-git.install source=('git+https://github.com/meetecho/janus-gateway.git') md5sums=('SKIP') _gitname="janus-gateway" pkgver() { cd "$srcdir/${_gitname}" git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g;s/^v//' } build() { cd "$srcdir/${_gitname}" ./autogen.sh ./configure --prefix=/usr --sysconfdir=/etc --disable-docs --disable-data-channels --disable-rabbitmq DESTDIR="$pkgdir/" make } package() { cd "$srcdir/${_gitname}" DESTDIR="$pkgdir/" make install configs rm -f "$pkgdir/usr/share/janus/certs/mycert.{key,pem}" }

dseg commented on 2016-01-29 11:33 (UTC)

I've added a new package 'janus-gateway' because this packages does not seem to build for me. https://aur.archlinux.org/packages/janus-gateway/