* libjpeg updated to version 8.

* libpng updated to 1.4.0.
* For libjpegStatic, use a stdenv adapter to build a static library.

svn path=/nixpkgs/branches/stdenv-updates/; revision=19605
This commit is contained in:
Eelco Dolstra
2010-01-21 21:42:17 +00:00
parent 8b4f33ac76
commit ed3ebb7c2c
4 changed files with 22 additions and 11 deletions
@@ -3,11 +3,11 @@
assert zlib != null;
stdenv.mkDerivation rec {
name = "libpng-1.2.40";
name = "libpng-1.4.0";
src = fetchurl {
url = "mirror://sourceforge/libpng/${name}.tar.gz";
md5 = "a2f6808735bf404967f81519a967fb2a";
md5 = "dfa01122db3be9808a8c9ace7d0580fd";
};
propagatedBuildInputs = [zlib];