Author: urkud
Date: Thu Mar 15 21:50:02 2012
New Revision: 33128
URL: https://nixos.org/websvn/nix/?rev=33128&sc=1
Log:
Add telepathy-farstream
Added:
nixpkgs/trunk/pkgs/development/libraries/telepathy/farstream/
nixpkgs/trunk/pkgs/development/libraries/telepathy/farstream/default.nix
Modified:
nixpkgs/trunk/pkgs/top-level/all-packages.nix
Added: nixpkgs/trunk/pkgs/development/libraries/telepathy/farstream/default.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/telepathy/farstream/default.nix
Thu Mar 15 21:50:02 2012 (r33128)
@@ -0,0 +1,17 @@
+{ stdenv, fetchurl, telepathy_glib, farstream, gst_plugins_base, dbus_glib
+, pkgconfig, libxslt, python, gstreamer, gst_python, pygobject }:
+
+stdenv.mkDerivation rec {
+ name = "${pname}-0.2.2";
+ pname = "telepathy-farstream";
+
+ src = fetchurl {
+ url = "http://telepathy.freedesktop.org/releases/${pname}/${name}.tar.gz";
+ sha256 = "0gdcf50dz1hf22az5jqal2jlzbb1nl2cim579kv3q87b8lq9aplv";
+ };
+
+ buildInputs = [ gst_plugins_base gst_python pygobject ];
+
+ propagatedBuildInputs = [ dbus_glib farstream telepathy_glib gstreamer ];
+ buildNativeInputs = [ pkgconfig python libxslt];
+}
Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix Thu Mar 15 21:49:54
2012 (r33127)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Thu Mar 15 21:50:02
2012 (r33128)
@@ -4676,6 +4676,8 @@
telepathy_farsight = callPackage ../development/libraries/telepathy/farsight
{ };
+ telepathy_farstream = callPackage
../development/libraries/telepathy/farstream {};
+
telepathy_qt = callPackage ../development/libraries/telepathy/qt { };
tk = callPackage ../development/libraries/tk { };
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits