GStreamer 0.10.22.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14966
This commit is contained in:
Ludovic Courtès
2009-04-09 12:43:04 +00:00
parent 2eb05cf933
commit d5a1e37cac
4 changed files with 41 additions and 44 deletions
@@ -1,7 +1,9 @@
args: with args;
rec {
gstreamerFun = lib.sumArgs (selectVersion ./gstreamer "0.10.21") args;
gstreamer = gstreamerFun null;
gstreamer = import ./gstreamer {
inherit (args) fetchurl stdenv perl bison flex
pkgconfig python which gtkdoc glib libxml2;
};
gstPluginsBaseFun = lib.sumArgs (selectVersion ./gst-plugins-base "0.10.21")
args { inherit gstreamer; };