1 { lib, stdenv, fetchzip
19 stdenv.mkDerivation rec {
20 pname = "enblend-enfuse";
21 version = "unstable-2022-03-06";
24 url = "https://sourceforge.net/code-snapshots/hg/e/en/enblend/code/enblend-code-0f423c72e51872698fe2985ca3bd453961ffe4e0.zip";
25 sha256 = "sha256-0gCUSdg3HR3YeIbOByEBCZh2zGlYur6DeCOzUM53fdc=";
29 buildInputs = [ boost freeglut glew gsl lcms2 libpng libtiff libGLU libGL vigra ];
31 nativeBuildInputs = [ autoreconfHook help2man perl pkg-config texlive.combined.scheme-small ];
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.gpl2;
41 platforms = with platforms; linux;