mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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 ];
|
||||
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user