farsight2: remove
Farsight was renamed to Farstream long ago. The old version is unnecessary and so outdated it was removed even from Debian.
This commit is contained in:
parent
680538dbf3
commit
114f3c75ec
@ -1,25 +0,0 @@
|
||||
{ stdenv, fetchurl, libnice, pkgconfig, python2Packages, gstreamer, gst-plugins-base
|
||||
, gst-python, gupnp_igd }:
|
||||
|
||||
let
|
||||
inherit (python2Packages) python pygobject2;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "farsight2-0.0.31";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://farsight.freedesktop.org/releases/farsight2/${name}.tar.gz";
|
||||
sha256 = "16qz4x14rdycm4nrn5wx6k2y22fzrazsbmihrxdwafx9cyf23kjm";
|
||||
};
|
||||
|
||||
buildInputs = [ libnice python pygobject2 gst-python gupnp_igd ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
propagatedBuildInputs = [ gstreamer gst-plugins-base ];
|
||||
|
||||
meta = {
|
||||
homepage = http://farsight.freedesktop.org/wiki/;
|
||||
description = "Audio/Video Communications Framework";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
@ -7817,8 +7817,6 @@ with pkgs;
|
||||
|
||||
farbfeld = callPackage ../development/libraries/farbfeld { };
|
||||
|
||||
farsight2 = callPackage ../development/libraries/farsight2 { };
|
||||
|
||||
farstream = callPackage ../development/libraries/farstream {
|
||||
inherit (gst_all_1)
|
||||
gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad
|
||||
|
Loading…
Reference in New Issue
Block a user