Linphone 3.6.1

Lots of updates and new/old libs to get the latest linphone

It segfaults on running.
This commit is contained in:
Lluís Batlle i Rossell
2013-06-29 16:59:08 +02:00
parent 26e9afaa28
commit 169c8ce3f7
9 changed files with 96 additions and 27 deletions
+7 -3
View File
@@ -1,13 +1,17 @@
{stdenv, fetchurl}:
{stdenv, fetchurl, srtp, libzrtpcpp, pkgconfig }:
stdenv.mkDerivation rec {
name = "ortp-0.18.0";
name = "ortp-0.22.0";
src = fetchurl {
url = "mirror://savannah/linphone/ortp/sources/${name}.tar.gz";
sha256 = "1cgx9xid0abk3cad3xjdvx7p9whinlhrviphyrd9zkhhx7ddkih2";
sha256 = "02rdm6ymgblbx8fnjfvivkl4qkgbdizrf35fyb0vln9m7jdy4dvf";
};
configureFlags = "--enable-zrtp";
propagatedBuildInputs = [ srtp libzrtpcpp pkgconfig ];
meta = {
description = "A Real-Time Transport Protocol (RFC3550) stack";
homepage = http://www.linphone.org/index.php/eng/code_review/ortp;