enblend-enfuse: build with libpng-1.5

svn path=/nixpkgs/branches/libpng15/; revision=32322
This commit is contained in:
Yury G. Kudryashov 2012-02-16 11:50:29 +00:00
parent 070874c5f1
commit bedbebc2e4

View File

@ -13,6 +13,22 @@ stdenv.mkDerivation rec {
buildNativeInputs = [ perl pkgconfig ];
patches =
let
prefix = "http://enblend.hg.sourceforge.net/hgweb/enblend/enblend/raw-diff";
in map fetchurl [
{
url = "${prefix}/9d9b5f3a97cd/src/vigra_impex/png.cxx";
name = "ftbfs-libpng15.patch";
sha256 = "1nqhbbgphwi087qpazngg04c1whc1p4fwq19fx36jrir96xywgzg";
}
{
url = "${prefix}/101796703d73/src/vigra_impex/png.cxx";
name = "ftbfs-libpng15.patch";
sha256 = "14frqg4hab9ab6pdypkrmji43fmxjj918j7565rdwmifbm9i3005";
}
];
meta = {
homepage = http://enblend.sourceforge.net/;
description = "Blends away the seams in a panoramic image mosaic using a multiresolution spline";