* gstreamer updated to 0.10.35.

svn path=/nixpkgs/branches/kde-4.7/; revision=27631
This commit is contained in:
Eelco Dolstra 2011-07-07 17:25:31 +00:00
parent eedbc3ce5a
commit fdf7a586a5
3 changed files with 8 additions and 10 deletions

View File

@ -1,9 +1,7 @@
{ callPackage, pkgs }: { callPackage }:
rec { rec {
gstreamer = callPackage ./gstreamer { gstreamer = callPackage ./gstreamer { };
flex = pkgs.flex2535;
};
gstPluginsBase = callPackage ./gst-plugins-base { }; gstPluginsBase = callPackage ./gst-plugins-base { };

View File

@ -1,5 +1,5 @@
{ fetchurl, stdenv, pkgconfig, gstPluginsBase, aalib, cairo { fetchurl, stdenv, pkgconfig, gstPluginsBase, aalib, cairo
, flac , hal, libjpeg, zlib, speex, libpng, libdv, libcaca, dbus , flac, hal, libjpeg, zlib, speex, libpng, libdv, libcaca, dbus
, libiec61883, libavc1394, ladspaH, taglib, gdbm, pulseaudio , libiec61883, libavc1394, ladspaH, taglib, gdbm, pulseaudio
, gnome, libcap, libtasn1, liboil , gnome, libcap, libtasn1, liboil
}: }:

View File

@ -1,14 +1,14 @@
{ fetchurl, stdenv, perl, bison, flex, pkgconfig, glib, libxml2 }: { fetchurl, stdenv, perl, bison, flex, pkgconfig, glib, libxml2 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gstreamer-0.10.30"; name = "gstreamer-0.10.35";
src = fetchurl { src = fetchurl {
urls = [ urls =
"${meta.homepage}/src/gstreamer/${name}.tar.bz2" [ "${meta.homepage}/src/gstreamer/${name}.tar.bz2"
"mirror://gentoo/distfiles/${name}.tar.bz2" "mirror://gentoo/distfiles/${name}.tar.bz2"
]; ];
sha256 = "0ajkfkchwpk5zlcis19laqbv84mi61cn3cqbdbrpyy93whdk1vz8"; sha256 = "11lp13lig3c6qys80phyvsik56r9y0c95vg2jxxliqj6rnigwyw1";
}; };
buildInputs = [ perl bison flex pkgconfig ]; buildInputs = [ perl bison flex pkgconfig ];