enblend-enfuse: 4.1.3 -> 4.1.4
This commit is contained in:
@@ -1,22 +1,24 @@
|
|||||||
{ stdenv, fetchurl
|
{ stdenv, fetchurl
|
||||||
, boost, freeglut, glew, gsl, lcms2, libpng, libtiff, libxmi, mesa, vigra
|
, boost, freeglut, glew, gsl, lcms2, libpng, libtiff, libxmi, mesa, vigra
|
||||||
, pkgconfig, perl }:
|
, help2man, pkgconfig, perl }:
|
||||||
|
|
||||||
|
let version = "4.1.4"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "enblend-enfuse-4.1.3";
|
name = "enblend-enfuse-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/enblend/${name}.tar.gz";
|
url = "mirror://sourceforge/enblend/${name}.tar.gz";
|
||||||
sha256 = "1b7r1nnwaind0344ckwggy0ghl0ipbk9jzylsxcjfl05rnasw00w";
|
sha256 = "0208x01i129hqylmy6jh3krwdac47mx6fi8xccjm9h35c18c7xl5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ boost freeglut glew gsl lcms2 libpng libtiff libxmi mesa vigra ];
|
buildInputs = [ boost freeglut glew gsl lcms2 libpng libtiff libxmi mesa vigra ];
|
||||||
|
|
||||||
nativeBuildInputs = [ perl pkgconfig ];
|
nativeBuildInputs = [ help2man perl pkgconfig ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
inherit version;
|
||||||
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";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
|||||||
Reference in New Issue
Block a user