Move gstreamer packages to top-level

This will make callPackage work with gst.
* Rename gstCamelCase to gst_with_underscores.
* Add compatibility attributes.

svn path=/nixpkgs/trunk/; revision=33078
This commit is contained in:
Yury G. Kudryashov
2012-03-14 19:35:35 +00:00
parent 7a31872261
commit 4d9fb0a594
9 changed files with 40 additions and 42 deletions
@@ -1,24 +0,0 @@
{ callPackage }:
rec {
gstreamer = callPackage ./gstreamer { };
gstPluginsBase = callPackage ./gst-plugins-base { };
gstPluginsGood = callPackage ./gst-plugins-good { };
gstPluginsUgly = callPackage ./gst-plugins-ugly { };
gstPluginsBad = callPackage ./gst-plugins-bad { };
gstFfmpeg = callPackage ./gst-ffmpeg { };
gnonlin = callPackage ./gnonlin { };
gst_python = callPackage ./gst-python {};
qt_gstreamer = callPackage ./qt-gstreamer {};
# Header files are in include/${prefix}/
prefix = "gstreamer-0.10";
}