GNU ccRTP 2.0.0.
svn path=/nixpkgs/trunk/; revision=27330
This commit is contained in:
parent
bd1459a557
commit
cc072bee92
@ -1,20 +1,22 @@
|
|||||||
{ stdenv, fetchurl, openssl, pkgconfig, libgcrypt, commoncpp2 }:
|
{ stdenv, fetchurl, openssl, pkgconfig, libgcrypt, ucommon }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ccrtp-1.8.0";
|
name = "ccrtp-2.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://gnu/ccrtp/ccrtp-1.8.0.tar.gz;
|
url = mirror://gnu/ccrtp/ccrtp-2.0.0.tar.gz;
|
||||||
sha256 = "0wr4dandlfajhmg90nqyvwv61ikn9vdycji001310y3c4zfysprn";
|
sha256 = "1gx3jsywvihwkhk69xkcpq2plb6lbylpz0gpg55c5dx7xg1796b2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl pkgconfig libgcrypt commoncpp2 ];
|
buildInputs = [ openssl pkgconfig libgcrypt ucommon ];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF";
|
description = "GNU ccRTP, an implementation of the IETF real-time transport protocol (RTP)";
|
||||||
homepage = "http://www.gnu.org/software/ccrtp/";
|
homepage = http://www.gnu.org/software/ccrtp/;
|
||||||
license = "GPLv2";
|
license = "GPLv2";
|
||||||
maintainers = [ stdenv.lib.maintainers.marcweber ];
|
maintainers = with stdenv.lib.maintainers; [ marcweber ludo ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user