mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
ortp: 0.7.1 added (libjingle may need it)
svn path=/nixpkgs/branches/stdenv-updates/; revision=10740
This commit is contained in:
parent
461b3197b5
commit
f19180e9c2
@ -1,11 +1,9 @@
|
||||
|
||||
args: with args;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ortp-0.13.1";
|
||||
name = "ortp-" + version;
|
||||
|
||||
src = fetchurl {
|
||||
url =
|
||||
"http://download.savannah.nongnu.org/releases/linphone/ortp/sources/${name}.tar.gz";
|
||||
url = "mirror://savannah/linphone/ortp/sources/${name}.tar.gz";
|
||||
sha256 = "0k2963v4b15xnf4cpkpgjhsb8ckxpf6vdr8dnw7z3mzilji7391b";
|
||||
};
|
||||
|
||||
@ -13,6 +11,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "a Real-Time Transport Protocol (RFC3550) stack under LGPL";
|
||||
homepage = http://www.linphone.org/index.php/eng/code_review/ortp;
|
||||
homepage = http://www.linphone.org/index.php/eng/code_review/ortp;
|
||||
};
|
||||
}
|
16
pkgs/development/libraries/ortp/0.7.1.nix
Normal file
16
pkgs/development/libraries/ortp/0.7.1.nix
Normal file
@ -0,0 +1,16 @@
|
||||
args: with args;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ortp-" + version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://savannah/linphone/ortp/sources/${name}.tar.gz";
|
||||
sha256 = "0gyl0yzfg78sjhbwnwc2g8yn4riwd1wcv183qihgan6z2d5cfbrg";
|
||||
};
|
||||
|
||||
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;
|
||||
};
|
||||
}
|
@ -2533,7 +2533,7 @@ rec {
|
||||
inherit fetchurl stdenv perl;
|
||||
};
|
||||
|
||||
ortp = import ../development/libraries/ortp {
|
||||
ortp = selectVersion ../development/libraries/ortp "0.13.1" {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user