eion/purple-hangouts

175da497cab5
Support native audio calls, thanks to @CMaiku
Doesn't seem to work when calling a web-browser, but does work to a phone
tasks:
import:
type: docker/import
files:
- .:.
debian-stretch-amd64:
type: docker/run
image: pidgin/pidgin2-dev:debian-stretch-amd64
script:
- set -ex
- make
- mv libhangouts.so libhangouts-debian-stretch-amd64.so
workdir: ${CONVEY_WORKSPACE}
plans:
default:
stages:
- name: setup
tasks:
- import
- name: build
tasks:
- debian-stretch-amd64