Add farstream
svn path=/nixpkgs/trunk/; revision=33127
This commit is contained in:
parent
1677493301
commit
0239640def
22
pkgs/development/libraries/farstream/default.nix
Normal file
22
pkgs/development/libraries/farstream/default.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{ stdenv, fetchurl, libnice, pkgconfig, python, gstreamer, gst_plugins_base
|
||||||
|
, pygobject, gst_python, gupnp_igd }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "farstream-0.1.1";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "http://www.freedesktop.org/software/farstream/releases/farstream/${name}.tar.gz";
|
||||||
|
sha256 = "0lmdz7ijpgrc0zbr11jp3msvz44p809scx2m56bk5l5x1xrs123v";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ libnice python pygobject gst_python gupnp_igd ];
|
||||||
|
|
||||||
|
buildNativeInputs = [ pkgconfig ];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ gstreamer gst_plugins_base ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = http://www.freedesktop.org/wiki/Software/Farstream;
|
||||||
|
description = "Audio/Video Communications Framework formely known as farsight";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||||
|
};
|
||||||
|
}
|
@ -3407,6 +3407,8 @@ let
|
|||||||
|
|
||||||
farsight2 = callPackage ../development/libraries/farsight2 { };
|
farsight2 = callPackage ../development/libraries/farsight2 { };
|
||||||
|
|
||||||
|
farstream = callPackage ../development/libraries/farstream { };
|
||||||
|
|
||||||
fcgi = callPackage ../development/libraries/fcgi { };
|
fcgi = callPackage ../development/libraries/fcgi { };
|
||||||
|
|
||||||
ffmpeg = callPackage ../development/libraries/ffmpeg {
|
ffmpeg = callPackage ../development/libraries/ffmpeg {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user