* libpng updated to 1.2.44.
svn path=/nixpkgs/branches/x-updates/; revision=22641
This commit is contained in:
parent
964c3d351f
commit
6b79040a0b
@ -3,21 +3,18 @@
|
|||||||
assert zlib != null;
|
assert zlib != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libpng-1.2.42";
|
name = "libpng-1.2.44";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/libpng/${name}.tar.gz";
|
url = "mirror://sourceforge/libpng/${name}.tar.gz";
|
||||||
md5 = "562066eb8557db91156eaeb309458488";
|
md5 = "89b62f8daaeeab1342e307d6d1411ff1";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zlib ];
|
propagatedBuildInputs = [ zlib ];
|
||||||
|
|
||||||
inherit zlib;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The official reference implementation for the PNG file format";
|
description = "The official reference implementation for the PNG file format";
|
||||||
homepage = http://www.libpng.org/pub/png/libpng.html;
|
homepage = http://www.libpng.org/pub/png/libpng.html;
|
||||||
license = "free-non-copyleft"; # http://www.libpng.org/pub/png/src/libpng-LICENSE.txt
|
license = "free-non-copyleft"; # http://www.libpng.org/pub/png/src/libpng-LICENSE.txt
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user