ortp: 0.22.0 -> 0.24.1

This commit is contained in:
William A. Kennington III 2015-04-06 14:43:33 -07:00
parent c10baf8377
commit 8ad6b875ab
2 changed files with 7 additions and 11 deletions

View File

@ -1,19 +1,17 @@
{stdenv, fetchurl, srtp, libzrtpcpp, pkgconfig }:
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "ortp-0.22.0";
name = "ortp-0.24.1";
src = fetchurl {
url = "mirror://savannah/linphone/ortp/sources/${name}.tar.gz";
sha256 = "02rdm6ymgblbx8fnjfvivkl4qkgbdizrf35fyb0vln9m7jdy4dvf";
sha256 = "1mach7cdq4kydqkll8ra1kir818da07z253rf9pihifipqhcxv6i";
};
configureFlags = "--enable-zrtp";
propagatedBuildInputs = [ srtp libzrtpcpp pkgconfig ];
meta = {
meta = with stdenv.lib; {
description = "A Real-Time Transport Protocol (RFC3550) stack";
homepage = http://www.linphone.org/index.php/eng/code_review/ortp;
license = licenses.lgpl21;
platforms = platforms.all;
};
}

View File

@ -7191,9 +7191,7 @@ let
};
};
ortp = callPackage ../development/libraries/ortp {
srtp = srtp_linphone;
};
ortp = callPackage ../development/libraries/ortp { };
p11_kit = callPackage ../development/libraries/p11-kit { };