about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2010-08-20 21:36:11 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2010-08-20 21:36:11 +0000
commit62ddc0e6dfb9ab368dabbc4533ec5af7c8b35016 (patch)
treefbde582007474604966467e8bcbdb88c33f74233 /pkgs/applications/video
parentbe17d695492cad116cda2d0153d180d87331c0c0 (diff)
downloadnixlib-62ddc0e6dfb9ab368dabbc4533ec5af7c8b35016.tar
nixlib-62ddc0e6dfb9ab368dabbc4533ec5af7c8b35016.tar.gz
nixlib-62ddc0e6dfb9ab368dabbc4533ec5af7c8b35016.tar.bz2
nixlib-62ddc0e6dfb9ab368dabbc4533ec5af7c8b35016.tar.lz
nixlib-62ddc0e6dfb9ab368dabbc4533ec5af7c8b35016.tar.xz
nixlib-62ddc0e6dfb9ab368dabbc4533ec5af7c8b35016.tar.zst
nixlib-62ddc0e6dfb9ab368dabbc4533ec5af7c8b35016.zip
Use tarball snapshot
svn:externals cause problems with fetchsvn.

svn path=/nixpkgs/trunk/; revision=23292
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/MPlayer/default.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/pkgs/applications/video/MPlayer/default.nix b/pkgs/applications/video/MPlayer/default.nix
index 58481e8af957..ff4154e0e5f0 100644
--- a/pkgs/applications/video/MPlayer/default.nix
+++ b/pkgs/applications/video/MPlayer/default.nix
@@ -1,6 +1,6 @@
 { alsaSupport ? true, xvSupport ? true, theoraSupport ? true, cacaSupport ? 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
 , libXinerama, libXrandr, libdvdnav
 , cdparanoia, cddaSupport ? true
@@ -48,13 +48,12 @@ let
 
 in  
 
-stdenv.mkDerivation {
-  name = "MPlayer-1.0-pre-rc4-20100506";
+stdenv.mkDerivation rec {
+  name = "MPlayer-1.0-pre31984";
 
-  src = fetchsvn {
-    url = svn://svn.mplayerhq.hu/mplayer/trunk;
-    rev = 31984;
-    sha256 = "01niw0c7fwbp4v25k08c2rac8z55jp2wh5ikhsjn65ybg8f1v150";
+  src = fetchurl {
+    url = "http://www.loegria.net/misc/${name}.tar.bz2";
+    sha256 = "0mg6kggja113rsvvsk05gk50xl5qwzsms6pmb4ylc99mflh7m9km";
   };
 
   buildInputs =