update mjpegtools to 1.6.2 (sourceforge) no longer needing patch(?)

svn path=/nixpkgs/trunk/; revision=13066
This commit is contained in:
Marc Weber
2008-10-14 14:01:26 +00:00
parent 892db3bb8c
commit ef6cf67fc4
2 changed files with 2 additions and 39 deletions
+2 -3
View File
@@ -3,9 +3,8 @@
stdenv.mkDerivation {
name = "mjpegtools-1.6.2";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/mjpegtools-1.6.2.tar.gz;
md5 = "01c0120b0182de67f182ef99ad855daa" ;
url = mirror://sourceforge/mjpeg/mjpegtools-1.9.0rc3.tar.gz;
sha256 = "1xvgqzdb2rw6j4ss65k4hrzrbsl74p7k5l4qgf5dbfcw522kw7lb";
};
buildInputs = [libjpeg libX11];
patches = [./fix.patch];
}