19 stdenv.mkDerivation rec {
20 pname = "enblend-enfuse";
21 version = "unstable-2022-03-06";
24 url = "http://hg.code.sf.net/p/enblend/code";
25 rev = "0f423c72e51872698fe2985ca3bd453961ffe4e0";
26 sha256 = "sha256-0gCUSdg3HR3YeIbOByEBCZh2zGlYur6DeCOzUM53fdc=";
29 buildInputs = [ boost libglut glew gsl lcms2 libpng libtiff libGLU libGL vigra ];
31 nativeBuildInputs = [ autoreconfHook help2man perl pkg-config texliveSmall ];
34 patchShebangs src/embrace
38 homepage = "https://enblend.sourceforge.net/";
39 description = "Blends away the seams in a panoramic image mosaic using a multiresolution spline";
40 license = licenses.gpl2Plus;
41 platforms = with platforms; linux;