Use tarball snapshot

svn:externals cause problems with fetchsvn.

svn path=/nixpkgs/trunk/; revision=23292
This commit is contained in:
Yury G. Kudryashov 2010-08-20 21:36:11 +00:00
parent be17d69549
commit 62ddc0e6df

View File

@ -1,6 +1,6 @@
{ alsaSupport ? true, xvSupport ? true, theoraSupport ? true, cacaSupport ? true { alsaSupport ? true, xvSupport ? true, theoraSupport ? true, cacaSupport ? true
, xineramaSupport ? true, randrSupport ? true, dvdnavSupport ? true , xineramaSupport ? true, randrSupport ? true, dvdnavSupport ? true
, stdenv, fetchurl, fetchsvn, x11, freetype, fontconfig, zlib , stdenv, fetchurl, x11, freetype, fontconfig, zlib
, alsaLib, libX11, libXv, libtheora, libcaca , alsaLib, libX11, libXv, libtheora, libcaca
, libXinerama, libXrandr, libdvdnav , libXinerama, libXrandr, libdvdnav
, cdparanoia, cddaSupport ? true , cdparanoia, cddaSupport ? true
@ -48,13 +48,12 @@ let
in in
stdenv.mkDerivation { stdenv.mkDerivation rec {
name = "MPlayer-1.0-pre-rc4-20100506"; name = "MPlayer-1.0-pre31984";
src = fetchsvn { src = fetchurl {
url = svn://svn.mplayerhq.hu/mplayer/trunk; url = "http://www.loegria.net/misc/${name}.tar.bz2";
rev = 31984; sha256 = "0mg6kggja113rsvvsk05gk50xl5qwzsms6pmb4ylc99mflh7m9km";
sha256 = "01niw0c7fwbp4v25k08c2rac8z55jp2wh5ikhsjn65ybg8f1v150";
}; };
buildInputs = buildInputs =