add GStreamer
svn path=/nixpkgs/trunk/; revision=6590
This commit is contained in:
parent
07b12ad2f0
commit
a263927719
13
pkgs/applications/audio/GStreamer/default.nix
Normal file
13
pkgs/applications/audio/GStreamer/default.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{stdenv, fetchurl, perl
|
||||
, bison, flex, glib
|
||||
, pkgconfig, libxml2}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "GStreamer-0.10.10";
|
||||
src = fetchurl {
|
||||
url = http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.10.tar.bz2;
|
||||
md5 = "6875bf0bd3cf38b9ae1362b9e644e6fc" ;
|
||||
};
|
||||
|
||||
buildInputs = [perl bison flex glib pkgconfig libxml2];
|
||||
}
|
Loading…
Reference in New Issue
Block a user