Adding panomatic.
svn path=/nixpkgs/trunk/; revision=14981
This commit is contained in:
parent
518eab2313
commit
415150d99c
18
pkgs/tools/graphics/panomatic/default.nix
Normal file
18
pkgs/tools/graphics/panomatic/default.nix
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{stdenv, fetchurl, boost, zlib}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "panomatic-0.9.4";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://aorlinsk2.free.fr/panomatic/bin/panomatic-0.9.4-src.tar.bz2;
|
||||||
|
sha256 = "0vfkj3k3y8narwwijh996q2zzprjxbr2fhym15nm4fkq14yw4wwn";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ boost zlib ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = http://aorlinsk2.free.fr/panomatic/;
|
||||||
|
description = "Tool that automates the creation of control points in Hugin";
|
||||||
|
license = "GPLv2+";
|
||||||
|
};
|
||||||
|
}
|
@ -1068,6 +1068,10 @@ let
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
panomatic = import ../tools/graphics/panomatic {
|
||||||
|
inherit fetchurl stdenv boost zlib;
|
||||||
|
};
|
||||||
|
|
||||||
par2cmdline = import ../tools/networking/par2cmdline {
|
par2cmdline = import ../tools/networking/par2cmdline {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user