Author: eelco
Date: Sun Apr 17 17:10:37 2011
New Revision: 26867
URL: https://svn.nixos.org/websvn/nix/?rev=26867&sc=1

Log:
* x264: bump to the latest snapshot to get MPlayer with x264 support
  to build.

Modified:
   nixpkgs/trunk/pkgs/development/libraries/x264/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/x264/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/x264/default.nix   Sun Apr 17 
14:23:33 2011        (r26866)
+++ nixpkgs/trunk/pkgs/development/libraries/x264/default.nix   Sun Apr 17 
17:10:37 2011        (r26867)
@@ -1,12 +1,12 @@
 {stdenv, fetchurl, yasm}:
 
 stdenv.mkDerivation rec {
-  version = "snapshot-20100624-2245";
+  version = "snapshot-20110416-2245-stable";
   name = "x264-${version}";
 
   src = fetchurl {
     url = 
"ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-${version}.tar.bz2";;
-    sha256 = "0hva3j7h99hl3l1p32a1j6p35s5aakkg3plp8xx1wk6qplxhkqsq";
+    sha256 = "17bbczmsln6wmw7vwjmmr18bhngj1b2xfr9fq3a3n54706df9370";
   };
 
   patchPhase = ''
@@ -19,8 +19,8 @@
   buildInputs = [ yasm ];
 
   meta = { 
-      description = "library for encoding H264/AVC video streams";
-      homepage = http://www.videolan.org/developers/x264.html;
-      license = "GPL";
+    description = "library for encoding H264/AVC video streams";
+    homepage = http://www.videolan.org/developers/x264.html;
+    license = "GPL";
   };
 }
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to