enblend-enfuse: 4.1.3 -> 4.1.4
This commit is contained in:
parent
07d9b3cded
commit
8c45057764
@ -1,22 +1,24 @@
|
||||
{ stdenv, fetchurl
|
||||
, boost, freeglut, glew, gsl, lcms2, libpng, libtiff, libxmi, mesa, vigra
|
||||
, pkgconfig, perl }:
|
||||
, help2man, pkgconfig, perl }:
|
||||
|
||||
let version = "4.1.4"; in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "enblend-enfuse-4.1.3";
|
||||
name = "enblend-enfuse-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/enblend/${name}.tar.gz";
|
||||
sha256 = "1b7r1nnwaind0344ckwggy0ghl0ipbk9jzylsxcjfl05rnasw00w";
|
||||
sha256 = "0208x01i129hqylmy6jh3krwdac47mx6fi8xccjm9h35c18c7xl5";
|
||||
};
|
||||
|
||||
buildInputs = [ boost freeglut glew gsl lcms2 libpng libtiff libxmi mesa vigra ];
|
||||
|
||||
nativeBuildInputs = [ perl pkgconfig ];
|
||||
nativeBuildInputs = [ help2man perl pkgconfig ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
inherit version;
|
||||
homepage = http://enblend.sourceforge.net/;
|
||||
description = "Blends away the seams in a panoramic image mosaic using a multiresolution spline";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
Loading…
Reference in New Issue
Block a user