ortp: 0.22.0 -> 0.24.1
This commit is contained in:
parent
c10baf8377
commit
8ad6b875ab
@ -1,19 +1,17 @@
|
|||||||
{stdenv, fetchurl, srtp, libzrtpcpp, pkgconfig }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ortp-0.22.0";
|
name = "ortp-0.24.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/linphone/ortp/sources/${name}.tar.gz";
|
url = "mirror://savannah/linphone/ortp/sources/${name}.tar.gz";
|
||||||
sha256 = "02rdm6ymgblbx8fnjfvivkl4qkgbdizrf35fyb0vln9m7jdy4dvf";
|
sha256 = "1mach7cdq4kydqkll8ra1kir818da07z253rf9pihifipqhcxv6i";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = "--enable-zrtp";
|
meta = with stdenv.lib; {
|
||||||
|
|
||||||
propagatedBuildInputs = [ srtp libzrtpcpp pkgconfig ];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "A Real-Time Transport Protocol (RFC3550) stack";
|
description = "A Real-Time Transport Protocol (RFC3550) stack";
|
||||||
homepage = http://www.linphone.org/index.php/eng/code_review/ortp;
|
homepage = http://www.linphone.org/index.php/eng/code_review/ortp;
|
||||||
|
license = licenses.lgpl21;
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -7191,9 +7191,7 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ortp = callPackage ../development/libraries/ortp {
|
ortp = callPackage ../development/libraries/ortp { };
|
||||||
srtp = srtp_linphone;
|
|
||||||
};
|
|
||||||
|
|
||||||
p11_kit = callPackage ../development/libraries/p11-kit { };
|
p11_kit = callPackage ../development/libraries/p11-kit { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user