ortp added
svn path=/nixpkgs/trunk/; revision=10358
This commit is contained in:
parent
cb609e71ac
commit
1d493837f4
18
pkgs/development/libraries/ortp/default.nix
Normal file
18
pkgs/development/libraries/ortp/default.nix
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
|
||||||
|
args: with args;
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "ortp-0.13.1";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url =
|
||||||
|
"http://download.savannah.nongnu.org/releases/linphone/ortp/sources/${name}.tar.gz";
|
||||||
|
sha256 = "0k2963v4b15xnf4cpkpgjhsb8ckxpf6vdr8dnw7z3mzilji7391b";
|
||||||
|
};
|
||||||
|
|
||||||
|
configureFlags = "--enable-shared --disable-static";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "a Real-Time Transport Protocol (RFC3550) stack under LGPL";
|
||||||
|
homepage = http://www.linphone.org/index.php/eng/code_review/ortp;
|
||||||
|
};
|
||||||
|
}
|
@ -2465,6 +2465,10 @@ rec {
|
|||||||
inherit fetchurl stdenv perl;
|
inherit fetchurl stdenv perl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ortp = import ../development/libraries/ortp {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
pangoxsl = import ../development/libraries/pangoxsl {
|
pangoxsl = import ../development/libraries/pangoxsl {
|
||||||
inherit fetchurl stdenv pkgconfig;
|
inherit fetchurl stdenv pkgconfig;
|
||||||
inherit (gtkLibs) glib pango;
|
inherit (gtkLibs) glib pango;
|
||||||
|
Loading…
Reference in New Issue
Block a user