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 {
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user