enblend-enfuse: build with libpng-1.5
svn path=/nixpkgs/branches/libpng15/; revision=32322
This commit is contained in:
parent
070874c5f1
commit
bedbebc2e4
@ -13,6 +13,22 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildNativeInputs = [ perl pkgconfig ];
|
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 = {
|
meta = {
|
||||||
homepage = http://enblend.sourceforge.net/;
|
homepage = http://enblend.sourceforge.net/;
|
||||||
description = "Blends away the seams in a panoramic image mosaic using a multiresolution spline";
|
description = "Blends away the seams in a panoramic image mosaic using a multiresolution spline";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user